av_match_ext 2947 libavformat/avformat.h int av_match_ext(const char *filename, const char *extensions); av_match_ext 144 libavformat/bintext.c if (av_match_ext(p->filename, "bin")) { av_match_ext 426 libavformat/dashdec.c if (strcmp(c->allowed_extensions, "ALL") && !av_match_ext(url, c->allowed_extensions)) { av_match_ext 76 libavformat/format.c av_match_ext(filename, fmt->extensions)) { av_match_ext 168 libavformat/format.c if (fmt1->extensions && av_match_ext(lpd.filename, fmt1->extensions)) { av_match_ext 183 libavformat/format.c if (av_match_ext(lpd.filename, fmt1->extensions)) av_match_ext 652 libavformat/hls.c if (strcmp(c->allowed_extensions, "ALL") && !av_match_ext(url, c->allowed_extensions)) { av_match_ext 174 libavformat/img2dec.c else if (av_match_ext(p->filename, "raw") || av_match_ext(p->filename, "gif")) av_match_ext 994 libavformat/img2dec.c return ret && !av_match_ext(p->filename, "pgmyuv") ? ret : 0; av_match_ext 1000 libavformat/img2dec.c return ret && av_match_ext(p->filename, "pgmyuv") ? ret : 0; av_match_ext 356 libavformat/libmodplug.c if (av_match_ext(p->filename, modplug_extensions)) { av_match_ext 1667 libavformat/movenc.c if (!av_match_ext(s->url, "m4a") && av_match_ext 1668 libavformat/movenc.c !av_match_ext(s->url, "m4v") && av_match_ext 1669 libavformat/movenc.c !av_match_ext(s->url, "m4b")) av_match_ext 942 libavformat/mpegtsenc.c if (av_match_ext(s->url, "m2ts")) { av_match_ext 731 libavformat/nsvdec.c if (av_match_ext(p->filename, "nsv")) av_match_ext 724 libavformat/segment.c if (av_match_ext(seg->list, "csv" )) seg->list_type = LIST_TYPE_CSV; av_match_ext 725 libavformat/segment.c else if (av_match_ext(seg->list, "ext" )) seg->list_type = LIST_TYPE_EXT; av_match_ext 726 libavformat/segment.c else if (av_match_ext(seg->list, "m3u8")) seg->list_type = LIST_TYPE_M3U8; av_match_ext 727 libavformat/segment.c else if (av_match_ext(seg->list, "ffcat,ffconcat")) seg->list_type = LIST_TYPE_FFCONCAT; av_match_ext 69 libavformat/tty.c !!av_match_ext(p->filename, tty_extensions);