summaryrefslogtreecommitdiffstats
path: root/sub/find_subfiles.c
Commit message (Expand)AuthorAgeFilesLines
* 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