av_match_ext 1376 ffserver.c if (av_match_ext(filename, "asx")) { av_match_ext 1379 ffserver.c } else if (av_match_ext(filename, "asf") && av_match_ext 1383 ffserver.c } else if (av_match_ext(filename, "rpm,ram")) { av_match_ext 1386 ffserver.c } else if (av_match_ext(filename, "rtsp")) { av_match_ext 1389 ffserver.c } else if (av_match_ext(filename, "sdp")) { av_match_ext 2575 libavformat/avformat.h int av_match_ext(const char *filename, const char *extensions); av_match_ext 118 libavformat/format.c av_match_ext(filename, fmt->extensions)) { av_match_ext 198 libavformat/format.c if (fmt1->extensions && av_match_ext(lpd.filename, fmt1->extensions)) { av_match_ext 204 libavformat/format.c if (av_match_ext(lpd.filename, fmt1->extensions)) av_match_ext 169 libavformat/img2dec.c else if (av_match_ext(p->filename, "raw") || av_match_ext(p->filename, "gif")) av_match_ext 355 libavformat/libmodplug.c if (av_match_ext(p->filename, modplug_extensions)) { av_match_ext 1163 libavformat/movenc.c if (!av_match_ext(s->filename, "m4a") && av_match_ext 1164 libavformat/movenc.c !av_match_ext(s->filename, "m4b") && av_match_ext 1165 libavformat/movenc.c !av_match_ext(s->filename, "m4v")) av_match_ext 801 libavformat/mpegtsenc.c if (av_match_ext(s->filename, "m2ts")) { av_match_ext 748 libavformat/nsvdec.c if (av_match_ext(p->filename, "nsv")) av_match_ext 632 libavformat/segment.c if (av_match_ext(seg->list, "csv" )) seg->list_type = LIST_TYPE_CSV; av_match_ext 633 libavformat/segment.c else if (av_match_ext(seg->list, "ext" )) seg->list_type = LIST_TYPE_EXT; av_match_ext 634 libavformat/segment.c else if (av_match_ext(seg->list, "m3u8")) seg->list_type = LIST_TYPE_M3U8; av_match_ext 635 libavformat/segment.c else if (av_match_ext(seg->list, "ffcat,ffconcat")) seg->list_type = LIST_TYPE_FFCONCAT;