FF_ALLOCZ_OR_GOTO  738 libavcodec/aacenc.c     FF_ALLOCZ_OR_GOTO(avctx, avctx->extradata, 5 + FF_INPUT_BUFFER_PADDING_SIZE, alloc_fail);
FF_ALLOCZ_OR_GOTO   63 libavcodec/ac3enc_template.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->planar_samples[ch],
FF_ALLOCZ_OR_GOTO  140 libavcodec/dnxhdenc.c     FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->run_codes,
FF_ALLOCZ_OR_GOTO  142 libavcodec/dnxhdenc.c     FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->run_bits,
FF_ALLOCZ_OR_GOTO  374 libavcodec/dnxhdenc.c     FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->slice_size,
FF_ALLOCZ_OR_GOTO  376 libavcodec/dnxhdenc.c     FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->slice_offs,
FF_ALLOCZ_OR_GOTO  378 libavcodec/dnxhdenc.c     FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->mb_bits,
FF_ALLOCZ_OR_GOTO  380 libavcodec/dnxhdenc.c     FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->mb_qscale,
FF_ALLOCZ_OR_GOTO  435 libavcodec/h264.c     FF_ALLOCZ_OR_GOTO(h->avctx, h->non_zero_count,
FF_ALLOCZ_OR_GOTO  437 libavcodec/h264.c     FF_ALLOCZ_OR_GOTO(h->avctx, h->slice_table_base,
FF_ALLOCZ_OR_GOTO  439 libavcodec/h264.c     FF_ALLOCZ_OR_GOTO(h->avctx, h->cbp_table,
FF_ALLOCZ_OR_GOTO  441 libavcodec/h264.c     FF_ALLOCZ_OR_GOTO(h->avctx, h->chroma_pred_mode_table,
FF_ALLOCZ_OR_GOTO  447 libavcodec/h264.c     FF_ALLOCZ_OR_GOTO(h->avctx, h->direct_table,
FF_ALLOCZ_OR_GOTO  449 libavcodec/h264.c     FF_ALLOCZ_OR_GOTO(h->avctx, h->list_counts,
FF_ALLOCZ_OR_GOTO  456 libavcodec/h264.c     FF_ALLOCZ_OR_GOTO(h->avctx, h->mb2b_xy,
FF_ALLOCZ_OR_GOTO  458 libavcodec/h264.c     FF_ALLOCZ_OR_GOTO(h->avctx, h->mb2br_xy,
FF_ALLOCZ_OR_GOTO  527 libavcodec/h264.c         FF_ALLOCZ_OR_GOTO(h->avctx, er->mb_index2xy,
FF_ALLOCZ_OR_GOTO  537 libavcodec/h264.c         FF_ALLOCZ_OR_GOTO(h->avctx, er->error_status_table,
FF_ALLOCZ_OR_GOTO  543 libavcodec/h264.c         FF_ALLOCZ_OR_GOTO(h->avctx, er->mbskip_table, mb_array_size + 2, fail);
FF_ALLOCZ_OR_GOTO  548 libavcodec/h264.c         FF_ALLOCZ_OR_GOTO(h->avctx, h->dc_val_base,
FF_ALLOCZ_OR_GOTO  173 libavcodec/iirfilter.c     FF_ALLOCZ_OR_GOTO(avc, c,     sizeof(FFIIRFilterCoeffs),
FF_ALLOCZ_OR_GOTO  841 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->me.map,
FF_ALLOCZ_OR_GOTO  843 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->me.score_map,
FF_ALLOCZ_OR_GOTO  846 libavcodec/mpegvideo.c             FF_ALLOCZ_OR_GOTO(s->avctx, s->dct_error_sum,
FF_ALLOCZ_OR_GOTO  850 libavcodec/mpegvideo.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->blocks, 64 * 12 * 2 * sizeof(int16_t), fail)
FF_ALLOCZ_OR_GOTO  861 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->ac_val_base,
FF_ALLOCZ_OR_GOTO 1202 libavcodec/mpegvideo.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->mb_index2xy, (s->mb_num + 1) * sizeof(int), fail); // error ressilience code looks cleaner with this
FF_ALLOCZ_OR_GOTO 1211 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->p_mv_table_base,                 mv_table_size * 2 * sizeof(int16_t), fail)
FF_ALLOCZ_OR_GOTO 1212 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->b_forw_mv_table_base,            mv_table_size * 2 * sizeof(int16_t), fail)
FF_ALLOCZ_OR_GOTO 1213 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->b_back_mv_table_base,            mv_table_size * 2 * sizeof(int16_t), fail)
FF_ALLOCZ_OR_GOTO 1214 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->b_bidir_forw_mv_table_base,      mv_table_size * 2 * sizeof(int16_t), fail)
FF_ALLOCZ_OR_GOTO 1215 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->b_bidir_back_mv_table_base,      mv_table_size * 2 * sizeof(int16_t), fail)
FF_ALLOCZ_OR_GOTO 1216 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->b_direct_mv_table_base,          mv_table_size * 2 * sizeof(int16_t), fail)
FF_ALLOCZ_OR_GOTO 1225 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->mb_type, mb_array_size * sizeof(uint16_t), fail) // needed for encoding
FF_ALLOCZ_OR_GOTO 1227 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->lambda_table, mb_array_size * sizeof(int), fail)
FF_ALLOCZ_OR_GOTO 1243 libavcodec/mpegvideo.c                     FF_ALLOCZ_OR_GOTO(s->avctx,
FF_ALLOCZ_OR_GOTO 1250 libavcodec/mpegvideo.c                 FF_ALLOCZ_OR_GOTO(s->avctx, s->b_field_select_table [i][j], mb_array_size * 2 * sizeof(uint8_t), fail)
FF_ALLOCZ_OR_GOTO 1251 libavcodec/mpegvideo.c                 FF_ALLOCZ_OR_GOTO(s->avctx, s->p_field_mv_table_base[i][j], mv_table_size * 2 * sizeof(int16_t), fail)
FF_ALLOCZ_OR_GOTO 1254 libavcodec/mpegvideo.c             FF_ALLOCZ_OR_GOTO(s->avctx, s->p_field_select_table[i], mb_array_size * 2 * sizeof(uint8_t), fail)
FF_ALLOCZ_OR_GOTO 1259 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->coded_block_base, y_size + (s->mb_height&1)*2*s->b8_stride, fail);
FF_ALLOCZ_OR_GOTO 1263 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->cbp_table     , mb_array_size * sizeof(uint8_t), fail);
FF_ALLOCZ_OR_GOTO 1264 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->pred_dir_table, mb_array_size * sizeof(uint8_t), fail);
FF_ALLOCZ_OR_GOTO 1270 libavcodec/mpegvideo.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->dc_val_base, yc_size * sizeof(int16_t), fail);
FF_ALLOCZ_OR_GOTO 1279 libavcodec/mpegvideo.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->mbintra_table, mb_array_size, fail);
FF_ALLOCZ_OR_GOTO 1283 libavcodec/mpegvideo.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->mbskip_table, mb_array_size + 2, fail);
FF_ALLOCZ_OR_GOTO 1342 libavcodec/mpegvideo.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->picture,
FF_ALLOCZ_OR_GOTO  855 libavcodec/mpegvideo_enc.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->ac_stats,
FF_ALLOCZ_OR_GOTO  859 libavcodec/mpegvideo_enc.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->avctx->stats_out, 256, fail);
FF_ALLOCZ_OR_GOTO  861 libavcodec/mpegvideo_enc.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->q_intra_matrix,   64 * 32 * sizeof(int), fail);
FF_ALLOCZ_OR_GOTO  862 libavcodec/mpegvideo_enc.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->q_chroma_intra_matrix, 64 * 32 * sizeof(int), fail);
FF_ALLOCZ_OR_GOTO  863 libavcodec/mpegvideo_enc.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->q_inter_matrix,   64 * 32 * sizeof(int), fail);
FF_ALLOCZ_OR_GOTO  864 libavcodec/mpegvideo_enc.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->q_intra_matrix16, 64 * 32 * 2 * sizeof(uint16_t), fail);
FF_ALLOCZ_OR_GOTO  865 libavcodec/mpegvideo_enc.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->q_chroma_intra_matrix16, 64 * 32 * 2 * sizeof(uint16_t), fail);
FF_ALLOCZ_OR_GOTO  866 libavcodec/mpegvideo_enc.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->q_inter_matrix16, 64 * 32 * 2 * sizeof(uint16_t), fail);
FF_ALLOCZ_OR_GOTO  867 libavcodec/mpegvideo_enc.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->input_picture,
FF_ALLOCZ_OR_GOTO  869 libavcodec/mpegvideo_enc.c     FF_ALLOCZ_OR_GOTO(s->avctx, s->reordered_input_picture,
FF_ALLOCZ_OR_GOTO  873 libavcodec/mpegvideo_enc.c         FF_ALLOCZ_OR_GOTO(s->avctx, s->dct_offset,
FF_ALLOCZ_OR_GOTO 1187 libswscale/utils.c     FF_ALLOCZ_OR_GOTO(c, c->formatConvBuffer, FFALIGN(srcW*2+78, 16) * 2, fail);
FF_ALLOCZ_OR_GOTO 1308 libswscale/utils.c             FF_ALLOCZ_OR_GOTO(c, c->hLumFilter,    (dstW           / 8 + 8) * sizeof(int16_t), fail);
FF_ALLOCZ_OR_GOTO 1309 libswscale/utils.c             FF_ALLOCZ_OR_GOTO(c, c->hChrFilter,    (c->chrDstW     / 4 + 8) * sizeof(int16_t), fail);
FF_ALLOCZ_OR_GOTO 1310 libswscale/utils.c             FF_ALLOCZ_OR_GOTO(c, c->hLumFilterPos, (dstW       / 2 / 8 + 8) * sizeof(int32_t), fail);
FF_ALLOCZ_OR_GOTO 1311 libswscale/utils.c             FF_ALLOCZ_OR_GOTO(c, c->hChrFilterPos, (c->chrDstW / 2 / 4 + 8) * sizeof(int32_t), fail);
FF_ALLOCZ_OR_GOTO 1416 libswscale/utils.c         FF_ALLOCZ_OR_GOTO(c, c->dither_error[i], (c->dstW+2) * sizeof(int), fail);
FF_ALLOCZ_OR_GOTO 1424 libswscale/utils.c         FF_ALLOCZ_OR_GOTO(c, c->alpPixBuf, c->vLumBufSize * 3 * sizeof(int16_t *), fail);
FF_ALLOCZ_OR_GOTO 1429 libswscale/utils.c         FF_ALLOCZ_OR_GOTO(c, c->lumPixBuf[i + c->vLumBufSize],
FF_ALLOCZ_OR_GOTO 1445 libswscale/utils.c             FF_ALLOCZ_OR_GOTO(c, c->alpPixBuf[i + c->vLumBufSize],