Searched refs:av_guess_format (Results 1 – 17 of 17) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | format.c | 51 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()
|
D | rtpenc_mpegts.c | 59 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()
|
D | rtpenc_chain.c | 34 ff_const59 AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL); in ff_rtp_chain_mux_open()
|
D | webm_chunk.c | 70 oformat = av_guess_format("webm", s->url, "video/webm"); in webm_chunk_init()
|
D | avformat.h | 2617 ff_const59 AVOutputFormat *av_guess_format(const char *short_name,
|
D | fifo.c | 522 oformat = av_guess_format(fifo->format, avf->url, NULL); in fifo_init()
|
D | hdsenc.c | 324 oformat = av_guess_format("flv", NULL, NULL); in hds_write_header()
|
D | mux.c | 148 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()
|
D | smoothstreamingenc.c | 293 oformat = av_guess_format("ismv", NULL, NULL); in ism_write_header()
|
D | hlsenc.c | 2983 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);
|
D | segment.c | 750 seg->oformat = av_guess_format(seg->format, s->url, NULL); in seg_init()
|
D | mpegtsenc.c | 1119 av_guess_format((ts->flags & MPEGTS_FLAG_AAC_LATM) ? "latm" : "adts", in mpegts_init()
|
D | dashenc.c | 1534 ctx->oformat = av_guess_format(os->format_name, NULL, NULL); in dash_init()
|
/third_party/ffmpeg/doc/examples/ |
D | transcode_aac.c | 168 if (!((*output_format_context)->oformat = av_guess_format(NULL, filename, in open_output_file()
|
/third_party/ffmpeg/libavformat/tests/ |
D | movenc.c | 186 ctx->oformat = av_guess_format(format, NULL, NULL); in init_fps()
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 1891 const AVOutputFormat *fmt = av_guess_format(name, NULL, NULL); in show_help_muxer()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 3237 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().
|