summaryrefslogtreecommitdiffstats
path: root/libass/ass_drawing.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore extra coordinates in drawingswm42015-03-091-0/+7
* Replace FT_Outline with ASS_OutlineDr.Smile2014-11-231-48/+46
* Fix incorrect closing of last drawing contourDr.Smile2014-11-231-7/+6
* Leave spline evaluation to rasterizerDr.Smile2014-11-231-82/+30
* More malloc checkingwm42014-11-171-4/+4
* Check more mallocswm42014-11-091-0/+2
* Correctly close last contour in case of overflowDr.Smile2014-08-261-1/+4
* Fix integer overflow in FT_OutlineDr.Smile2014-07-181-0/+4
* Simplify drawing text assignmentOleg Oshmyan2014-06-061-25/+6
* Introduce ass_drawing_add_chars for adding a whole string at onceOleg Oshmyan2014-06-061-0/+14
* drawing: parse numbers as floatsGrigori Goronzy2014-03-151-9/+8
* Fix limits.h includesGrigori Goronzy2014-02-171-0/+1
* Fix \pboOleg Oshmyan2014-01-081-7/+5
* drawing: scale pbo according to drawing scaleGrigori Goronzy2012-10-011-2/+4
* Clean up includesGrigori Goronzy2011-06-211-1/+0
* Use bare outlines for drawingsGrigori Goronzy2011-06-201-45/+17
* Fix fontconfig disabled at runtimeGrigori Goronzy2011-02-161-4/+6
* Fix drawing leakage: delay glyph allocationGrigori Goronzy2010-08-091-8/+8
* Remove debugging leftoversGrigori Goronzy2010-07-291-21/+0
* Fix drawing cbox calculationGrigori Goronzy2010-07-291-2/+18
* ASS_Drawing: do not free glyphGrigori Goronzy2010-07-141-2/+0
* Fix libass w/o fontconfigGrigori Goronzy2009-10-111-13/+22
* Do not close empty drawingsGrigori Goronzy2009-08-291-2/+4
* Rename typedefs (breaks API)Grigori Goronzy2009-08-061-27/+27
* Fix drawing parser memory leakGrigori Goronzy2009-07-191-2/+1
* Implement vector clipsGrigori Goronzy2009-07-161-8/+11
* Message callback funtionalityGrigori Goronzy2009-07-111-2/+4
* Replace string defines with real stringsGrigori Goronzy2009-07-111-0/+3
* Support for underline and strikethroughGrigori Goronzy2009-07-071-1/+1
* Implement drawing mode (\p)Grigori Goronzy2009-07-061-0/+477