summaryrefslogtreecommitdiffstats
path: root/libass/ass_parse.c
Commit message (Expand)AuthorAgeFilesLines
* 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