av_reallocp       185 libavcodec/eatgv.c         if ((err = av_reallocp(&s->block_codebook, num_blocks_packed * 16)) < 0) {
av_reallocp       319 libavcodec/flashsv.c         if ((err = av_reallocp(&s->tmpblock, tmpblock_size)) < 0) {
av_reallocp       332 libavcodec/flashsv.c             if ((err = av_reallocp(&s->deflate_block, s->deflate_block_size)) < 0) {
av_reallocp       360 libavcodec/flashsv.c         if ((err = av_reallocp(&s->keyframedata, avpkt->size)) < 0)
av_reallocp       249 libavcodec/g2meet.c     if ((ret = av_reallocp(&c->buf,
av_reallocp       534 libavcodec/g2meet.c     if ((err = av_reallocp(&c->cursor, cursor_stride * cursor_h)) < 0) {
av_reallocp        47 libavcodec/h264_mp4toannexb_bsf.c     if ((err = av_reallocp(poutbuf,
av_reallocp       104 libavcodec/h264_mp4toannexb_bsf.c         if ((err = av_reallocp(&out, total_size + padding)) < 0)
av_reallocp        66 libavcodec/libmp3lame.c         if ((err = av_reallocp(&s->buffer, new_size)) < 0) {
av_reallocp       313 libavcodec/libschroedingerenc.c             if ((err = av_reallocp(&p_schro_params->enc_buf,
av_reallocp        71 libavcodec/libtheoraenc.c         if ((err = av_reallocp(&avc_context->extradata, newsize)) < 0) {
av_reallocp       668 libavcodec/libvpxenc.c             if ((err = av_reallocp(&stats->buf,
av_reallocp       755 libavcodec/vdpau.c     if (av_reallocp(&avctx->hwaccel_context, sizeof(*hwctx)))
av_reallocp       408 libavcodec/vmnc.c                 if ((ret = av_reallocp(&c->curbits, screen_size)) < 0 ||
av_reallocp       409 libavcodec/vmnc.c                     (ret = av_reallocp(&c->curmask, screen_size)) < 0 ||
av_reallocp       410 libavcodec/vmnc.c                     (ret = av_reallocp(&c->screendta, screen_size)) < 0) {
av_reallocp       797 libavformat/avidec.c                         if ((ret = av_reallocp(&st->codec->extradata,
av_reallocp      1030 libavformat/aviobuf.c         if ((err = av_reallocp(&d->buffer, new_allocated_size)) < 0) {
av_reallocp        87 libavformat/bmv.c         if ((err = av_reallocp(&c->packet, c->size + 1)) < 0)
av_reallocp        91 libavformat/concat.c         if ((err = av_reallocp(&node_uri, len + 1)) < 0)
av_reallocp       683 libavformat/dashenc.c         if ((err = av_reallocp(&os->segments, sizeof(*os->segments) *
av_reallocp       254 libavformat/ffmdec.c     if ((ret = av_reallocp(&st->recommended_encoder_configuration, newsize)) < 0)
av_reallocp       280 libavformat/format.c         if ((ret = av_reallocp(&buf, probe_size + AVPROBE_PADDING_SIZE)) < 0)
av_reallocp       458 libavformat/http.c     if ((ret = av_reallocp(&s->icy_metadata_headers, len)) < 0)
av_reallocp       345 libavformat/mmst.c                     if ((err = av_reallocp(&mms->asf_header,
av_reallocp      1088 libavformat/mov.c     if ((err = av_reallocp(&codec->extradata, size)) < 0) {
av_reallocp       129 libavformat/oggparsetheora.c     if ((err = av_reallocp(&st->codec->extradata,
av_reallocp       245 libavformat/oggparsevorbis.c     if ((err = av_reallocp(buf, offset + FF_INPUT_BUFFER_PADDING_SIZE)) < 0)
av_reallocp       427 libavformat/rdt.c                     if ((err = av_reallocp(&rdt->rmst,
av_reallocp        92 libavformat/rtmphttp.c         if ((err = av_reallocp(&rt->out_data, rt->out_capacity)) < 0) {
av_reallocp       166 libavformat/rtmpproto.c         if ((err = av_reallocp(&rt->tracked_methods, rt->tracked_methods_size *
av_reallocp      2228 libavformat/rtmpproto.c     if ((ret = av_reallocp(&rt->flv_data, rt->flv_size)) < 0) {
av_reallocp      2363 libavformat/rtmpproto.c     if ((ret = av_reallocp(&rt->flv_data, rt->flv_size)) < 0) {
av_reallocp      2842 libavformat/rtmpproto.c         if ((ret = av_reallocp(&rt->flv_data, rt->flv_size)) < 0)
av_reallocp      3036 libavformat/rtmpproto.c                         if ((ret = av_reallocp(&rt->out_pkt.data, rt->out_pkt.size + 16)) < 0) {
av_reallocp       253 libavformat/rtpdec_asf.c                 if ((res = av_reallocp(&asf->buf, out_len)) < 0)
av_reallocp       176 libavformat/rtpdec_qt.c             if ((err = av_reallocp(&qt->pkt.data, qt->pkt.size + alen +
av_reallocp       331 libavformat/smacker.c                 if ((err = av_reallocp(&smk->bufs[smk->curstream], size)) < 0) {
av_reallocp       463 libavformat/smoothstreamingenc.c         if ((err = av_reallocp(&os->fragments, sizeof(*os->fragments) *
av_reallocp       147 libavutil/mem.h int av_reallocp(void *ptr, size_t size);