index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
sub
/
find_subfiles.c
Commit message (
Expand
)
Author
Age
*
find_subfiles: fix really dumb bug causing segfaults
wm4
2013-09-17
*
find_subfiles: fix off-by-1 error
Gabriel Peixoto
2013-09-08
*
mplayer: don't auto-load explicitly loaded subtitle files
wm4
2013-09-07
*
find_subfiles: don't auto-load .sub file if .idx file exists
wm4
2013-09-07
*
find_subfiles: some cleanups
wm4
2013-09-07
*
find_subfiles: use stat() instead of opening the file to check existence
wm4
2013-09-07
*
find_subfiles: don't try to open URLs as directories
wm4
2013-09-07
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
*
sub: remove some global variables
wm4
2013-05-30
*
Fix some cppcheck / scan-build warnings
wm4
2013-05-06
*
path: add mp_find_config_file and reorganize some of the code
Stefano Pigozzi
2012-12-15
*
sub: remove vobsub reader in favor of ffmpeg vobsub demuxer
wm4
2012-12-11
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
*
options: remove subtitle related options that did nothing
wm4
2012-10-24
*
sub: silence output of subtitle search message
wm4
2012-07-30
*
bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr
wm4
2012-07-28
*
windows support: unicode filenames
wm4
2012-03-09
*
bstr: rename BSTR() -> bstr()
Uoti Urpala
2011-07-27
*
find_subfiles: fix unintended modification of global filename
Uoti Urpala
2011-04-28
*
cleanup: find_subfiles.c: simplify (mainly using bstr)
Uoti Urpala
2011-04-20
*
cleanup: find_subfiles.c: simplify declarations and allocations
Clément Bœsch
2011-04-20
*
find_subfiles: select subtitle files matching -slang
Clément Bœsch
2011-04-20
*
find_subfiles: try to determine if a .sub file is text or vobsub
Clément Bœsch
2011-04-20
*
subs: options: add -sub-paths
Clément Bœsch
2011-04-20
*
find_subfiles: allow subtitle search in multiple directories
Clément Bœsch
2011-04-20
*
subs: move vobsub loading logic down to find_subfiles.c
Uoti Urpala
2011-04-20
*
subs: move text sub loading logic down to find_subfiles.c
Clément Bœsch
2011-04-20
*
find_subfiles: move sub_filenames() here
Clément Bœsch
2011-04-20