av_realloc_f 3208 fftools/ffmpeg.c !(pts = av_realloc_f(pts, size += avf->nb_chapters - 1, av_realloc_f 2030 fftools/ffmpeg_opt.c tmp = av_realloc_f(os->chapters, is->nb_chapters + os->nb_chapters, sizeof(*os->chapters)); av_realloc_f 119 libavcodec/bitstream.c vlc->table = av_realloc_f(vlc->table, vlc->table_allocated, sizeof(VLC_TYPE) * 2); av_realloc_f 941 libavcodec/diracdec.c s->slice_params_buf = av_realloc_f(s->slice_params_buf, s->num_x * s->num_y, sizeof(DiracSlice)); av_realloc_f 960 libavcodec/diracdec.c s->thread_buf = av_realloc_f(s->thread_buf, avctx->thread_count, s->thread_buf_size); av_realloc_f 502 libavcodec/zmbv.c c->cur = av_realloc_f(c->cur, avctx->width * avctx->height, (c->bpp / 8)); av_realloc_f 503 libavcodec/zmbv.c c->prev = av_realloc_f(c->prev, avctx->width * avctx->height, (c->bpp / 8)); av_realloc_f 411 libavfilter/aeval.c eval->channel_values = av_realloc_f(eval->channel_values, av_realloc_f 115 libavfilter/af_aecho.c s->delay = av_realloc_f(s->delay, nb_delays, sizeof(*s->delay)); av_realloc_f 116 libavfilter/af_aecho.c s->decay = av_realloc_f(s->decay, nb_decays, sizeof(*s->decay)); av_realloc_f 134 libavfilter/af_aecho.c s->samples = av_realloc_f(s->samples, nb_delays, sizeof(*s->samples)); av_realloc_f 212 libavfilter/af_afftfilt.c s->window_func_lut = av_realloc_f(s->window_func_lut, s->window_size, av_realloc_f 434 libavfilter/af_biquads.c s->cache = av_realloc_f(s->cache, sizeof(ChanCache), inlink->channels); av_realloc_f 121 libavfilter/af_chorus.c s->delays = av_realloc_f(s->delays, nb_delays, sizeof(*s->delays)); av_realloc_f 122 libavfilter/af_chorus.c s->decays = av_realloc_f(s->decays, nb_decays, sizeof(*s->decays)); av_realloc_f 123 libavfilter/af_chorus.c s->speeds = av_realloc_f(s->speeds, nb_speeds, sizeof(*s->speeds)); av_realloc_f 124 libavfilter/af_chorus.c s->depths = av_realloc_f(s->depths, nb_depths, sizeof(*s->depths)); av_realloc_f 324 libavfilter/asrc_sinc.c *h = av_realloc_f(*h, *len, sizeof(**h)); av_realloc_f 208 libavfilter/avf_showfreqs.c s->window_func_lut = av_realloc_f(s->window_func_lut, s->win_size, av_realloc_f 196 libavfilter/avf_showspatial.c av_realloc_f(s->window_func_lut, s->win_size, av_realloc_f 1131 libavfilter/avf_showspectrum.c av_realloc_f(s->window_func_lut, s->win_size, av_realloc_f 1188 libavfilter/avf_showspectrum.c av_realloc_f(s->combine_buffer, s->h * 3, av_realloc_f 1192 libavfilter/avf_showspectrum.c av_realloc_f(s->combine_buffer, s->w * 3, av_realloc_f 241 libavfilter/f_sendcmd.c *cmds = av_realloc_f(*cmds, n, 2*sizeof(Command)); av_realloc_f 380 libavfilter/f_sendcmd.c *intervals = av_realloc_f(*intervals, n, 2*sizeof(Interval)); av_realloc_f 209 libavfilter/vaf_spectrumsynth.c s->window_func_lut = av_realloc_f(s->window_func_lut, s->win_size, av_realloc_f 119 libavfilter/vf_elbg.c elbg->codeword = av_realloc_f(elbg->codeword, elbg->codeword_length, av_realloc_f 125 libavfilter/vf_elbg.c av_realloc_f(elbg->codeword_closest_codebook_idxs, elbg->codeword_length, av_realloc_f 130 libavfilter/vf_elbg.c elbg->codebook = av_realloc_f(elbg->codebook, elbg->codebook_length, av_realloc_f 245 libavfilter/vf_perspective.c s->pv = av_realloc_f(s->pv, w * h, 2 * sizeof(*s->pv)); av_realloc_f 116 libavformat/avienc.c idx->cluster = av_realloc_f(idx->cluster, sizeof(void*), cl+1); av_realloc_f 1097 libavformat/aviobuf.c if (!(buf = (*bufp) = av_realloc_f(buf, 1, alloc_size))) av_realloc_f 5810 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 211 libavutil/mem.c val = av_realloc_f(val, nmemb, size); av_realloc_f 303 libavutil/mem.h void *av_realloc_f(void *ptr, size_t nelem, size_t elsize); av_realloc_f 43 tests/api/api-seek-test.c crc_array = av_realloc_f(crc_array, size_of_array, sizeof(uint32_t)); av_realloc_f 44 tests/api/api-seek-test.c pts_array = av_realloc_f(pts_array, size_of_array, sizeof(int64_t));