av_realloc        318 libavcodec/avpacket.c     tmp = av_realloc(pkt->side_data, (elems + 1) * sizeof(*tmp));
av_realloc        507 libavcodec/avpacket.c         uint8_t *const new_data = av_realloc(data, new_size);
av_realloc       1411 libavcodec/cbs_h2645.c     data = av_realloc(NULL, max_size + AV_INPUT_BUFFER_PADDING_SIZE);
av_realloc        375 libavcodec/elsdec.c         ur->rem_rung_list = av_realloc(NULL, RUNG_SPACE);
av_realloc        415 libavcodec/exr.c             pl->p = av_realloc(pl->p, pl->lit * sizeof(int));
av_realloc       1456 libavcodec/exr.c                 s->channels = av_realloc(s->channels,
av_realloc        434 libavcodec/g2meet.c         bucket = av_realloc(hash->bucket[idx], new_size * sizeof(*bucket));
av_realloc        932 libavcodec/jpeg2000dec.c     new = av_realloc(tile->packed_headers,
av_realloc       1133 libavcodec/jpeg2000dec.c                     void *new = av_realloc(cblk->data, new_size);
av_realloc       1177 libavcodec/jpeg2000dec.c                     void *new = av_realloc(cblk->data, new_size);
av_realloc         99 libavcodec/mediacodecdec.c             new = av_realloc(*out, *out_size);
av_realloc        192 libavfilter/avfiltergraph.c     filters = av_realloc(graph->filters, sizeof(*filters) * (graph->nb_filters + 1));
av_realloc        118 libavfilter/dnn/dnn_backend_native_layer_conv2d.c     output_operand->data = av_realloc(output_operand->data, output_operand->length);
av_realloc         80 libavfilter/dnn/dnn_backend_native_layer_depth2space.c     output_operand->data = av_realloc(output_operand->data, output_operand->length);
av_realloc         96 libavfilter/dnn/dnn_backend_native_layer_mathbinary.c     output->data = av_realloc(output->data, output->length);
av_realloc         70 libavfilter/dnn/dnn_backend_native_layer_mathunary.c     output->data = av_realloc(output->data, output->length);
av_realloc         69 libavfilter/dnn/dnn_backend_native_layer_maximum.c     output->data = av_realloc(output->data, output->length);
av_realloc        116 libavfilter/dnn/dnn_backend_native_layer_pad.c     output_operand->data = av_realloc(output_operand->data, output_operand->length);
av_realloc        586 libavfilter/vf_drawtext.c     if (textbuf_size > SIZE_MAX - 1 || !(tmp = av_realloc(s->text, textbuf_size + 1))) {
av_realloc        672 libavfilter/vf_drawtext.c     if (!(tmp = av_realloc(s->text, (len * 4 + 1) * sizeof(*s->text)))) {
av_realloc       1342 libavfilter/vf_drawtext.c               av_realloc(s->positions, len*sizeof(*s->positions))))
av_realloc         73 libavfilter/vidstabutils.c     vs_realloc = av_realloc;
av_realloc        134 libavformat/apngdec.c     new_extradata = av_realloc(par->extradata, new_size + AV_INPUT_BUFFER_PADDING_SIZE);
av_realloc         83 libavformat/concat.c     if (!(nodes = av_realloc(NULL, sizeof(*nodes) * len)))
av_realloc        122 libavformat/concat.c     else if (!(nodes = av_realloc(nodes, data->length * sizeof(*nodes)))) {
av_realloc        142 libavformat/concatdec.c             !(new_files = av_realloc(cat->files, n * sizeof(*cat->files))))
av_realloc        286 libavformat/concatdec.c     map = av_realloc(cat->cur_file->streams,
av_realloc        729 libavformat/dashenc.c     char *out = av_realloc(NULL, outlen + 1);
av_realloc        737 libavformat/dashenc.c             tmp = av_realloc(out, outlen + 1);
av_realloc        895 libavformat/dashenc.c     mem = av_realloc(c->as, sizeof(*c->as) * (c->nb_as + 1));
av_realloc        327 libavformat/img2dec.c             uint8_t *probe_buffer = av_realloc(NULL, probe_buffer_size + AVPROBE_PADDING_SIZE);
av_realloc       1624 libavformat/matroskadec.c             newpktdata = av_realloc(pkt_data, pkt_size + AV_LZO_OUTPUT_PADDING
av_realloc       1650 libavformat/matroskadec.c             newpktdata = av_realloc(pkt_data, pkt_size + AV_INPUT_BUFFER_PADDING_SIZE);
av_realloc       1683 libavformat/matroskadec.c             newpktdata = av_realloc(pkt_data, pkt_size + AV_INPUT_BUFFER_PADDING_SIZE);
av_realloc       3245 libavformat/matroskadec.c         tmp = av_realloc(dst, dstlen + blocksize + 32 + AV_INPUT_BUFFER_PADDING_SIZE);
av_realloc       3666 libavformat/mov.c                         frame_duration_buffer = av_realloc(frame_duration_buffer,
av_realloc        264 libavformat/oggdec.c         !(os = av_realloc(ogg->streams, size)))
av_realloc        304 libavformat/oggdec.c         uint8_t *nb = av_realloc(os->buf, 2*os->bufsize + AV_INPUT_BUFFER_PADDING_SIZE);
av_realloc        235 libavformat/oggparsevorbis.c     ptr = *buf = av_realloc(NULL, buf_len);
av_realloc        414 libavformat/rtmppkt.c         pkt->data = av_realloc(NULL, size);
av_realloc       1093 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 + AV_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        718 libavformat/utils.c             uint8_t *new_buf = av_realloc(pd->buf, pd->buf_size+pkt->size+AVPROBE_PADDING_SIZE);
av_realloc       5535 libavformat/utils.c     tmp = av_realloc(st->side_data, (st->nb_side_data + 1) * sizeof(*tmp));
av_realloc        215 libavformat/wavenc.c             wav->peak_output = av_realloc(wav->peak_output,
av_realloc        445 libavformat/webmdashenc.c             void *mem = av_realloc(w->as, sizeof(*w->as) * (w->nb_as + 1));
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        177 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         55 libavutil/dynarray.h                     av_realloc((av_array), av_size_new * (av_elt_size)); \
av_realloc        707 libavutil/frame.c     tmp = av_realloc(frame->side_data,
av_realloc        155 libavutil/mem.c     r = av_realloc(ptr, size);
av_realloc        171 libavutil/mem.c     val = av_realloc(val, size);
av_realloc        203 libavutil/mem.c     return av_realloc(ptr, result);
av_realloc        258 libavutil/mem.c         ptr = av_realloc(NULL, len);
av_realloc        276 libavutil/mem.c     ret = av_realloc(NULL, len + 1);
av_realloc        490 libavutil/mem.c     ptr = av_realloc(ptr, min_size);
av_realloc        264 libavutil/mem.h void *av_realloc(void *ptr, size_t size) av_alloc_size(2);
av_realloc        134 tools/probetest.c         pd.buf      = av_realloc(pd.buf, size + AVPROBE_PADDING_SIZE);