avformat_alloc_context   87 doc/examples/avio_reading.c     if (!(fmt_ctx = avformat_alloc_context())) {
avformat_alloc_context  139 doc/examples/transcode_aac.c     if (!(*output_format_context = avformat_alloc_context())) {
avformat_alloc_context  825 ffmpeg_opt.c       ic = avformat_alloc_context();
avformat_alloc_context 1653 ffmpeg_opt.c       AVFormatContext *ic = avformat_alloc_context();
avformat_alloc_context 2889 ffplay.c           ic = avformat_alloc_context();
avformat_alloc_context 2124 ffserver.c             ctx = avformat_alloc_context();
avformat_alloc_context 2630 ffserver.c                 AVFormatContext *s = avformat_alloc_context();
avformat_alloc_context 2817 ffserver.c         avc =  avformat_alloc_context();
avformat_alloc_context 3258 ffserver.c         ctx = avformat_alloc_context();
avformat_alloc_context 3638 ffserver.c                 AVFormatContext *s = avformat_alloc_context();
avformat_alloc_context   31 libavdevice/utils.c     if (!(s = avformat_alloc_context()))
avformat_alloc_context 1834 libavformat/avformat.h AVFormatContext *avformat_alloc_context(void);
avformat_alloc_context 1052 libavformat/avidec.c         if (!(ast->sub_ctx = avformat_alloc_context()))
avformat_alloc_context  287 libavformat/concatdec.c     cat->avf = avformat_alloc_context();
avformat_alloc_context  596 libavformat/dashenc.c         ctx = avformat_alloc_context();
avformat_alloc_context  370 libavformat/hdsenc.c             ctx = avformat_alloc_context();
avformat_alloc_context 1324 libavformat/hls.c         if (!(pls->ctx = avformat_alloc_context())) {
avformat_alloc_context 1791 libavformat/mov.c         c->dv_fctx  = avformat_alloc_context();
avformat_alloc_context  709 libavformat/mpeg.c     vobsub->sub_ctx = avformat_alloc_context();
avformat_alloc_context  717 libavformat/mpegtsenc.c             ts_st->amux = avformat_alloc_context();
avformat_alloc_context  121 libavformat/mux.c     AVFormatContext *s = avformat_alloc_context();
avformat_alloc_context  530 libavformat/rdt.c     rdt->rmctx = avformat_alloc_context();
avformat_alloc_context  119 libavformat/rtpdec_asf.c         if (!(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   81 libavformat/rtpenc_mpegts.c     rtp_ctx = avformat_alloc_context();
avformat_alloc_context  154 libavformat/sapdec.c     sap->sdp_ctx = avformat_alloc_context();
avformat_alloc_context  331 libavformat/smoothstreamingenc.c         ctx = avformat_alloc_context();
avformat_alloc_context  409 libavformat/utils.c     if (!s && !(s = avformat_alloc_context()))