summaryrefslogtreecommitdiffstats
path: root/sub/subreader.c
Commit message (Expand)AuthorAgeFilesLines
* sub: turn subassconvert_ functions into sub converterswm42013-06-031-90/+10
* sub: remove some global variableswm42013-05-301-70/+64
* sub: redo how -no-ass is handledwm42013-05-301-101/+1
* Fix some cppcheck / scan-build warningswm42013-05-061-1/+1
* subreader: fix one more unsafe sscanf call with "%["Uoti Urpala2013-05-061-1/+1
* subreader: fix out of bound write access when parsing .srtwm42013-04-301-4/+4
* core: display subtitle codec in track listingwm42013-04-201-2/+3
* Fix missing ctype.h includeswm42013-03-041-0/+1
* configure: remove --disable-sortsubwm42012-12-111-46/+4
* subreader: fix some of ASS parser issuesUoti Urpala2012-12-031-45/+22
* subs: remove --utf8, simplify codeUoti Urpala2012-12-031-19/+5
* subreader: do not skip the first char of ASS fields.cigaes2012-11-211-1/+1
* Fix potential bugs and issues, general cleanupsreimar2012-11-201-2/+2
* subreader: replace sub_free() by talloc destructorwm42012-11-161-6/+7
* Rename directories, move files (step 2 of 2)wm42012-11-121-3/+3
* subreader: do not write outside array boundsreimar2012-10-311-2/+4
* sub: simplify code by always defining sub_cpwm42012-08-031-1/+3
* subreader: eliminate duplicate subtitle linesmplayer-svn2012-08-031-0/+10
* subreader: SSA reader: do not strip commas in commandsmplayer-svn2012-08-031-0/+3
* subreader: fix reading of aqr/subrip09 subtitlesmplayer-svn2012-08-031-8/+8
* subreader: get rid of some code duplicationmplayer-svn2012-08-031-64/+34
* Remove dead codewm42012-08-011-259/+0
* osd: remove freetype font rendering codewm42012-07-281-83/+0
* osd: use libass for OSD renderingwm42012-07-281-0/+2
* Fix minor memory leak from 2003wm42012-02-251-2/+8
* subreader.c: don't run FriBiDi code if using libassUoti Urpala2011-09-231-1/+4
* subreader: SAMI subs: wrap line if neededreimar2011-06-291-0/+2
* find_subfiles: move sub_filenames() hereClément Bœsch2011-04-201-280/+0
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-0/+2504