av_realloc_f     2475 ffmpeg.c                       !(pts = av_realloc_f(pts, size += avf->nb_chapters - 1,
av_realloc_f     1614 ffmpeg_opt.c       tmp = av_realloc_f(os->chapters, is->nb_chapters + os->nb_chapters, sizeof(*os->chapters));
av_realloc_f      114 libavcodec/bitstream.c         vlc->table = av_realloc_f(vlc->table, vlc->table_allocated, sizeof(VLC_TYPE) * 2);
av_realloc_f      497 libavcodec/zmbv.c         c->cur  = av_realloc_f(c->cur, avctx->width * avctx->height,  (c->bpp / 8));
av_realloc_f      498 libavcodec/zmbv.c         c->prev = av_realloc_f(c->prev, avctx->width * avctx->height,  (c->bpp / 8));
av_realloc_f      388 libavfilter/aeval.c     eval->channel_values = av_realloc_f(eval->channel_values,
av_realloc_f      112 libavfilter/af_aecho.c     s->delay = av_realloc_f(s->delay, nb_delays, sizeof(*s->delay));
av_realloc_f      113 libavfilter/af_aecho.c     s->decay = av_realloc_f(s->decay, nb_decays, sizeof(*s->decay));
av_realloc_f      131 libavfilter/af_aecho.c     s->samples = av_realloc_f(s->samples, nb_delays, sizeof(*s->samples));
av_realloc_f      373 libavfilter/af_biquads.c     s->cache = av_realloc_f(s->cache, sizeof(ChanCache), inlink->channels);
av_realloc_f      212 libavfilter/avf_showspectrum.c             av_realloc_f(s->window_func_lut, win_size,
av_realloc_f      263 libavfilter/avf_showspectrum.c         av_realloc_f(s->combine_buffer, outlink->h * 3,
av_realloc_f      217 libavfilter/f_sendcmd.c             *cmds = av_realloc_f(*cmds, n, 2*sizeof(Command));
av_realloc_f      346 libavfilter/f_sendcmd.c             *intervals = av_realloc_f(*intervals, n, 2*sizeof(Interval));
av_realloc_f       98 libavfilter/vf_elbg.c     elbg->codeword = av_realloc_f(elbg->codeword, elbg->codeword_length,
av_realloc_f      104 libavfilter/vf_elbg.c         av_realloc_f(elbg->codeword_closest_codebook_idxs, elbg->codeword_length,
av_realloc_f      109 libavfilter/vf_elbg.c     elbg->codebook = av_realloc_f(elbg->codebook, elbg->codebook_length,
av_realloc_f      154 libavfilter/vf_perspective.c     s->pv = av_realloc_f(s->pv, w * h, 2 * sizeof(*s->pv));
av_realloc_f      661 libavformat/avienc.c             idx->cluster = av_realloc_f(idx->cluster, sizeof(void*), cl+1);
av_realloc_f      878 libavformat/aviobuf.c         if (!(buf = (*bufp) = av_realloc_f(buf, 1, alloc_size)))
av_realloc_f     3412 libavformat/mov.c             c->bitrates = av_realloc_f(c->bitrates, c->bitrates_count, sizeof(*c->bitrates));
av_realloc_f      167 libavformat/sbgdec.c         *array = av_realloc_f(*array, m, elsize);
av_realloc_f      866 libavformat/sbgdec.c             buf = av_realloc_f(buf, bufsize, 1);
av_realloc_f      218 libavutil/mem.c     val = av_realloc_f(val, nmemb, size);
av_realloc_f      128 libavutil/mem.h void *av_realloc_f(void *ptr, size_t nelem, size_t elsize);