Searched refs:av_match_ext (Results 1 - 16 of 16) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | format.c | 40 int av_match_ext(const char *filename, const char *extensions) in av_match_ext() function 78 av_match_ext(filename, fmt->extensions)) { in av_guess_format() 172 if (fmt1->extensions && av_match_ext(lpd.filename, fmt1->extensions)) { in av_probe_input_format3() 187 if (av_match_ext(lpd.filename, fmt1->extensions)) in av_probe_input_format3()
|
H A D | avs3dec.c | 61 if (seq && pic && av_match_ext(p->filename, "avs3")) { in avs3video_probe()
|
H A D | tty.c | 69 !!av_match_ext(p->filename, tty_extensions); in read_probe()
|
H A D | img2dec.c | 178 else if (av_match_ext(p->filename, "raw") || av_match_ext(p->filename, "gif")) in img_read_probe() 1047 return ret && !av_match_ext(p->filename, "pgmyuv") ? ret : 0; in pgm_probe() 1053 return ret && av_match_ext(p->filename, "pgmyuv") ? ret : 0; in pgmyuv_probe()
|
H A D | segment.c | 719 if (av_match_ext(seg->list, "csv" )) seg->list_type = LIST_TYPE_CSV; in seg_init() 720 else if (av_match_ext(seg->list, "ext" )) seg->list_type = LIST_TYPE_EXT; in seg_init() 721 else if (av_match_ext(seg->list, "m3u8")) seg->list_type = LIST_TYPE_M3U8; in seg_init() 722 else if (av_match_ext(seg->list, "ffcat,ffconcat")) seg->list_type = LIST_TYPE_FFCONCAT; in seg_init()
|
H A D | alp.c | 184 if (av_match_ext(s->url, "pcm")) in alp_write_init()
|
H A D | argo_cvg.c | 88 if (!av_match_ext(p->filename, "cvg")) in argo_cvg_probe()
|
H A D | bintext.c | 144 if (av_match_ext(p->filename, "bin")) { in bin_probe()
|
H A D | avformat.h | 2801 int av_match_ext(const char *filename, const char *extensions);
|
H A D | libmodplug.c | 367 if (av_match_ext(p->filename, modplug_extensions)) { in modplug_probe()
|
H A D | nsvdec.c | 726 if (av_match_ext(p->filename, "nsv")) in nsv_probe()
|
H A D | dashenc.c | 1526 if ((!c->single_file && !av_match_ext(os->init_seg_name, os->format_name)) || in dash_init() 1527 (!c->single_file && !av_match_ext(os->media_seg_name, os->format_name)) || in dash_init() 1528 ( c->single_file && !av_match_ext(os->single_file_name, os->format_name))) { in dash_init()
|
H A D | mpegtsenc.c | 1107 if (av_match_ext(s->url, "m2ts")) { in mpegts_init()
|
H A D | dashdec.c | 424 if (strcmp(c->allowed_extensions, "ALL") && !av_match_ext(url, c->allowed_extensions)) { in open_url()
|
H A D | hls.c | 664 if (strcmp(c->allowed_extensions, "ALL") && !av_match_ext(url, c->allowed_extensions)) { in open_url()
|
H A D | movenc.c | 1800 if (!av_match_ext(s->url, "m4a") && in mov_find_codec_tag() 1801 !av_match_ext(s->url, "m4v") && in mov_find_codec_tag() 1802 !av_match_ext(s->url, "m4b")) in mov_find_codec_tag()
|
Completed in 38 milliseconds