av_guess_format   168 doc/examples/transcode_aac.c     if (!((*output_format_context)->oformat = av_guess_format(NULL, filename,
av_guess_format  1892 fftools/cmdutils.c     const AVOutputFormat *fmt = av_guess_format(name, NULL, NULL);
av_guess_format  2698 libavformat/avformat.h ff_const59 AVOutputFormat *av_guess_format(const char *short_name,
av_guess_format  1519 libavformat/dashenc.c         ctx->oformat = av_guess_format(os->format_name, NULL, NULL);
av_guess_format   492 libavformat/fifo.c     oformat = av_guess_format(fifo->format, avf->url, NULL);
av_guess_format    64 libavformat/format.c         return av_guess_format("image2", NULL, NULL);
av_guess_format    92 libavformat/format.c         ff_const59 AVOutputFormat *fmt2 = av_guess_format(NULL, filename, NULL);
av_guess_format   324 libavformat/hdsenc.c     oformat = av_guess_format("flv", NULL, NULL);
av_guess_format  2823 libavformat/hlsenc.c             vs->oformat = av_guess_format("mp4", NULL, NULL);
av_guess_format  2825 libavformat/hlsenc.c             vs->oformat = av_guess_format("mpegts", NULL, NULL);
av_guess_format  2892 libavformat/hlsenc.c             vs->vtt_oformat = av_guess_format("webvtt", NULL, NULL);
av_guess_format  1084 libavformat/mpegtsenc.c                 av_guess_format((ts->flags & MPEGTS_FLAG_AAC_LATM) ? "latm" : "adts",
av_guess_format   147 libavformat/mux.c             oformat = av_guess_format(format, NULL, NULL);
av_guess_format   154 libavformat/mux.c             oformat = av_guess_format(NULL, filename, NULL);
av_guess_format    34 libavformat/rtpenc_chain.c     ff_const59 AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL);
av_guess_format    51 libavformat/rtpenc_mpegts.c     ff_const59 AVOutputFormat *mpegts_format = av_guess_format("mpegts", NULL, NULL);
av_guess_format    52 libavformat/rtpenc_mpegts.c     ff_const59 AVOutputFormat *rtp_format    = av_guess_format("rtp", NULL, NULL);
av_guess_format   748 libavformat/segment.c     seg->oformat = av_guess_format(seg->format, s->url, NULL);
av_guess_format   297 libavformat/smoothstreamingenc.c     oformat = av_guess_format("ismv", NULL, NULL);
av_guess_format   185 libavformat/tests/movenc.c     ctx->oformat = av_guess_format(format, NULL, NULL);
av_guess_format    70 libavformat/webm_chunk.c     oformat = av_guess_format("webm", s->url, "video/webm");