av_fast_realloc   378 libavcodec/4xm.c     f->bitstream_buffer= av_fast_realloc(f->bitstream_buffer, &f->bitstream_buffer_size, bitstream_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_fast_realloc   656 libavcodec/4xm.c     f->bitstream_buffer= av_fast_realloc(f->bitstream_buffer, &f->bitstream_buffer_size, prestream_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_fast_realloc   715 libavcodec/4xm.c         cfrm->data= av_fast_realloc(cfrm->data, &cfrm->allocated_size, cfrm->size + data_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_fast_realloc   408 libavcodec/asv1.c     a->bitstream_buffer= av_fast_realloc(a->bitstream_buffer, &a->bitstream_buffer_size, buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_fast_realloc  3280 libavcodec/avcodec.h void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size);
av_fast_realloc   136 libavcodec/dirac_parser.c         void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size,
av_fast_realloc   147 libavcodec/dirac_parser.c         void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size,
av_fast_realloc   130 libavcodec/eatqi.c     t->bitstream_buf = av_fast_realloc(t->bitstream_buf, &t->bitstream_buf_size, (buf_end-buf) + FF_INPUT_BUFFER_PADDING_SIZE);
av_fast_realloc   178 libavcodec/flacdec.c         s->bitstream= av_fast_realloc(s->bitstream,
av_fast_realloc   603 libavcodec/flacdec.c         s->bitstream= av_fast_realloc(s->bitstream, &s->allocated_bitstream_size, s->max_framesize);
av_fast_realloc   615 libavcodec/flacdec.c             s->bitstream= av_fast_realloc(s->bitstream, &s->allocated_bitstream_size, s->bitstream_size + buf_size);
av_fast_realloc   688 libavcodec/h263dec.c             s->bitstream_buffer= av_fast_realloc(
av_fast_realloc  1414 libavcodec/h264.c     h->rbsp_buffer[bufidx]= av_fast_realloc(h->rbsp_buffer[bufidx], &h->rbsp_buffer_size[bufidx], length+FF_INPUT_BUFFER_PADDING_SIZE);
av_fast_realloc   969 libavcodec/huffyuv.c     s->bitstream_buffer= av_fast_realloc(s->bitstream_buffer, &s->bitstream_buffer_size, buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_fast_realloc   175 libavcodec/mdec.c     a->bitstream_buffer= av_fast_realloc(a->bitstream_buffer, &a->bitstream_buffer_size, buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_fast_realloc   335 libavcodec/mimic.c     ctx->swap_buf = av_fast_realloc(ctx->swap_buf, &ctx->swap_buf_size,
av_fast_realloc   304 libavcodec/motionpixels.c     mp->bswapbuf = av_fast_realloc(mp->bswapbuf, &mp->bswapbuf_size, buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_fast_realloc   254 libavcodec/parser.c         void* new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size, (*buf_size) + pc->index + FF_INPUT_BUFFER_PADDING_SIZE);
av_fast_realloc   269 libavcodec/parser.c         void* new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size, next + pc->index + FF_INPUT_BUFFER_PADDING_SIZE);
av_fast_realloc   279 libavcodec/shorten.c         s->bitstream= av_fast_realloc(s->bitstream, &s->allocated_bitstream_size, s->max_framesize);
av_fast_realloc   222 libavcodec/utils.c     s->internal_buffer= av_fast_realloc(
av_fast_realloc   118 libavcodec/vdpau.c     render->bitstream_buffers= av_fast_realloc(
av_fast_realloc   123 libavformat/assdec.c         p = av_fast_realloc(*(dst[i]), &allocated[i], pos[i]+MAX_LINESIZE);
av_fast_realloc   130 libavformat/bethsoftvid.c         vidbuf_start = av_fast_realloc(vidbuf_start, &vidbuf_capacity, vidbuf_nbytes + BUFFER_PADDING_SIZE);
av_fast_realloc  1221 libavformat/utils.c     entries = av_fast_realloc(st->index_entries,