av_realloc        208 cmdutils.c         opt_names= av_realloc(opt_names, sizeof(void*)*(opt_name_count+1));
av_realloc        608 ffmpeg.c                           input_tmp= av_realloc(input_tmp, byte_delta + size);
av_realloc       2553 ffmpeg.c           metadata= av_realloc(metadata, sizeof(*metadata)*metadata_count);
av_realloc       3085 ffmpeg.c                       av_realloc(video_enc->rc_override,
av_realloc        830 libavcodec/apedec.c         s->data = av_realloc(s->data, (buf_size + 3) & ~3);
av_realloc         54 libavcodec/bitstream.c     return av_realloc(ptr, size);
av_realloc        132 libavcodec/bitstream.c             vlc->table = av_realloc(vlc->table,
av_realloc        159 libavcodec/eatgv.c         s->mv_codebook = av_realloc(s->mv_codebook, num_mvs*2*sizeof(int));
av_realloc        164 libavcodec/eatgv.c         s->block_codebook = av_realloc(s->block_codebook, num_blocks_packed*16*sizeof(unsigned char));
av_realloc        173 libavcodec/flacdec.c         s->decoded[i] = av_realloc(s->decoded[i],
av_realloc        283 libavcodec/fraps.c             s->tmpbuf = av_realloc(s->tmpbuf, offs[i + 1] - offs[i] - 1024 + FF_INPUT_BUFFER_PADDING_SIZE);
av_realloc        325 libavcodec/fraps.c             s->tmpbuf = av_realloc(s->tmpbuf, offs[i + 1] - offs[i] - 1024 + FF_INPUT_BUFFER_PADDING_SIZE);
av_realloc         38 libavcodec/h264_mp4toannexb_bsf.c     *poutbuf = av_realloc(*poutbuf, *poutbuf_size);
av_realloc         92 libavcodec/h264_mp4toannexb_bsf.c             out = av_realloc(out, total_size);
av_realloc        296 libavcodec/libdiracenc.c             p_dirac_params->enc_buf = av_realloc (
av_realloc        301 libavcodec/libschroedingerenc.c              p_schro_params->enc_buf = av_realloc (
av_realloc         61 libavcodec/libtheoraenc.c         newdata = av_realloc(avc_context->extradata, newsize);
av_realloc        119 libavcodec/libvorbis.c     avccontext->extradata= av_realloc(avccontext->extradata, avccontext->extradata_size);
av_realloc        119 libavcodec/nuv.c         c->decomp_buf = av_realloc(c->decomp_buf, c->decomp_size + AV_LZO_OUTPUT_PADDING);
av_realloc        332 libavcodec/resample.c         s->temp[i]= av_realloc(s->temp[i], s->temp_len*sizeof(short));
av_realloc       1255 libavcodec/rv34.c             r->intra_types_hist = av_realloc(r->intra_types_hist, s->b4_stride * 4 * 2 * sizeof(*r->intra_types_hist));
av_realloc       1257 libavcodec/rv34.c             r->mb_type = av_realloc(r->mb_type, r->s.mb_stride * r->s.mb_height * sizeof(*r->mb_type));
av_realloc       1258 libavcodec/rv34.c             r->cbp_luma   = av_realloc(r->cbp_luma,   r->s.mb_stride * r->s.mb_height * sizeof(*r->cbp_luma));
av_realloc       1259 libavcodec/rv34.c             r->cbp_chroma = av_realloc(r->cbp_chroma, r->s.mb_stride * r->s.mb_height * sizeof(*r->cbp_chroma));
av_realloc       1260 libavcodec/rv34.c             r->deblock_coefs = av_realloc(r->deblock_coefs, r->s.mb_stride * r->s.mb_height * sizeof(*r->deblock_coefs));
av_realloc        125 libavcodec/shorten.c         s->offset[chan] = av_realloc(s->offset[chan], sizeof(int32_t)*FFMAX(1, s->nmean));
av_realloc        127 libavcodec/shorten.c         s->decoded[chan] = av_realloc(s->decoded[chan], sizeof(int32_t)*(s->blocksize + s->nwrap));
av_realloc        311 libavcodec/truemotion2.c     ctx->tokens[stream_id] = av_realloc(ctx->tokens[stream_id], toks * sizeof(int));
av_realloc         78 libavcodec/utils.c     ptr= av_realloc(ptr, *size);
av_realloc        354 libavcodec/vmnc.c             c->curbits = av_realloc(c->curbits, c->cur_w * c->cur_h * c->bpp2);
av_realloc        355 libavcodec/vmnc.c             c->curmask = av_realloc(c->curmask, c->cur_w * c->cur_h * c->bpp2);
av_realloc        356 libavcodec/vmnc.c             c->screendta = av_realloc(c->screendta, c->cur_w * c->cur_h * c->bpp2);
av_realloc        484 libavcodec/vp56.c     s->above_blocks = av_realloc(s->above_blocks,
av_realloc        486 libavcodec/vp56.c     s->macroblocks = av_realloc(s->macroblocks,
av_realloc        478 libavcodec/zmbv.c         c->cur = av_realloc(c->cur, avctx->width * avctx->height * (c->bpp / 8));
av_realloc        479 libavcodec/zmbv.c         c->prev = av_realloc(c->prev, avctx->width * avctx->height * (c->bpp / 8));
av_realloc         64 libavfilter/avfilter.c     *pads  = av_realloc(*pads,  sizeof(AVFilterPad)   * (*count + 1));
av_realloc         65 libavfilter/avfilter.c     *links = av_realloc(*links, sizeof(AVFilterLink*) * (*count + 1));
av_realloc         39 libavfilter/avfiltergraph.c     graph->filters = av_realloc(graph->filters,
av_realloc        108 libavfilter/formats.c     f->refs = av_realloc(f->refs, sizeof(AVFilterFormats**) * ++f->refcount);
av_realloc        176 libavformat/4xm.c                 fourxm->tracks = av_realloc(fourxm->tracks,
av_realloc        776 libavformat/asfenc.c                     asf->index_ptr = (ASFIndex*)av_realloc( asf->index_ptr, sizeof(ASFIndex) * asf->nb_index_memory_alloc );
av_realloc        512 libavformat/avidec.c                         st->codec->extradata= av_realloc(st->codec->extradata, st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_realloc        738 libavformat/avidec.c             void *ptr= av_realloc(pkt->data, pkt->size + 4*256 + FF_INPUT_BUFFER_PADDING_SIZE);
av_realloc        519 libavformat/avienc.c             idx->cluster = av_realloc(idx->cluster, (cl+1)*sizeof(void*));
av_realloc        750 libavformat/aviobuf.c         d->buffer = av_realloc(d->buffer, new_allocated_size);
av_realloc         36 libavformat/cutils.c         tab = av_realloc(tab, nb_alloc * sizeof(intptr_t));
av_realloc         63 libavformat/libnut.c         .alloc = { av_malloc, av_realloc, av_free },
av_realloc        199 libavformat/libnut.c         .alloc = { av_malloc, av_realloc, av_free },
av_realloc        760 libavformat/matroskadec.c         newelem = av_realloc(list->elem, (list->nb_elem+1)*syntax->list_elem_size);
av_realloc        891 libavformat/matroskadec.c             pkt_data = av_realloc(pkt_data, pkt_size+AV_LZO_OUTPUT_PADDING);
av_realloc        907 libavformat/matroskadec.c             newpktdata = av_realloc(pkt_data, pkt_size);
av_realloc        933 libavformat/matroskadec.c             newpktdata = av_realloc(pkt_data, pkt_size);
av_realloc        995 libavformat/matroskadec.c     void *newdata = av_realloc(out->data, out->size+in->size);
av_realloc       1487 libavformat/matroskadec.c             newpackets = av_realloc(matroska->packets,
av_realloc        277 libavformat/matroskaenc.c     entries = av_realloc(entries, (seekhead->num_entries + 1) * sizeof(mkv_seekhead_entry));
av_realloc        349 libavformat/matroskaenc.c     entries = av_realloc(entries, (cues->num_entries + 1) * sizeof(mkv_cuepoint));
av_realloc         62 libavformat/metadata.c         AVMetadataTag *tmp= av_realloc(m->elems, (m->count+1) * sizeof(*m->elems));
av_realloc        651 libavformat/mov.c     buf= av_realloc(st->codec->extradata, size);
av_realloc       1693 libavformat/mov.c     trex = av_realloc(c->trex_data, (c->trex_count+1)*sizeof(*c->trex_data));
av_realloc       1735 libavformat/mov.c         ctts_data = av_realloc(sc->ctts_data,
av_realloc       1783 libavformat/movenc.c         trk->cluster = av_realloc(trk->cluster, (trk->entry + MOV_INDEX_CLUSTER_SIZE) * sizeof(*trk->cluster));
av_realloc        174 libavformat/mpegts.c     void *tmp = av_realloc(ts->prg, (ts->nb_prg+1)*sizeof(struct Program));
av_realloc        367 libavformat/mxfdec.c     mxf->metadata_sets = av_realloc(mxf->metadata_sets, (mxf->metadata_sets_count + 1) * sizeof(*mxf->metadata_sets));
av_realloc       1189 libavformat/mxfenc.c             av_realloc(mxf->body_partition_offset,
av_realloc       1632 libavformat/mxfenc.c         mxf->index_entries = av_realloc(mxf->index_entries,
av_realloc        163 libavformat/oggdec.c     ogg->streams = av_realloc (ogg->streams,
av_realloc        109 libavformat/oggparsetheora.c     st->codec->extradata = av_realloc (st->codec->extradata, cds);
av_realloc        147 libavformat/oggparsevorbis.c     *buf = av_realloc(*buf, offset + FF_INPUT_BUFFER_PADDING_SIZE);
av_realloc        286 libavformat/smacker.c                 smk->bufs[smk->curstream] = av_realloc(smk->bufs[smk->curstream], size);
av_realloc        511 libavformat/utils.c             pd->buf= av_realloc(pd->buf, probe_size + AVPROBE_PADDING_SIZE);
av_realloc        616 libavformat/utils.c             pd->buf = av_realloc(pd->buf, pd->buf_size+pkt->size+AVPROBE_PADDING_SIZE);
av_realloc       2787 libavformat/utils.c         tmp = av_realloc(program->stream_index, sizeof(unsigned int)*(program->nb_stream_indexes+1));