avformat_alloc_context   86 doc/examples/avio_reading.c     if (!(fmt_ctx = avformat_alloc_context())) {
avformat_alloc_context  159 doc/examples/transcode_aac.c     if (!(*output_format_context = avformat_alloc_context())) {
avformat_alloc_context 1099 fftools/ffmpeg_opt.c     ic = avformat_alloc_context();
avformat_alloc_context 2780 fftools/ffplay.c     ic = avformat_alloc_context();
avformat_alloc_context 2860 fftools/ffprobe.c     fmt_ctx = avformat_alloc_context();
avformat_alloc_context   31 libavdevice/utils.c     if (!(s = avformat_alloc_context()))
avformat_alloc_context 2125 libavformat/avformat.h AVFormatContext *avformat_alloc_context(void);
avformat_alloc_context 1103 libavformat/avidec.c         if (!(ast->sub_ctx = avformat_alloc_context()))
avformat_alloc_context  337 libavformat/concatdec.c     cat->avf = avformat_alloc_context();
avformat_alloc_context 1921 libavformat/dashdec.c     if (!(pls->ctx = avformat_alloc_context())) {
avformat_alloc_context 1515 libavformat/dashenc.c         os->ctx = ctx = avformat_alloc_context();
avformat_alloc_context  363 libavformat/hdsenc.c             ctx = avformat_alloc_context();
avformat_alloc_context 1938 libavformat/hls.c         if (!(pls->ctx = avformat_alloc_context())) {
avformat_alloc_context 2379 libavformat/mov.c         c->dv_fctx = avformat_alloc_context();
avformat_alloc_context  763 libavformat/mpeg.c     vobsub->sub_ctx = avformat_alloc_context();
avformat_alloc_context 1079 libavformat/mpegtsenc.c             ts_st->amux = avformat_alloc_context();
avformat_alloc_context  138 libavformat/mux.c     AVFormatContext *s = avformat_alloc_context();
avformat_alloc_context  530 libavformat/rdt.c     rdt->rmctx = avformat_alloc_context();
avformat_alloc_context  126 libavformat/rtpdec_asf.c         rt->asf_ctx = avformat_alloc_context();
avformat_alloc_context   44 libavformat/rtpenc_chain.c     rtpctx = avformat_alloc_context();
avformat_alloc_context   58 libavformat/rtpenc_mpegts.c     mpegts_ctx = avformat_alloc_context();
avformat_alloc_context   82 libavformat/rtpenc_mpegts.c     rtp_ctx = avformat_alloc_context();
avformat_alloc_context  158 libavformat/sapdec.c     sap->sdp_ctx = avformat_alloc_context();
avformat_alloc_context  329 libavformat/smoothstreamingenc.c         os->ctx = ctx = avformat_alloc_context();
avformat_alloc_context  182 libavformat/tests/movenc.c     ctx = avformat_alloc_context();
avformat_alloc_context   60 libavformat/tests/seek.c     AVFormatContext *ic = avformat_alloc_context();
avformat_alloc_context  541 libavformat/utils.c     if (!s && !(s = avformat_alloc_context()))
avformat_alloc_context   90 tools/target_dem_fuzzer.c     AVFormatContext *avfmt = avformat_alloc_context();