summaryrefslogtreecommitdiffstats
path: root/libass/ass_parse.h
Commit message (Collapse)AuthorAgeFilesLines
* Separate event parsing and layoutGrigori Goronzy2011-07-041-0/+1
| | | | | | Split up the combined event parsing and layout loop into two passes. State information needed for layout are duplicated in GlyphInfo structures.
* refactor: move karaoke effect parsing into event parserGrigori Goronzy2011-06-061-0/+1
|
* Refactor: effect parsing should be in ass_parse.cGrigori Goronzy2009-09-161-0/+1
| | | | | Move the function apply_transition_effects, which parses event-global effects and adjusts a few state variables, into ass_parse.c.
* Fix inline function prototypesGrigori Goronzy2009-09-021-2/+2
|
* Refactor: move event parsing code into separate fileGrigori Goronzy2009-09-011-0/+37
Move all code related to parsing event lines and processing override tags into a separate file (ass_parse.c).