summaryrefslogtreecommitdiffstats
path: root/sub/find_subfiles.c
Commit message (Expand)AuthorAgeFilesLines
* vo: dropping subtitle files on the VO window adds them as subtitle fileswm42014-01-041-0/+5
* path lookup functions: mp_msg conversionswm42013-12-211-1/+1
* find_subfiles: mp_msg conversionswm42013-12-211-8/+11
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* sub: respect detected language for fuzzy-matched external subtitleswm42013-11-251-14/+10
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+0
* find_subfiles: fix really dumb bug causing segfaultswm42013-09-171-1/+1
* find_subfiles: fix off-by-1 errorGabriel Peixoto2013-09-081-1/+1
* mplayer: don't auto-load explicitly loaded subtitle fileswm42013-09-071-0/+4
* find_subfiles: don't auto-load .sub file if .idx file existswm42013-09-071-22/+55
* find_subfiles: some cleanupswm42013-09-071-6/+0
* find_subfiles: use stat() instead of opening the file to check existencewm42013-09-071-3/+1
* find_subfiles: don't try to open URLs as directorieswm42013-09-071-0/+3
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-4/+4
* sub: remove some global variableswm42013-05-301-5/+4
* Fix some cppcheck / scan-build warningswm42013-05-061-1/+0
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-151-2/+2
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerwm42012-12-111-51/+2
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+4
* options: remove subtitle related options that did nothingwm42012-10-241-0/+1
* sub: silence output of subtitle search messagewm42012-07-301-1/+1
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-13/+13
* windows support: unicode filenameswm42012-03-091-0/+2
* bstr: rename BSTR() -> bstr()Uoti Urpala2011-07-271-13/+13
* find_subfiles: fix unintended modification of global filenameUoti Urpala2011-04-281-1/+1
* cleanup: find_subfiles.c: simplify (mainly using bstr)Uoti Urpala2011-04-201-156/+113
* cleanup: find_subfiles.c: simplify declarations and allocationsClément Bœsch2011-04-201-36/+25
* find_subfiles: select subtitle files matching -slangClément Bœsch2011-04-201-57/+59
* find_subfiles: try to determine if a .sub file is text or vobsubClément Bœsch2011-04-201-0/+14
* subs: options: add -sub-pathsClément Bœsch2011-04-201-3/+25
* find_subfiles: allow subtitle search in multiple directoriesClément Bœsch2011-04-201-117/+103
* subs: move vobsub loading logic down to find_subfiles.cUoti Urpala2011-04-201-0/+25
* subs: move text sub loading logic down to find_subfiles.cClément Bœsch2011-04-201-1/+10
* find_subfiles: move sub_filenames() hereClément Bœsch2011-04-201-0/+271