av_mallocz        457 ffmpeg.c               st = av_mallocz(sizeof(AVStream));
av_mallocz       1563 ffmpeg.c           file_table= av_mallocz(nb_input_files * sizeof(AVInputFile));
av_mallocz       1577 ffmpeg.c           ist_table = av_mallocz(nb_istreams * sizeof(AVInputStream *));
av_mallocz       1582 ffmpeg.c               ist = av_mallocz(sizeof(AVInputStream));
av_mallocz       1639 ffmpeg.c           ost_table = av_mallocz(sizeof(AVOutputStream *) * nb_ostreams);
av_mallocz       1643 ffmpeg.c               ost = av_mallocz(sizeof(AVOutputStream));
av_mallocz       3469 ffmpeg.c           inter_matrix = av_mallocz(sizeof(uint16_t) * 64);
av_mallocz       3475 ffmpeg.c           intra_matrix = av_mallocz(sizeof(uint16_t) * 64);
av_mallocz       2140 ffplay.c           is = av_mallocz(sizeof(VideoState));
av_mallocz        555 ffserver.c         if(!(poll_table = av_mallocz((nb_max_http_connections + 2)*sizeof(*poll_table)))) {
av_mallocz        723 ffserver.c         c = av_mallocz(sizeof(HTTPContext));
av_mallocz       2054 ffserver.c                 st = av_mallocz(sizeof(AVStream));
av_mallocz       2733 ffserver.c         *pbuffer = av_mallocz(2048);
av_mallocz       3091 ffserver.c         c = av_mallocz(sizeof(HTTPContext));
av_mallocz       3161 ffserver.c         st = av_mallocz(sizeof(AVStream));
av_mallocz       3244 ffserver.c         fst = av_mallocz(sizeof(AVStream));
av_mallocz       3248 ffserver.c         fst->priv_data = av_mallocz(sizeof(FeedData));
av_mallocz       3375 ffserver.c                 stream->ap_in = av_mallocz(sizeof(AVFormatParameters));
av_mallocz       3687 ffserver.c         st = av_mallocz(sizeof(AVStream));
av_mallocz       3867 ffserver.c                     feed = av_mallocz(sizeof(FFStream));
av_mallocz       3891 ffserver.c                     feed->child_argv = av_mallocz(64 * sizeof(char *));
av_mallocz       3958 ffserver.c                     stream = av_mallocz(sizeof(FFStream));
av_mallocz       4295 ffserver.c                     IPAddressACL *nacl = av_mallocz(sizeof(*nacl));
av_mallocz       4374 ffserver.c                     redirect = av_mallocz(sizeof(FFStream));
av_mallocz        180 libavcodec/aac.c                 if(!ac->che[type][i] && !(ac->che[type][i] = av_mallocz(sizeof(ChannelElement))))
av_mallocz        226 libavcodec/aacenc.c     s->cpe = av_mallocz(sizeof(ChannelElement) * aac_chan_configs[avctx->channels-1][0]);
av_mallocz        217 libavcodec/ac3dec.c         s->input_buffer = av_mallocz(AC3_FRAME_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        365 libavcodec/alacenc.c     uint8_t *alac_extradata = av_mallocz(ALAC_EXTRADATA_SIZE+1);
av_mallocz        584 libavcodec/asv1.c     avctx->extradata= av_mallocz(8);
av_mallocz       1021 libavcodec/atrac3.c     if ((q->decoded_bytes_buffer = av_mallocz((avctx->block_align+(4-avctx->block_align%4) + FF_INPUT_BUFFER_PADDING_SIZE)))  == NULL)
av_mallocz       1061 libavcodec/atrac3.c     q->pUnits = av_mallocz(sizeof(channel_unit)*q->channels);
av_mallocz        127 libavcodec/beosthread.c     c= av_mallocz(sizeof(ThreadContext)*thread_count);
av_mallocz         43 libavcodec/bfi.c     bfi->dst = av_mallocz(avctx->width * avctx->height);
av_mallocz         40 libavcodec/bitstream_filter.c             AVBitStreamFilterContext *bsfc= av_mallocz(sizeof(AVBitStreamFilterContext));
av_mallocz         42 libavcodec/bitstream_filter.c             bsfc->priv_data= av_mallocz(bsf->priv_data_size);
av_mallocz        667 libavcodec/cavs.c     h->block        = av_mallocz(64*sizeof(DCTELEM));
av_mallocz       1130 libavcodec/cook.c           av_mallocz(avctx->block_align/2
av_mallocz       1135 libavcodec/cook.c           av_mallocz(avctx->block_align
av_mallocz        101 libavcodec/dsicinav.c         cin->bitmap_table[i] = av_mallocz(cin->bitmap_size);
av_mallocz       1005 libavcodec/dvbsubdec.c         region = av_mallocz(sizeof(DVBSubRegion));
av_mallocz       1069 libavcodec/dvbsubdec.c             object = av_mallocz(sizeof(DVBSubObject));
av_mallocz       1078 libavcodec/dvbsubdec.c         display = av_mallocz(sizeof(DVBSubObjectDisplay));
av_mallocz       1143 libavcodec/dvbsubdec.c             display = av_mallocz(sizeof(DVBSubRegionDisplay));
av_mallocz       1289 libavcodec/dvbsubdec.c         sub->rects = av_mallocz(sizeof(*sub->rects) * sub->num_rects);
av_mallocz       1291 libavcodec/dvbsubdec.c             sub->rects[i] = av_mallocz(sizeof(*sub->rects[i]));
av_mallocz        332 libavcodec/dvdsubdec.c                 sub_header->rects = av_mallocz(sizeof(*sub_header->rects));
av_mallocz        333 libavcodec/dvdsubdec.c                 sub_header->rects[0] = av_mallocz(sizeof(AVSubtitleRect));
av_mallocz        694 libavcodec/error_resilience.c             pic->ref_index[i]= av_mallocz(size * sizeof(uint8_t));
av_mallocz        695 libavcodec/error_resilience.c             pic->motion_val_base[i]= av_mallocz((size+4) * 2 * sizeof(uint16_t));
av_mallocz        195 libavcodec/eval.c     AVEvalExpr * d = av_mallocz(sizeof(AVEvalExpr));
av_mallocz        301 libavcodec/eval.c     AVEvalExpr * e = av_mallocz(sizeof(AVEvalExpr));
av_mallocz        123 libavcodec/flashsvenc.c     s->tmpblock = av_mallocz(3*256*256);
av_mallocz        124 libavcodec/flashsvenc.c     s->encbuffer = av_mallocz(s->image_width*s->image_height*3);
av_mallocz        221 libavcodec/flashsvenc.c         s->previous_frame = av_mallocz(FFABS(p->linesize[0])*s->image_height);
av_mallocz       7121 libavcodec/h264.c     sps= av_mallocz(sizeof(SPS));
av_mallocz       7262 libavcodec/h264.c     pps= av_mallocz(sizeof(PPS));
av_mallocz        592 libavcodec/huffyuv.c     avctx->extradata= av_mallocz(1024*30); // 256*3+4 == 772
av_mallocz        593 libavcodec/huffyuv.c     avctx->stats_out= av_mallocz(1024*30); // 21*256*3(%llu ) + 3(\n) + 1(0) = 16132
av_mallocz        102 libavcodec/iirfilter.c     FFIIRFilterState* s = av_mallocz(sizeof(FFIIRFilterState) + sizeof(s->x[0]) * (order - 1));
av_mallocz        440 libavcodec/imgresample.c     s = av_mallocz(sizeof(ImgReSampleContext));
av_mallocz        445 libavcodec/imgresample.c     s->line_buf = av_mallocz(owidth * (LINE_BUF_HEIGHT + NB_TAPS));
av_mallocz        672 libavcodec/intrax8.c     w->prediction_table=av_mallocz(s->mb_width*2*2);//two rows, 2 blocks per cannon mb
av_mallocz        265 libavcodec/jpeglsdec.c     zero = av_mallocz(s->picture.linesize[0]);
av_mallocz        269 libavcodec/jpeglsdec.c     state = av_mallocz(sizeof(JLSState));
av_mallocz        281 libavcodec/jpeglsenc.c     state = av_mallocz(sizeof(JLSState));
av_mallocz        290 libavcodec/jpeglsenc.c     zero = av_mallocz(p->linesize[0]);
av_mallocz        356 libavcodec/kmvc.c     c->frm0 = av_mallocz(320 * 200);
av_mallocz        357 libavcodec/kmvc.c     c->frm1 = av_mallocz(320 * 200);
av_mallocz        156 libavcodec/lclenc.c     avctx->extradata= av_mallocz(8);
av_mallocz         87 libavcodec/libdirac_libschro.c                              av_mallocz(sizeof(FfmpegDiracSchroQueueElement));
av_mallocz        319 libavcodec/libdiracenc.c             p_frame_output = av_mallocz(sizeof(FfmpegDiracSchroEncodedFrame));
av_mallocz        322 libavcodec/libschroedingerenc.c             p_frame_output = av_mallocz(sizeof(FfmpegDiracSchroEncodedFrame));
av_mallocz        107 libavcodec/libvorbis.c     p = avccontext->extradata= av_mallocz(avccontext->extradata_size);
av_mallocz        114 libavcodec/lzw.c     *p = av_mallocz(sizeof(struct LZWState));
av_mallocz        231 libavcodec/mdec.c     p->qscale_table= av_mallocz( p->qstride * a->mb_height);
av_mallocz        278 libavcodec/mjpegdec.c         s->qscale_table= av_mallocz((s->width+15)/16);
av_mallocz        361 libavcodec/mjpegdec.c             s->last_nnz[i] = av_mallocz(size * sizeof(**s->last_nnz));
av_mallocz        111 libavcodec/motionpixels.c     mp->changes_map = av_mallocz(avctx->width * avctx->height);
av_mallocz        113 libavcodec/motionpixels.c     mp->vpt = av_mallocz(avctx->height * sizeof(YuvPixel));
av_mallocz        114 libavcodec/motionpixels.c     mp->hpt = av_mallocz(avctx->height * avctx->width / 16 * sizeof(YuvPixel));
av_mallocz         97 libavcodec/mpeg4video_parser.c     pc->enc = av_mallocz(sizeof(MpegEncContext));
av_mallocz       2429 libavcodec/mpegaudiodec.c     s->mp3decctx[0] = av_mallocz(sizeof(MPADecodeContext));
av_mallocz       2441 libavcodec/mpegaudiodec.c         s->mp3decctx[i] = av_mallocz(sizeof(MPADecodeContext));
av_mallocz        120 libavcodec/os2thread.c     c= av_mallocz(sizeof(ThreadContext)*thread_count);
av_mallocz         57 libavcodec/parser.c     s = av_mallocz(sizeof(AVCodecParserContext));
av_mallocz         61 libavcodec/parser.c     s->priv_data = av_mallocz(parser->priv_data_size);
av_mallocz        514 libavcodec/pngdec.c                 s->last_row = av_mallocz(s->row_size);
av_mallocz        138 libavcodec/pthread.c     c = av_mallocz(sizeof(ThreadContext));
av_mallocz        142 libavcodec/pthread.c     c->workers = av_mallocz(sizeof(pthread_t)*thread_count);
av_mallocz         83 libavcodec/qtrleenc.c     s->rlecode_table = av_mallocz(s->avctx->width);
av_mallocz         84 libavcodec/qtrleenc.c     s->skip_table    = av_mallocz(s->avctx->width);
av_mallocz         85 libavcodec/qtrleenc.c     s->length_table  = av_mallocz((s->avctx->width + 1)*sizeof(int));
av_mallocz        141 libavcodec/ratecontrol.c         rcc->entry = av_mallocz(i*sizeof(RateControlEntry));
av_mallocz        160 libavcodec/resample.c     s = av_mallocz(sizeof(ReSampleContext));
av_mallocz        179 libavcodec/resample2.c     AVResampleContext *c= av_mallocz(sizeof(AVResampleContext));
av_mallocz        188 libavcodec/resample2.c     c->filter_bank= av_mallocz(c->filter_length*(phase_count+1)*sizeof(FELEM));
av_mallocz        162 libavcodec/rl2.c         unsigned char* back_frame = av_mallocz(avctx->width*avctx->height);
av_mallocz        961 libavcodec/roqvideoenc.c         av_mallocz((enc->width*enc->height/16)*sizeof(motion_vect));
av_mallocz        967 libavcodec/roqvideoenc.c         av_mallocz((enc->width*enc->height/64)*sizeof(motion_vect));
av_mallocz       1353 libavcodec/rv34.c     r->mb_type = av_mallocz(r->s.mb_stride * r->s.mb_height * sizeof(*r->mb_type));
av_mallocz        189 libavcodec/smacker.c     tmp1.bits = av_mallocz(256 * 4);
av_mallocz        190 libavcodec/smacker.c     tmp1.lengths = av_mallocz(256 * sizeof(int));
av_mallocz        191 libavcodec/smacker.c     tmp1.values = av_mallocz(256 * sizeof(int));
av_mallocz        196 libavcodec/smacker.c     tmp2.bits = av_mallocz(256 * 4);
av_mallocz        197 libavcodec/smacker.c     tmp2.lengths = av_mallocz(256 * sizeof(int));
av_mallocz        198 libavcodec/smacker.c     tmp2.values = av_mallocz(256 * sizeof(int));
av_mallocz        251 libavcodec/smacker.c     huff.values = av_mallocz(huff.length * sizeof(int));
av_mallocz        604 libavcodec/smacker.c         h[i].bits = av_mallocz(256 * 4);
av_mallocz        605 libavcodec/smacker.c         h[i].lengths = av_mallocz(256 * sizeof(int));
av_mallocz        606 libavcodec/smacker.c         h[i].values = av_mallocz(256 * sizeof(int));
av_mallocz        517 libavcodec/snow.c     buf->line = av_mallocz (sizeof(IDWTELEM *) * line_count);
av_mallocz       1630 libavcodec/snow.c     s->block= av_mallocz(w * h * sizeof(BlockNode) << (s->block_max_depth*2));
av_mallocz       3708 libavcodec/snow.c     s->spatial_idwt_buffer= av_mallocz(width*height*sizeof(IDWTELEM));
av_mallocz       3709 libavcodec/snow.c     s->spatial_dwt_buffer= av_mallocz(width*height*sizeof(DWTELEM)); //FIXME this does not belong here
av_mallocz       3764 libavcodec/snow.c                 b->x_coeff=av_mallocz(((b->width+1) * b->height+1)*sizeof(x_and_coeff));
av_mallocz       4019 libavcodec/snow.c     s->m.me.scratchpad= av_mallocz((avctx->width+64)*2*16*2*sizeof(uint8_t));
av_mallocz       4020 libavcodec/snow.c     s->m.me.map       = av_mallocz(ME_MAP_SIZE*sizeof(uint32_t));
av_mallocz       4021 libavcodec/snow.c     s->m.me.score_map = av_mallocz(ME_MAP_SIZE*sizeof(uint32_t));
av_mallocz       4022 libavcodec/snow.c     s->m.obmc_scratchpad= av_mallocz(MB_SIZE*MB_SIZE*12*sizeof(uint32_t));
av_mallocz       4029 libavcodec/snow.c             avctx->stats_out = av_mallocz(256);
av_mallocz       4067 libavcodec/snow.c             s->ref_mvs[i]= av_mallocz(size*sizeof(int16_t[2]));
av_mallocz       4068 libavcodec/snow.c             s->ref_scores[i]= av_mallocz(size*sizeof(uint32_t));
av_mallocz        174 libavcodec/sonic.c     copy = av_mallocz(4* entries);
av_mallocz        200 libavcodec/sonic.c     bits = av_mallocz(4* entries*max);
av_mallocz        270 libavcodec/sonic.c     int *bits = av_mallocz(4* entries);
av_mallocz        420 libavcodec/sonic.c     int *state = av_mallocz(4* window_entries);
av_mallocz        543 libavcodec/sonic.c     s->tap_quant = av_mallocz(4* s->num_taps);
av_mallocz        553 libavcodec/sonic.c     s->tail = av_mallocz(4* s->num_taps*s->channels);
av_mallocz        558 libavcodec/sonic.c     s->predictor_k = av_mallocz(4 * s->num_taps);
av_mallocz        564 libavcodec/sonic.c         s->coded_samples[i] = av_mallocz(4* s->block_align);
av_mallocz        569 libavcodec/sonic.c     s->int_samples = av_mallocz(4* s->frame_size);
av_mallocz        572 libavcodec/sonic.c     s->window = av_mallocz(4* s->window_size);
av_mallocz        576 libavcodec/sonic.c     avctx->extradata = av_mallocz(16);
av_mallocz        809 libavcodec/sonic.c     s->tap_quant = av_mallocz(4* s->num_taps);
av_mallocz        813 libavcodec/sonic.c     s->predictor_k = av_mallocz(4* s->num_taps);
av_mallocz        817 libavcodec/sonic.c         s->predictor_state[i] = av_mallocz(4* s->num_taps);
av_mallocz        824 libavcodec/sonic.c         s->coded_samples[i] = av_mallocz(4* s->block_align);
av_mallocz        828 libavcodec/sonic.c     s->int_samples = av_mallocz(4* s->frame_size);
av_mallocz         52 libavcodec/sp5xdec.c     recoded = av_mallocz(buf_size + 1024);
av_mallocz        117 libavcodec/sp5xdec.c     s->qscale_table = av_mallocz((s->width+15)/16);
av_mallocz        316 libavcodec/svq1enc.c             s->motion_val8 [plane]= av_mallocz((s->m.b8_stride*block_height*2 + 2)*2*sizeof(int16_t));
av_mallocz        317 libavcodec/svq1enc.c             s->motion_val16[plane]= av_mallocz((s->m.mb_stride*(block_height + 2) + 1)*2*sizeof(int16_t));
av_mallocz        502 libavcodec/svq1enc.c     s->m.me.scratchpad= av_mallocz((avctx->width+64)*2*16*2*sizeof(uint8_t));
av_mallocz        503 libavcodec/svq1enc.c     s->m.me.map       = av_mallocz(ME_MAP_SIZE*sizeof(uint32_t));
av_mallocz        504 libavcodec/svq1enc.c     s->m.me.score_map = av_mallocz(ME_MAP_SIZE*sizeof(uint32_t));
av_mallocz        505 libavcodec/svq1enc.c     s->mb_type        = av_mallocz((s->y_block_width+1)*s->y_block_height*sizeof(int16_t));
av_mallocz        506 libavcodec/svq1enc.c     s->dummy          = av_mallocz((s->y_block_width+1)*s->y_block_height*sizeof(int32_t));
av_mallocz        305 libavcodec/tiffenc.c     strip_sizes = av_mallocz(sizeof(*strip_sizes) * strips);
av_mallocz        306 libavcodec/tiffenc.c     strip_offsets = av_mallocz(sizeof(*strip_offsets) * strips);
av_mallocz        145 libavcodec/truemotion2.c     huff.nums = av_mallocz(huff.max_num * sizeof(int));
av_mallocz        146 libavcodec/truemotion2.c     huff.bits = av_mallocz(huff.max_num * sizeof(uint32_t));
av_mallocz        147 libavcodec/truemotion2.c     huff.lens = av_mallocz(huff.max_num * sizeof(int));
av_mallocz        279 libavcodec/tta.c         s->decode_buffer = av_mallocz(sizeof(int32_t)*s->frame_length*s->channels);
av_mallocz        219 libavcodec/utils.c         s->internal_buffer= av_mallocz((INTERNAL_BUFFER_SIZE+1)*sizeof(InternalBuffer));
av_mallocz        441 libavcodec/utils.c         avctx->priv_data = av_mallocz(codec->priv_data_size);
av_mallocz       4067 libavcodec/vc1.c         buf2 = av_mallocz(avctx->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz       4177 libavcodec/vc1.c         buf2 = av_mallocz(buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        235 libavcodec/vorbis_dec.c     vc->codebooks=av_mallocz(vc->codebook_count * sizeof(vorbis_codebook));
av_mallocz        236 libavcodec/vorbis_dec.c     tmp_vlc_bits =av_mallocz(V_MAX_VLCS * sizeof(uint8_t));
av_mallocz        237 libavcodec/vorbis_dec.c     tmp_vlc_codes=av_mallocz(V_MAX_VLCS * sizeof(uint32_t));
av_mallocz        349 libavcodec/vorbis_dec.c             codebook_setup->codevectors=used_entries ? av_mallocz(used_entries*codebook_setup->dimensions * sizeof(float)) : NULL;
av_mallocz        457 libavcodec/vorbis_dec.c     vc->floors=av_mallocz(vc->floor_count * sizeof(vorbis_floor));
av_mallocz        526 libavcodec/vorbis_dec.c             floor_setup->data.t1.list=av_mallocz(floor_setup->data.t1.x_list_dim * sizeof(vorbis_floor1_entry));
av_mallocz        638 libavcodec/vorbis_dec.c     vc->residues=av_mallocz(vc->residue_count * sizeof(vorbis_residue));
av_mallocz        716 libavcodec/vorbis_dec.c     vc->mappings=av_mallocz(vc->mapping_count * sizeof(vorbis_mapping));
av_mallocz        735 libavcodec/vorbis_dec.c             mapping_setup->magnitude=av_mallocz(mapping_setup->coupling_steps * sizeof(uint_fast8_t));
av_mallocz        736 libavcodec/vorbis_dec.c             mapping_setup->angle    =av_mallocz(mapping_setup->coupling_steps * sizeof(uint_fast8_t));
av_mallocz        761 libavcodec/vorbis_dec.c             mapping_setup->mux=av_mallocz(vc->audio_channels * sizeof(uint_fast8_t));
av_mallocz        834 libavcodec/vorbis_dec.c     vc->modes=av_mallocz(vc->mode_count * sizeof(vorbis_mode));
av_mallocz        961 libavcodec/vorbis_dec.c     vc->saved           = av_mallocz((vc->blocksize[1]/4)*vc->audio_channels * sizeof(float));
av_mallocz        151 libavcodec/vorbis_enc.c         cb->pow2 = av_mallocz(sizeof(float) * cb->nentries);
av_mallocz        177 libavcodec/vorbis_enc.c     rc->maxes = av_mallocz(sizeof(float[2]) * rc->classifications);
av_mallocz        612 libavcodec/vorbis_enc.c     p = *out = av_mallocz(64 + len + len/255);
av_mallocz        110 libavcodec/w32thread.c     c= av_mallocz(sizeof(ThreadContext)*thread_count);
av_mallocz         51 libavcodec/wmaenc.c         extradata= av_mallocz(10);
av_mallocz         63 libavcodec/wmv2enc.c     avctx->extradata= av_mallocz(avctx->extradata_size + 10);
av_mallocz         85 libavcodec/xsubdec.c         sub->rects =  av_mallocz(sizeof(*sub->rects));
av_mallocz         86 libavcodec/xsubdec.c         sub->rects[0] = av_mallocz(sizeof(*sub->rects[0]));
av_mallocz        169 libavdevice/vfwcap.c     pktl_next = av_mallocz(sizeof(AVPacketList));
av_mallocz         87 libavfilter/avfilter.c     dst-> inputs[dstpad] = link = av_mallocz(sizeof(AVFilterLink));
av_mallocz        344 libavfilter/avfilter.c     ret = av_mallocz(sizeof(AVFilterContext));
av_mallocz        349 libavfilter/avfilter.c     ret->priv     = av_mallocz(filter->priv_size);
av_mallocz        355 libavfilter/avfilter.c         ret->inputs       = av_mallocz(sizeof(AVFilterLink*) * ret->input_count);
av_mallocz        362 libavfilter/avfilter.c         ret->outputs      = av_mallocz(sizeof(AVFilterLink*) * ret->output_count);
av_mallocz         41 libavfilter/defaults.c     AVFilterPic *pic = av_mallocz(sizeof(AVFilterPic));
av_mallocz         42 libavfilter/defaults.c     AVFilterPicRef *ref = av_mallocz(sizeof(AVFilterPicRef));
av_mallocz         46 libavfilter/formats.c     ret = av_mallocz(sizeof(AVFilterFormats));
av_mallocz         78 libavfilter/formats.c     ret = av_mallocz(sizeof(AVFilterFormats));
av_mallocz         95 libavfilter/formats.c     ret = av_mallocz(sizeof(AVFilterFormats));
av_mallocz        251 libavfilter/graphparser.c         AVFilterInOut *currlinkn = av_mallocz(sizeof(AVFilterInOut));
av_mallocz        279 libavfilter/graphparser.c             match = av_mallocz(sizeof(AVFilterInOut));
av_mallocz        383 libavformat/aiff.c             st->codec->extradata = av_mallocz(size + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        230 libavformat/asfdec.c             asf_st = av_mallocz(sizeof(ASFStream));
av_mallocz        347 libavformat/asfdec.c                     st->codec->extradata = av_mallocz(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        355 libavformat/asfdec.c             st->codec->palctrl = av_mallocz(sizeof(AVPaletteControl));
av_mallocz        332 libavformat/avidec.c                 ast = av_mallocz(sizeof(AVIStream));
av_mallocz        491 libavformat/avidec.c                         st->codec->palctrl = av_mallocz(sizeof(AVPaletteControl));
av_mallocz         81 libavformat/aviobuf.c     ByteIOContext *s = av_mallocz(sizeof(ByteIOContext));
av_mallocz        553 libavformat/aviobuf.c     *s = av_mallocz(sizeof(ByteIOContext));
av_mallocz        706 libavformat/aviobuf.c     *s = av_mallocz(sizeof(ByteIOContext));
av_mallocz        799 libavformat/aviobuf.c     d = av_mallocz(sizeof(DynBuffer) + io_buffer_size);
av_mallocz        802 libavformat/aviobuf.c     *s = av_mallocz(sizeof(ByteIOContext));
av_mallocz         70 libavformat/avisynth.c   avs->streams = av_mallocz(info.dwStreams * sizeof(AVISynthStream));
av_mallocz        281 libavformat/dv.c     c = av_mallocz(sizeof(DVDemuxContext));
av_mallocz        300 libavformat/flvdec.c     st->codec->extradata = av_mallocz(size + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz         57 libavformat/framehook.c     fhe = av_mallocz(sizeof(*fhe));
av_mallocz        606 libavformat/gxfenc.c         GXFStreamContext *sc = av_mallocz(sizeof(*sc));
av_mallocz         72 libavformat/libnut.c     priv->s = s = av_mallocz((avf->nb_streams + 1) * sizeof*s);
av_mallocz        225 libavformat/libnut.c             st->codec->extradata = av_mallocz(st->codec->extradata_size);
av_mallocz       1311 libavformat/matroskadec.c             extradata = av_mallocz(extradata_size);
av_mallocz       1375 libavformat/matroskadec.c             st->codec->extradata = av_mallocz(track->codec_priv.size +
av_mallocz       1578 libavformat/matroskadec.c             lace_size = av_mallocz(sizeof(int));
av_mallocz       1589 libavformat/matroskadec.c             lace_size = av_mallocz(laces * sizeof(int));
av_mallocz       1679 libavformat/matroskadec.c                     pkt = av_mallocz(sizeof(AVPacket));
av_mallocz       1698 libavformat/matroskadec.c                 pkt = av_mallocz(sizeof(AVPacket));
av_mallocz        251 libavformat/matroskaenc.c     mkv_seekhead *new_seekhead = av_mallocz(sizeof(mkv_seekhead));
av_mallocz        337 libavformat/matroskaenc.c     mkv_cues *cues = av_mallocz(sizeof(mkv_cues));
av_mallocz        630 libavformat/matroskaenc.c     mkv->md5_ctx = av_mallocz(av_md5_size);
av_mallocz         55 libavformat/metadata.c         m=*pm= av_mallocz(sizeof(*m));
av_mallocz        254 libavformat/mov.c     sc->drefs = av_mallocz(entries * sizeof(*sc->drefs));
av_mallocz        292 libavformat/mov.c                     dref->path = av_mallocz(len+1);
av_mallocz        419 libavformat/mov.c             st->codec->extradata = av_mallocz(len + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        596 libavformat/mov.c     st->codec->extradata = av_mallocz(atom.size + 0x5a + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        677 libavformat/mov.c         st->codec->extradata = av_mallocz(atom.size + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        706 libavformat/mov.c     st->codec->extradata = av_mallocz(atom.size + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz       1424 libavformat/mov.c     sc = av_mallocz(sizeof(MOVStreamContext));
av_mallocz        106 libavformat/mpc.c     st->codec->extradata = av_mallocz(st->codec->extradata_size+FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        188 libavformat/mpc8.c     st->codec->extradata = av_mallocz(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        325 libavformat/mpegenc.c         stream = av_mallocz(sizeof(StreamInfo));
av_mallocz       1164 libavformat/mpegenc.c     pkt_desc= av_mallocz(sizeof(PacketDesc));
av_mallocz        290 libavformat/mpegts.c     filter = av_mallocz(sizeof(MpegTSFilter));
av_mallocz        318 libavformat/mpegts.c     filter = av_mallocz(sizeof(MpegTSFilter));
av_mallocz       1030 libavformat/mpegts.c     pes = av_mallocz(sizeof(PESContext));
av_mallocz       1490 libavformat/mpegts.c     ts = av_mallocz(sizeof(MpegTSContext));
av_mallocz        361 libavformat/mpegtsenc.c     service = av_mallocz(sizeof(MpegTSService));
av_mallocz        414 libavformat/mpegtsenc.c         ts_st = av_mallocz(sizeof(MpegTSWriteStream));
av_mallocz         54 libavformat/mvi.c     vst->codec->extradata = av_mallocz(2 + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        859 libavformat/mxfdec.c     MXFMetadataSet *ctx = ctx_size ? av_mallocz(ctx_size) : mxf;
av_mallocz       1383 libavformat/mxfenc.c         MXFStreamContext *sc = av_mallocz(sizeof(*sc));
av_mallocz       1482 libavformat/mxfenc.c     mxf->timecode_track = av_mallocz(sizeof(*mxf->timecode_track));
av_mallocz       1485 libavformat/mxfenc.c     mxf->timecode_track->priv_data = av_mallocz(sizeof(MXFStreamContext));
av_mallocz        320 libavformat/nsvdec.c         p = strings = av_mallocz((size_t)strings_size + 1);
av_mallocz        446 libavformat/nsvdec.c             nst = av_mallocz(sizeof(NSVStream));
av_mallocz        467 libavformat/nsvdec.c             nst = av_mallocz(sizeof(NSVStream));
av_mallocz         59 libavformat/nut.c     Syncpoint *sp= av_mallocz(sizeof(Syncpoint));
av_mallocz         60 libavformat/nut.c     struct AVTreeNode *node= av_mallocz(av_tree_node_size);
av_mallocz        286 libavformat/nutdec.c     nut->stream = av_mallocz(sizeof(StreamContext)*stream_count);
av_mallocz        348 libavformat/nutdec.c         st->codec->extradata= av_mallocz(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        565 libavformat/nutenc.c     nut->stream   = av_mallocz(sizeof(StreamContext)*s->nb_streams);
av_mallocz        566 libavformat/nutenc.c     nut->time_base= av_mallocz(sizeof(AVRational   )*s->nb_streams);
av_mallocz         96 libavformat/oggenc.c     oggstream->header[0] = av_mallocz(51); // per ogg flac specs
av_mallocz        108 libavformat/oggenc.c     oggstream->header[1] = av_mallocz(oggstream->header_len[1]);
av_mallocz        139 libavformat/oggenc.c         oggstream = av_mallocz(sizeof(*oggstream));
av_mallocz         51 libavformat/oggparsetheora.c         thp = av_mallocz(sizeof(*thp));
av_mallocz        137 libavformat/oggparsevorbis.c     ptr = *buf = av_mallocz(len + len/255 + 64);
av_mallocz        164 libavformat/oggparsevorbis.c         os->private = av_mallocz(sizeof(struct oggvorbis_private));
av_mallocz        174 libavformat/oggparsevorbis.c     priv->packet[os->seq] = av_mallocz(os->psize);
av_mallocz        128 libavformat/oma.c             edata = av_mallocz(14 + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz         57 libavformat/rdt.c     RDTDemuxContext *s = av_mallocz(sizeof(RDTDemuxContext));
av_mallocz        402 libavformat/rdt.c     target = av_mallocz(*target_len + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        514 libavformat/rdt.c     PayloadContext *rdt = av_mallocz(sizeof(PayloadContext));
av_mallocz        428 libavformat/riff.c             codec->extradata = av_mallocz(codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        131 libavformat/rl2.c     st->codec->extradata = av_mallocz(st->codec->extradata_size +
av_mallocz         83 libavformat/rmdec.c     RMStream *rms = av_mallocz(sizeof(RMStream));
av_mallocz        183 libavformat/rmdec.c             st->codec->extradata= av_mallocz(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        207 libavformat/rmdec.c                 st->codec->extradata = av_mallocz(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        271 libavformat/rmdec.c         st->codec->extradata= av_mallocz(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        320 libavformat/rtp_h264.c         av_mallocz(sizeof(PayloadContext) +
av_mallocz        274 libavformat/rtpdec.c     s = av_mallocz(sizeof(RTPDemuxContext));
av_mallocz        131 libavformat/rtpproto.c     s = av_mallocz(sizeof(RTPContext));
av_mallocz        218 libavformat/rtsp.c                 codec->extradata = av_mallocz(len + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        399 libavformat/rtsp.c         rtsp_st = av_mallocz(sizeof(RTSPStream));
av_mallocz        109 libavformat/sdp.c     psets = av_mallocz(MAX_PSET_SIZE);
av_mallocz        115 libavformat/sierravmd.c     vst->codec->extradata = av_mallocz(VMD_HEADER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        102 libavformat/tta.c     st->codec->extradata = av_mallocz(st->codec->extradata_size+FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        360 libavformat/udp.c     s = av_mallocz(sizeof(UDPContext));
av_mallocz        431 libavformat/utils.c         ic->priv_data = av_mallocz(fmt->priv_data_size);
av_mallocz        558 libavformat/utils.c     AVPacketList *pktl = av_mallocz(sizeof(AVPacketList));
av_mallocz       2010 libavformat/utils.c     duration_error = av_mallocz(MAX_STREAMS * sizeof(*duration_error));
av_mallocz       2341 libavformat/utils.c     st = av_mallocz(sizeof(AVStream));
av_mallocz       2388 libavformat/utils.c         program = av_mallocz(sizeof(AVProgram));
av_mallocz       2409 libavformat/utils.c         chapter= av_mallocz(sizeof(AVChapter));
av_mallocz       2434 libavformat/utils.c         s->priv_data = av_mallocz(s->oformat->priv_data_size);
av_mallocz       2500 libavformat/utils.c         s->priv_data = av_mallocz(s->oformat->priv_data_size);
av_mallocz       2630 libavformat/utils.c     this_pktl = av_mallocz(sizeof(AVPacketList));
av_mallocz        240 libavformat/westwood.c     st->codec->extradata = av_mallocz(VQA_HEADER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE);
av_mallocz        251 libavutil/internal.h     p= av_mallocz(size);\
av_mallocz         42 libavutil/pca.c     pca= av_mallocz(sizeof(PCA));
av_mallocz         45 libavutil/pca.c     pca->covariance= av_mallocz(sizeof(double)*n*n);
av_mallocz         46 libavutil/pca.c     pca->mean= av_mallocz(sizeof(double)*n);
av_mallocz        192 libavutil/tree.c             node= av_mallocz(av_tree_node_size);
av_mallocz        916 libpostproc/postprocess.c     *p= av_mallocz(size);
av_mallocz       1095 libswscale/swscale.c         filter= av_mallocz(dstW*sizeof(*filter)*filterSize);
av_mallocz       1277 libswscale/swscale.c     filter2= av_mallocz(filter2Size*dstW*sizeof(*filter2));
av_mallocz       1418 libswscale/swscale.c     *outFilter= av_mallocz(*outFilterSize*(dstW+1)*sizeof(int16_t));
av_mallocz       2264 libswscale/swscale.c     c= av_mallocz(sizeof(SwsContext));
av_mallocz       2583 libswscale/swscale.c         c->lumPixBuf[i]= c->lumPixBuf[i+c->vLumBufSize]= av_mallocz(VOF+1);
av_mallocz        158 vhook/drawtext.c     *ctxp = av_mallocz(sizeof(ContextInfo));
av_mallocz        125 vhook/fish.c       *ctxp = av_mallocz(sizeof(ContextInfo));
av_mallocz        156 vhook/imlib2.c     *ctxp = av_mallocz(sizeof(ContextInfo));
av_mallocz        347 vhook/imlib2.c     CachedImage *cache = av_mallocz(sizeof(*cache));
av_mallocz         55 vhook/null.c       *ctxp = av_mallocz(sizeof(ContextInfo));
av_mallocz         52 vhook/ppm.c        rwpipe *this = av_mallocz( sizeof( rwpipe ) );
av_mallocz         70 vhook/ppm.c                char *command = av_mallocz( COMMAND_SIZE );
av_mallocz        219 vhook/ppm.c            *ctxp = av_mallocz(sizeof(ContextInfo));
av_mallocz        132 vhook/watermark.c     if (0 == (*ctxp = av_mallocz(sizeof(ContextInfo)))) return -1;