Searched refs:av_guess_format (Results 1 - 16 of 16) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | format.c | 53 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 D | rtpenc_mpegts.c | 59 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 D | rtpenc_chain.c | 34 const AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL); in ff_rtp_chain_mux_open()
|
H A D | webm_chunk.c | 71 oformat = av_guess_format("webm", s->url, "video/webm"); in webm_chunk_init()
|
H A D | avformat.h | 2513 const AVOutputFormat *av_guess_format(const char *short_name,
|
H A D | hdsenc.c | 321 oformat = av_guess_format("flv", NULL, NULL); in hds_write_header()
|
H A D | fifo.c | 534 oformat = av_guess_format(fifo->format, avf->url, NULL); in fifo_init()
|
H A D | smoothstreamingenc.c | 292 oformat = av_guess_format("ismv", NULL, NULL); in ism_write_header()
|
H A D | mux.c | 103 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 D | hlsenc.c | 2975 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 D | segment.c | 743 seg->oformat = av_guess_format(seg->format, s->url, NULL); in seg_init()
|
H A D | mpegtsenc.c | 1256 av_guess_format((ts->flags & MPEGTS_FLAG_AAC_LATM) ? "latm" : "adts", in mpegts_init()
|
H A D | dashenc.c | 1545 ctx->oformat = av_guess_format(os->format_name, NULL, NULL); in dash_init()
|
/third_party/ffmpeg/doc/examples/ |
H A D | transcode_aac.c | 175 if (!((*output_format_context)->oformat = av_guess_format(NULL, filename, in open_output_file()
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | movenc.c | 186 ctx->oformat = av_guess_format(format, NULL, NULL); in init_fps()
|
/third_party/ffmpeg/fftools/ |
H A D | opt_common.c | 469 const AVOutputFormat *fmt = av_guess_format(name, NULL, NULL); in show_help_muxer()
|
Completed in 28 milliseconds