aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/find_subfiles.c
Commit message (Expand)AuthorAge
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* Add more constGravatar wm42014-06-11
* options: merge ---sub-auto-match with --sub-autoGravatar wm42014-05-04
* vo: dropping subtitle files on the VO window adds them as subtitle filesGravatar wm42014-01-04
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* find_subfiles: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* sub: respect detected language for fuzzy-matched external subtitlesGravatar wm42013-11-25
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* find_subfiles: fix really dumb bug causing segfaultsGravatar wm42013-09-17
* find_subfiles: fix off-by-1 errorGravatar Gabriel Peixoto2013-09-08
* mplayer: don't auto-load explicitly loaded subtitle filesGravatar wm42013-09-07
* find_subfiles: don't auto-load .sub file if .idx file existsGravatar wm42013-09-07
* find_subfiles: some cleanupsGravatar wm42013-09-07
* find_subfiles: use stat() instead of opening the file to check existenceGravatar wm42013-09-07
* find_subfiles: don't try to open URLs as directoriesGravatar wm42013-09-07
* 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