summaryrefslogtreecommitdiffstats
path: root/sub
Commit message (Expand)AuthorAgeFilesLines
* find_subfiles: fix unintended modification of global filenameUoti Urpala2011-04-281-1/+1
* cleanup: avoid various GCC warningsClément Bœsch2011-04-201-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-202-5/+29
* 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-202-0/+26
* subs: move text sub loading logic down to find_subfiles.cClément Bœsch2011-04-202-2/+11
* find_subfiles: move sub_filenames() hereClément Bœsch2011-04-204-283/+297
* options: change -alang and -slang to use string list typeClément Bœsch2011-04-202-5/+7
* stream.[ch], ass_mp: new stream function for whole-file readsUoti Urpala2011-03-031-34/+12
* cleanup: remove some casts of memalign() return valuediego2011-02-151-2/+2
* Merge branch 'sub'Uoti Urpala2011-01-261-1/+1
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-2622-1/+10677
* cleanup: rename ass_* functions to mp_ass_*Uoti Urpala2011-01-261-1/+1
* subs: use correct font aspect ratio for libass + converted subsUoti Urpala2011-01-261-0/+2
* sd_ass: remove subreader use, support plaintext markupUoti Urpala2011-01-181-12/+66
* subtitles: style support for common SubRip tags and MicroDVDUoti Urpala2011-01-182-0/+529
* subtitles: add framework for subtitle decodersUoti Urpala2011-01-184-0/+200