Home
last modified time | relevance | path

Searched refs:av_guess_format (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavformat/
Dformat.c51 ff_const59 AVOutputFormat *av_guess_format(const char *short_name, const char *filename, in av_guess_format() function
64 return av_guess_format("image2", NULL, NULL); in av_guess_format()
92 ff_const59 AVOutputFormat *fmt2 = av_guess_format(NULL, filename, NULL); in av_guess_codec()
Drtpenc_mpegts.c59 ff_const59 AVOutputFormat *mpegts_format = av_guess_format("mpegts", NULL, NULL); in rtp_mpegts_write_header()
60 ff_const59 AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL); in rtp_mpegts_write_header()
Drtpenc_chain.c34 ff_const59 AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL); in ff_rtp_chain_mux_open()
Dwebm_chunk.c70 oformat = av_guess_format("webm", s->url, "video/webm"); in webm_chunk_init()
Davformat.h2617 ff_const59 AVOutputFormat *av_guess_format(const char *short_name,
Dfifo.c522 oformat = av_guess_format(fifo->format, avf->url, NULL); in fifo_init()
Dhdsenc.c324 oformat = av_guess_format("flv", NULL, NULL); in hds_write_header()
Dmux.c148 oformat = av_guess_format(format, NULL, NULL); in avformat_alloc_output_context2()
155 oformat = av_guess_format(NULL, filename, NULL); in avformat_alloc_output_context2()
Dsmoothstreamingenc.c293 oformat = av_guess_format("ismv", NULL, NULL); in ism_write_header()
Dhlsenc.c2983 vs->oformat = av_guess_format("mp4", NULL, NULL);
2985 vs->oformat = av_guess_format("mpegts", NULL, NULL);
3065 vs->vtt_oformat = av_guess_format("webvtt", NULL, NULL);
Dsegment.c750 seg->oformat = av_guess_format(seg->format, s->url, NULL); in seg_init()
Dmpegtsenc.c1119 av_guess_format((ts->flags & MPEGTS_FLAG_AAC_LATM) ? "latm" : "adts", in mpegts_init()
Ddashenc.c1534 ctx->oformat = av_guess_format(os->format_name, NULL, NULL); in dash_init()
/third_party/ffmpeg/doc/examples/
Dtranscode_aac.c168 if (!((*output_format_context)->oformat = av_guess_format(NULL, filename, in open_output_file()
/third_party/ffmpeg/libavformat/tests/
Dmovenc.c186 ctx->oformat = av_guess_format(format, NULL, NULL); in init_fps()
/third_party/ffmpeg/fftools/
Dcmdutils.c1891 const AVOutputFormat *fmt = av_guess_format(name, NULL, NULL); in show_help_muxer()
/third_party/ffmpeg/doc/
DAPIchanges3237 2010-01-01 - a1f547b - lavf 52.45.0 - av_guess_format()
3238 Add av_guess_format(), it should be used in place of guess_format().