av_realloc        309 libavcodec/avpacket.c     pkt->side_data = av_realloc(pkt->side_data,
av_realloc        436 libavcodec/avpacket.c         uint8_t *const new_data = av_realloc(data, new_size);
av_realloc        305 libavcodec/binkaudio.c         buf = av_realloc(s->packet_buffer, avpkt->size + FF_INPUT_BUFFER_PADDING_SIZE);
av_realloc        436 libavcodec/exr.c             pl->p = av_realloc(pl->p, pl->lit * sizeof(int));
av_realloc       1122 libavcodec/exr.c                 s->channels = av_realloc(s->channels,
av_realloc        130 libavfilter/avfiltergraph.c     AVFilterContext **filters = av_realloc(graph->filters,
av_realloc        200 libavfilter/avfiltergraph.c     filters = av_realloc(graph->filters, sizeof(*filters) * (graph->nb_filters + 1));
av_realloc        322 libavfilter/formats.c     fmts = av_realloc((*f)->list,                           \
av_realloc        417 libavfilter/formats.c     f->refs = av_realloc(f->refs, sizeof(*f->refs) * ++f->refcount); \
av_realloc        481 libavfilter/vf_drawtext.c     if (textbuf_size > SIZE_MAX - 1 || !(tmp = av_realloc(s->text, textbuf_size + 1))) {
av_realloc        567 libavfilter/vf_drawtext.c     if (!(tmp = av_realloc(s->text, (len * 4 + 1) * sizeof(*s->text)))) {
av_realloc       1147 libavfilter/vf_drawtext.c               av_realloc(s->positions, len*sizeof(*s->positions))))
av_realloc         73 libavfilter/vidstabutils.c     vs_realloc = av_realloc;
av_realloc        135 libavformat/apngdec.c     new_extradata = av_realloc(s->extradata, new_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_realloc         80 libavformat/concat.c     if (!(nodes = av_realloc(NULL, sizeof(*nodes) * len)))
av_realloc        117 libavformat/concat.c     else if (!(nodes = av_realloc(nodes, data->length * sizeof(*nodes)))) {
av_realloc        132 libavformat/concatdec.c             !(new_files = av_realloc(cat->files, n * sizeof(*cat->files))))
av_realloc        249 libavformat/concatdec.c     map = av_realloc(cat->cur_file->streams,
av_realloc        372 libavformat/dashenc.c     char *out = av_realloc(NULL, outlen + 1);
av_realloc        380 libavformat/dashenc.c             tmp = av_realloc(out, outlen + 1);
av_realloc        315 libavformat/img2dec.c             uint8_t *probe_buffer = av_realloc(NULL, probe_buffer_size + AVPROBE_PADDING_SIZE);
av_realloc         64 libavformat/libnut.c         .alloc = { av_malloc, av_realloc, av_free },
av_realloc        202 libavformat/libnut.c         .alloc = { av_malloc, av_realloc, av_free },
av_realloc       1249 libavformat/matroskadec.c             newpktdata = av_realloc(pkt_data, pkt_size + AV_LZO_OUTPUT_PADDING);
av_realloc       1274 libavformat/matroskadec.c             newpktdata = av_realloc(pkt_data, pkt_size);
av_realloc       1309 libavformat/matroskadec.c             newpktdata = av_realloc(pkt_data, pkt_size);
av_realloc       2199 libavformat/matroskadec.c             newpackets = av_realloc(matroska->packets,
av_realloc       2464 libavformat/matroskadec.c         tmp = av_realloc(dst, dstlen + blocksize + 32);
av_realloc       3151 libavformat/mov.c         ctts_data = av_realloc(NULL, sizeof(*sc->ctts_data));
av_realloc        251 libavformat/oggdec.c         !(os = av_realloc(ogg->streams, size)))
av_realloc        231 libavformat/oggparsevorbis.c     ptr = *buf = av_realloc(NULL, buf_len);
av_realloc        406 libavformat/rtmppkt.c         pkt->data = av_realloc(NULL, size);
av_realloc       1113 libavformat/rtmpproto.c         if (!(ptr = av_realloc(*out_data, *out_size + size))) {
av_realloc        119 libavformat/rtpdec_h264.c             uint8_t *dest = av_realloc(*data_ptr,
av_realloc        184 libavformat/rtpdec_qt.c             qt->pkt.data = av_realloc(NULL, alen + FF_INPUT_BUFFER_PADDING_SIZE);
av_realloc        218 libavformat/rtpdec_qt.c             qt->pkt.data = av_realloc(NULL, qt->remaining * qt->bytes_per_frame);
av_realloc        533 libavformat/utils.c             uint8_t *new_buf = av_realloc(pd->buf, pd->buf_size+pkt->size+AVPROBE_PADDING_SIZE);
av_realloc        224 libavformat/wavenc.c             wav->peak_output = av_realloc(wav->peak_output,
av_realloc        293 libavformat/webmdashenc.c             w->as = av_realloc(w->as, sizeof(*w->as) * ++w->nb_as);
av_realloc        310 libavformat/webmdashenc.c             as->streams = av_realloc(as->streams, sizeof(*as->streams) * ++as->nb_streams);
av_realloc        115 libavformat/wtvenc.c     WtvSyncEntry *new_list = av_realloc(*list, new_count * sizeof(WtvSyncEntry));
av_realloc         50 libavutil/bprint.c     new_str = av_realloc(old_str, new_size);
av_realloc        243 libavutil/bprint.c             str = av_realloc(buf->str, real_size);
av_realloc        176 libavutil/buffer.c         uint8_t *data = av_realloc(NULL, size);
av_realloc        209 libavutil/buffer.c     tmp = av_realloc(buf->buffer->data, size);
av_realloc         94 libavutil/dict.c         AVDictionaryEntry *tmp = av_realloc(m->elems,
av_realloc         55 libavutil/dynarray.h                     av_realloc((av_array), av_size_new * (av_elt_size)); \
av_realloc        573 libavutil/frame.c     tmp = av_realloc(frame->side_data,
av_realloc        179 libavutil/mem.c     r = av_realloc(ptr, size);
av_realloc        195 libavutil/mem.c     val = av_realloc(val, size);
av_realloc        210 libavutil/mem.c     return av_realloc(ptr, nmemb * size);
av_realloc        270 libavutil/mem.c         ptr = av_realloc(NULL, len);
av_realloc        288 libavutil/mem.c     ret = av_realloc(NULL, len + 1);
av_realloc        485 libavutil/mem.c     ptr = av_realloc(ptr, min_size);
av_realloc        135 tools/probetest.c         pd.buf      = av_realloc(pd.buf, size + AVPROBE_PADDING_SIZE);
av_realloc        159 tools/sidxindex.c         temp = av_realloc(tracks->tracks,