]> granicus.if.org Git - libass/history - libass/ass_outline.c
coretext: replace CT attr reads with freetype lookups
[libass] / libass / ass_outline.c
2019-05-19 Dr.Smileoutline: eliminate use of VLA
2019-05-19 Dr.Smileoutline: rearrange allocations
2019-05-19 Dr.SmileMove outline transformations to ass_outline.c
2019-05-19 Dr.SmileConsolidate and quantize all transformations
2019-05-19 Dr.Smiledrawing: separate drawing text reading from outline...
2019-01-10 Dr.Smilestroker: correctly handle case of many small segments
2017-09-17 Dr.SmileReorganize outline transformation functions
2017-09-17 Dr.SmileSwitch to more efficient representation of outlines
2017-09-17 Dr.SmileSwitch to native coordinate system for outlines
2017-09-17 Dr.SmileReplace FreeType types with libass native types
2017-09-17 Dr.Smilestroker: fix wording of algorithm description
2017-08-01 Dr.Smilestroker: add algorithm description
2017-07-31 Dr.Smilestroker: skip degenerate 2-point contours from broken...
2017-07-31 Dr.Smilecosmetic: fix codestyle
2017-07-31 Dr.Smilerenderer: switch to using two border outlines instead...
2017-07-31 Dr.Smilestroker: implement fast two-outline stroker
2017-07-31 Dr.Smilecosmetic: extract most of the outline-related functions...