Home
last modified time | relevance | path

Searched refs:av_guess_format (Results 1 - 16 of 16) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dformat.c53 const AVOutputFormat *av_guess_format(const char *short_name, const char *filename, in av_guess_format() function
66 return av_guess_format("image2", NULL, NULL); in av_guess_format()
94 const AVOutputFormat *fmt2 = av_guess_format(NULL, filename, NULL); in av_guess_codec()
H A Drtpenc_mpegts.c59 const AVOutputFormat *mpegts_format = av_guess_format("mpegts", NULL, NULL); in rtp_mpegts_write_header()
60 const AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL); in rtp_mpegts_write_header()
H A Drtpenc_chain.c34 const AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL); in ff_rtp_chain_mux_open()
H A Dwebm_chunk.c71 oformat = av_guess_format("webm", s->url, "video/webm"); in webm_chunk_init()
H A Davformat.h2513 const AVOutputFormat *av_guess_format(const char *short_name,
H A Dhdsenc.c321 oformat = av_guess_format("flv", NULL, NULL); in hds_write_header()
H A Dfifo.c534 oformat = av_guess_format(fifo->format, avf->url, NULL); in fifo_init()
H A Dsmoothstreamingenc.c292 oformat = av_guess_format("ismv", NULL, NULL); in ism_write_header()
H A Dmux.c103 oformat = av_guess_format(format, NULL, NULL); in avformat_alloc_output_context2()
110 oformat = av_guess_format(NULL, filename, NULL); in avformat_alloc_output_context2()
H A Dhlsenc.c2975 vs->oformat = av_guess_format("mp4", NULL, NULL); in hls_init()
2977 vs->oformat = av_guess_format("mpegts", NULL, NULL); in hls_init()
3057 vs->vtt_oformat = av_guess_format("webvtt", NULL, NULL); in hls_init()
H A Dsegment.c743 seg->oformat = av_guess_format(seg->format, s->url, NULL); in seg_init()
H A Dmpegtsenc.c1256 av_guess_format((ts->flags & MPEGTS_FLAG_AAC_LATM) ? "latm" : "adts", in mpegts_init()
H A Ddashenc.c1545 ctx->oformat = av_guess_format(os->format_name, NULL, NULL); in dash_init()
/third_party/ffmpeg/doc/examples/
H A Dtranscode_aac.c175 if (!((*output_format_context)->oformat = av_guess_format(NULL, filename, in open_output_file()
/third_party/ffmpeg/libavformat/tests/
H A Dmovenc.c186 ctx->oformat = av_guess_format(format, NULL, NULL); in init_fps()
/third_party/ffmpeg/fftools/
H A Dopt_common.c469 const AVOutputFormat *fmt = av_guess_format(name, NULL, NULL); in show_help_muxer()

Completed in 28 milliseconds