Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dformat.c40 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 Davs3dec.c61 if (seq && pic && av_match_ext(p->filename, "avs3")) { in avs3video_probe()
H A Dtty.c69 !!av_match_ext(p->filename, tty_extensions); in read_probe()
H A Dimg2dec.c178 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 Dsegment.c719 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 Dalp.c184 if (av_match_ext(s->url, "pcm")) in alp_write_init()
H A Dargo_cvg.c88 if (!av_match_ext(p->filename, "cvg")) in argo_cvg_probe()
H A Dbintext.c144 if (av_match_ext(p->filename, "bin")) { in bin_probe()
H A Davformat.h2801 int av_match_ext(const char *filename, const char *extensions);
H A Dlibmodplug.c367 if (av_match_ext(p->filename, modplug_extensions)) { in modplug_probe()
H A Dnsvdec.c726 if (av_match_ext(p->filename, "nsv")) in nsv_probe()
H A Ddashenc.c1526 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 Dmpegtsenc.c1107 if (av_match_ext(s->url, "m2ts")) { in mpegts_init()
H A Ddashdec.c424 if (strcmp(c->allowed_extensions, "ALL") && !av_match_ext(url, c->allowed_extensions)) { in open_url()
H A Dhls.c664 if (strcmp(c->allowed_extensions, "ALL") && !av_match_ext(url, c->allowed_extensions)) { in open_url()
H A Dmovenc.c1800 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 39 milliseconds