av_guess_format  1732 cmdutils.c         const AVOutputFormat *fmt = av_guess_format(name, NULL, NULL);
av_guess_format   148 doc/examples/transcode_aac.c     if (!((*output_format_context)->oformat = av_guess_format(NULL, filename,
av_guess_format  2811 ffserver.c         AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL);
av_guess_format  3261 ffserver.c         ctx->oformat = av_guess_format("rtp", NULL, NULL);
av_guess_format   411 ffserver_config.c     AVOutputFormat *fmt = av_guess_format(short_name, filename, mime_type);
av_guess_format   419 ffserver_config.c         stream_fmt = av_guess_format(stream_format_name, NULL, NULL);
av_guess_format   709 ffserver_config.c         feed->fmt = av_guess_format("ffm", NULL, NULL);
av_guess_format  2333 libavformat/avformat.h AVOutputFormat *av_guess_format(const char *short_name,
av_guess_format   561 libavformat/dashenc.c     oformat = av_guess_format("mp4", NULL, NULL);
av_guess_format   105 libavformat/format.c         return av_guess_format("image2", NULL, NULL);
av_guess_format   134 libavformat/format.c         AVOutputFormat *fmt2 = av_guess_format(NULL, filename, NULL);
av_guess_format   327 libavformat/hdsenc.c     oformat = av_guess_format("flv", NULL, NULL);
av_guess_format   353 libavformat/hlsenc.c     hls->oformat = av_guess_format("mpegts", NULL, NULL);
av_guess_format   723 libavformat/mpegtsenc.c                 av_guess_format((ts->flags & MPEGTS_FLAG_AAC_LATM) ? "latm" : "adts",
av_guess_format   130 libavformat/mux.c             oformat = av_guess_format(format, NULL, NULL);
av_guess_format   137 libavformat/mux.c             oformat = av_guess_format(NULL, filename, NULL);
av_guess_format    34 libavformat/rtpenc_chain.c     AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL);
av_guess_format    51 libavformat/rtpenc_mpegts.c     AVOutputFormat *mpegts_format = av_guess_format("mpegts", NULL, NULL);
av_guess_format    52 libavformat/rtpenc_mpegts.c     AVOutputFormat *rtp_format    = av_guess_format("rtp", NULL, NULL);
av_guess_format   650 libavformat/segment.c     seg->oformat = av_guess_format(seg->format, s->filename, NULL);
av_guess_format   301 libavformat/smoothstreamingenc.c     oformat = av_guess_format("ismv", NULL, NULL);