aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/find_subfiles.c
Commit message (Expand)AuthorAge
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* sub: remove some global variablesGravatar wm42013-05-30
* Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* path: add mp_find_config_file and reorganize some of the codeGravatar Stefano Pigozzi2012-12-15
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerGravatar wm42012-12-11
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* options: remove subtitle related options that did nothingGravatar wm42012-10-24
* sub: silence output of subtitle search messageGravatar wm42012-07-30
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrGravatar wm42012-07-28
* windows support: unicode filenamesGravatar wm42012-03-09
* bstr: rename BSTR() -> bstr()Gravatar Uoti Urpala2011-07-27
* find_subfiles: fix unintended modification of global filenameGravatar Uoti Urpala2011-04-28
* cleanup: find_subfiles.c: simplify (mainly using bstr)Gravatar Uoti Urpala2011-04-20
* cleanup: find_subfiles.c: simplify declarations and allocationsGravatar Clément Bœsch2011-04-20
* find_subfiles: select subtitle files matching -slangGravatar Clément Bœsch2011-04-20
* find_subfiles: try to determine if a .sub file is text or vobsubGravatar Clément Bœsch2011-04-20
* subs: options: add -sub-pathsGravatar Clément Bœsch2011-04-20
* find_subfiles: allow subtitle search in multiple directoriesGravatar Clément Bœsch2011-04-20
* subs: move vobsub loading logic down to find_subfiles.cGravatar Uoti Urpala2011-04-20
* subs: move text sub loading logic down to find_subfiles.cGravatar Clément Bœsch2011-04-20
* find_subfiles: move sub_filenames() hereGravatar Clément Bœsch2011-04-20