summaryrefslogtreecommitdiffstats
path: root/libass/ass_outline.c
Commit message (Expand)AuthorAgeFilesLines
* outline: eliminate use of VLADr.Smile2019-05-201-2/+2
* outline: rearrange allocationsDr.Smile2019-05-201-4/+6
* Move outline transformations to ass_outline.cDr.Smile2019-05-201-6/+58
* Consolidate and quantize all transformationsDr.Smile2019-05-201-36/+8
* drawing: separate drawing text reading from outline constructionDr.Smile2019-05-191-0/+11
* stroker: correctly handle case of many small segmentsDr.Smile2019-01-111-45/+49
* Reorganize outline transformation functionsDr.Smile2017-09-171-7/+9
* Switch to more efficient representation of outlinesDr.Smile2017-09-171-248/+262
* Switch to native coordinate system for outlinesDr.Smile2017-09-171-33/+18
* Replace FreeType types with libass native typesDr.Smile2017-09-171-91/+73
* stroker: fix wording of algorithm descriptionDr.Smile2017-09-171-6/+6
* stroker: add algorithm descriptionDr.Smile2017-08-011-6/+215
* stroker: skip degenerate 2-point contours from broken fontsDr.Smile2017-07-311-6/+14
* cosmetic: fix codestyleDr.Smile2017-07-311-5/+5
* renderer: switch to using two border outlines instead of oneDr.Smile2017-07-311-52/+55
* stroker: implement fast two-outline strokerDr.Smile2017-07-311-133/+1037
* cosmetic: extract most of the outline-related functions into separate fileDr.Smile2017-07-311-0/+275