av_fast_malloc   2496 ffplay.c               av_fast_malloc(&is->audio_buf1, &is->audio_buf1_size, out_size);
av_fast_malloc   1485 libavcodec/apedec.c     av_fast_malloc(&s->decoded_buffer, &s->decoded_size,
av_fast_malloc   1690 libavcodec/dcadec.c         av_fast_malloc(&s->extra_channels_buffer,
av_fast_malloc    358 libavcodec/fic.c     av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size,
av_fast_malloc    141 libavcodec/flacdec.c     av_fast_malloc(&s->decoded_buffer, &s->decoded_buffer_size, buf_size);
av_fast_malloc   1205 libavcodec/flacenc.c         av_fast_malloc(&s->md5_buffer, &s->md5_buffer_size, buf_size);
av_fast_malloc    820 libavcodec/flashsv2enc.c         av_fast_malloc(&s->blockbuffer, &s->blockbuffer_size, block_width * block_height * 6);
av_fast_malloc    225 libavcodec/gifdec.c             av_fast_malloc(&s->stored_img, &s->stored_img_size, frame->linesize[0] * frame->height);
av_fast_malloc    488 libavcodec/gifdec.c         av_fast_malloc(&s->idx_line, &s->idx_line_size, s->screen_width);
av_fast_malloc   2826 libavcodec/hevc.c     av_fast_malloc(&nal->rbsp_buffer, &nal->rbsp_buffer_size,
av_fast_malloc   3030 libavcodec/hevc.c         av_fast_malloc(&s->checksum_buf, &s->checksum_buf_size,
av_fast_malloc    616 libavcodec/lagarith.c         av_fast_malloc(&l->rgb_planes, &l->rgb_planes_allocated,
av_fast_malloc    921 libavcodec/mjpegdec.c     av_fast_malloc(&s->ljpeg_buffer, &s->ljpeg_buffer_size,
av_fast_malloc   1048 libavcodec/mpegvideo.c             av_fast_malloc(&s->bitstream_buffer,
av_fast_malloc    135 libavcodec/nuv.c         av_fast_malloc(&c->decomp_buf, &c->decomp_size,
av_fast_malloc    390 libavcodec/opusdec.c         av_fast_malloc(&s->out_dummy, &s->out_dummy_allocated_size, s->out_size);
av_fast_malloc   1298 libavcodec/sanm.c     av_fast_malloc(&ctx->rle_buf, &ctx->rle_buf_size, npixels);
av_fast_malloc    748 libavcodec/takdec.c         av_fast_malloc(&s->decode_buffer, &s->decode_buffer_size, buf_size);
av_fast_malloc    417 libavcodec/truemotion1.c         av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
av_fast_malloc    487 libavcodec/truemotion1.c     av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
av_fast_malloc    387 libavcodec/utvideodec.c     av_fast_malloc(&c->slice_bits, &c->slice_bits_size,
av_fast_malloc    250 libavfilter/vf_deshake.c     av_fast_malloc(&deshake->angles, &deshake->angles_size, width * height / (16 * deshake->blocksize) * sizeof(*deshake->angles));
av_fast_malloc    905 libavformat/id3v2.c                 av_fast_malloc(&buffer, &buffer_size, tlen);
av_fast_malloc    937 libavformat/id3v2.c                     av_fast_malloc(&uncompressed_buffer, &uncompressed_buffer_size, dlen);
av_fast_malloc    150 libavformat/pmpdec.c         av_fast_malloc(&pmp->packet_sizes,
av_fast_malloc    230 libavformat/spdifenc.c     av_fast_malloc(&ctx->hd_buf, &ctx->hd_buf_size, ctx->out_bytes);
av_fast_malloc    528 libavformat/spdifenc.c         av_fast_malloc(&ctx->buffer, &ctx->buffer_size, ctx->out_bytes + FF_INPUT_BUFFER_PADDING_SIZE);
av_fast_malloc    383 libavutil/mem.h void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size);