summaryrefslogtreecommitdiffstats
path: root/libass/ass_parse.h
Commit message (Expand)AuthorAgeFilesLines
* ass_parse: take RenderContext* in process_karaoke_effects()rcombs2022-11-151-1/+1
* ass_parse: take RenderContext* in parse_tags()rcombs2022-11-151-1/+1
* ass_parse: take RenderContext* in get_next_char()rcombs2022-11-151-1/+1
* ass_parse: take RenderContext* in apply_transition_effects()rcombs2022-11-151-1/+1
* ass_parse: take RenderContext in update_font()rcombs2022-11-151-1/+3
* refactor: prefix all internal API with ass_Oneric2022-10-221-7/+7
* parse: replace mult_alpha and change_alpha exportsOneric2022-10-221-2/+1
* parse: remove unused functionOneric2022-10-211-1/+0
* parse_tags: handle argumentless \t inside \t() like VSFilterOleg Oshmyan2018-01-081-1/+2
* Move parse_tag loop into parse_tag itself, now called parse_tagsOleg Oshmyan2018-01-051-1/+1
* stroker: implement fast two-outline strokerDr.Smile2017-07-311-3/+0
* Parse and animate all colors and alpha values like VSFilterOleg Oshmyan2015-05-251-1/+1
* Refine list of tags that prevent selective style overrideswm42015-03-061-1/+1
* Require closing '}' for override tagsOleg Oshmyan2014-06-061-1/+1
* Add a mechanism for selective style overrideswm42014-06-051-0/+1
* Terminate drawings immediately on a \p0 tagwm42012-09-291-0/+1
* Refactor and fix border generationGrigori Goronzy2012-04-211-0/+1
* Separate event parsing and layoutGrigori Goronzy2011-07-041-0/+1
* 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
* Fix inline function prototypesGrigori Goronzy2009-09-021-2/+2
* Refactor: move event parsing code into separate fileGrigori Goronzy2009-09-011-0/+37