summaryrefslogtreecommitdiffstats
path: root/libass/ass_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify change_alpha and change_colorOleg Oshmyan2015-05-251-6/+4
* Apply fade only when the fade alpha is positive (like VSFilter)Oleg Oshmyan2015-05-251-3/+3
* parse_tag: split \[1-4][ac]Oleg Oshmyan2015-05-251-47/+49
* Parse and animate all colors and alpha values like VSFilterOleg Oshmyan2015-05-251-26/+24
* Refine list of tags that prevent selective style overrideswm42015-03-061-4/+7
* More malloc checkingwm42014-11-171-3/+1
* Fix \fade(7-argument version) parseMaks Naumov2014-08-231-2/+2
* ass_parse: remove 2 unused variableswm42014-06-091-2/+0
* Simplify drawing text assignmentOleg Oshmyan2014-06-061-1/+1
* parse_tag: remove unnecessary mallocOleg Oshmyan2014-06-061-8/+2
* Require closing '}' for override tagsOleg Oshmyan2014-06-061-12/+9
* Introduce ass_drawing_add_chars for adding a whole string at onceOleg Oshmyan2014-06-061-4/+3
* Parse override tag arguments exactly like VSFilter 2.38Oleg Oshmyan2014-06-061-236/+308
* parse_tag: merge \fs+, \fs-, \fsOleg Oshmyan2014-06-061-18/+7
* parse_tag: split \fscx, \fscy, \fscOleg Oshmyan2014-06-061-23/+20
* Add a mechanism for selective style overrideswm42014-06-051-0/+26
* Fix \1a, \2a, \3a, \4a with invalid argumentOleg Oshmyan2014-05-121-0/+2
* Reset clipping mode on every rectangle \clipOleg Oshmyan2014-05-121-0/+1
* Make \be animatableOleg Oshmyan2014-05-121-2/+5
* Fix corner case: \move with identical start and end timesOleg Oshmyan2014-05-121-2/+2
* Parser: don't increment render_priv->state.bm_run_id (unnecessary)11rcombs2014-01-251-14/+0
* Combine bitmaps before applying blur and shadow11rcombs2014-01-251-0/+1
* Start \k, \ko at exact start time, not right after itOleg Oshmyan2014-01-241-1/+1
* Remove some ass_msg() callswm42014-01-241-12/+0
* Fix \fade corner casesOleg Oshmyan2014-01-151-9/+14
* Fix \t corner casesOleg Oshmyan2014-01-151-20/+17
* Do not reset \pbo and \p values after each drawingOleg Oshmyan2014-01-081-4/+3
* A whole bunch of parsing and default value fixesOleg Oshmyan2014-01-071-116/+111
* Fix \fs+ and \fs-Oleg Oshmyan2014-01-071-2/+2
* Stop animating \b and \iOleg Oshmyan2014-01-071-12/+8
* Stop misparsing and add support for \fscOleg Oshmyan2014-01-071-0/+4
* Support fractional \org argumentsOleg Oshmyan2014-01-071-4/+4
* Fix \r style lookupOleg Oshmyan2013-06-221-1/+1
* Clip tag arguments are not optionalwm42013-04-121-2/+2
* Ignore junk in nested \t tagswm42013-03-311-3/+2
* Fix crazy VSFilter behavior for \move tagwm42013-03-201-1/+9
* Make closing ')' optional for some ASS tagswm42013-01-121-5/+5
* Fix a wrong condition.Xidorn Quan2012-12-141-1/+1
* Terminate drawings immediately on a \p0 tagwm42012-09-291-20/+2
* Fix resetting border style with \rSTYLEwm42012-09-291-2/+2
* Refactor and fix border generationGrigori Goronzy2012-04-211-19/+30
* Support \rSTYLENAME syntaxGrigori Goronzy2012-03-111-1/+12
* Fix off-by-one error in \fad, \fadeGrigori Goronzy2011-08-291-4/+5
* Use the "font encoding" property as a base direction hintGrigori Goronzy2011-07-151-0/+5
* Separate event parsing and layoutGrigori Goronzy2011-07-041-6/+7
* Introduce bitmap runsGrigori Goronzy2011-07-041-0/+13
* Use bare outlines for drawingsGrigori Goronzy2011-06-201-6/+2
* refactor: move karaoke effect parsing into event parserGrigori Goronzy2011-06-061-0/+71
* Match first occurence of \fade, \fad, \an and \a tagsGrigori Goronzy2011-05-301-9/+18
* Add support for \fs+ and \fs- syntaxGrigori Goronzy2010-08-121-0/+16
* Get rid of NULL checks for freeGrigori Goronzy2010-08-091-2/+1
* Fix drawing leakage: delay glyph allocationGrigori Goronzy2010-08-091-3/+4
* Raise verbosity level of "unknown transition effect" messageGrigori Goronzy2010-08-011-1/+1
* Fix potential, small memory leakGrigori Goronzy2010-07-291-0/+1
* Parse vector clip mask only after cache missGrigori Goronzy2010-07-291-14/+0
* Limit debug output on parsing errorsGrigori Goronzy2010-07-191-1/+1
* Handle simple backquotingClément Bœsch2010-05-221-0/+8
* Basic @font supportGrigori Goronzy2010-04-111-3/+9
* Fix leftovers from conversion to ass_strtodYuriy M. Kaminskiy2010-01-121-1/+1
* Remove support for freetype < 2.2.1Grigori Goronzy2010-01-081-6/+0
* Fix libass w/o fontconfigGrigori Goronzy2009-10-111-13/+13
* Remove superfluous castGrigori Goronzy2009-10-081-1/+1
* Fix alpha calculation in some casesGrigori Goronzy2009-10-021-2/+2
* Refactor: effect parsing should be in ass_parse.cGrigori Goronzy2009-09-161-0/+75
* Refactor: move event parsing code into separate fileGrigori Goronzy2009-09-011-0/+857