]> granicus.if.org Git - libass/history - libass/ass_render.h
Consolidate and quantize all transformations
[libass] / libass / ass_render.h
2019-05-19 Dr.SmileConsolidate and quantize all transformations
2019-05-19 Dr.Smilecache: construct cache values only from corresponding...
2019-05-19 Dr.Smiledrawing: separate drawing text reading from outline...
2017-09-17 Dr.SmileRename DBBox to ASS_DRect for uniformity
2017-09-17 Dr.SmileReplace FreeType types with libass native types
2017-07-31 Dr.Smilerenderer: switch to using two border outlines instead...
2017-07-31 Dr.Smilerenderer: remove legacy FreeType rasterizer
2017-07-31 Dr.Smilestroker: implement fast two-outline stroker
2017-01-30 Dr.Smilerender: remove redundant has_clips
2016-12-28 Dr.Smileapi: make ass_set_cache_limits() work on total bitmap...
2016-11-12 Dan OscarssonAdd text justification
2016-06-30 Dr.Smilerender: add refcounting functionality to image lists
2016-06-30 Dr.Smilerender: keep track of any associated resources within...
2016-06-30 Dr.Smilecache: keep ref_count of all active objects nonzero
2016-06-30 Dr.Smilecache: switch to gradual cache clearing
2015-10-07 wm4Use proper include statement for HarfBuzz
2015-09-22 Grigori GoronzyMerge pull request #84 from astiob/msvc
2015-09-17 Oleg OshmyanMove ASS_Shaper declaration to ass_shaper.h
2015-09-07 Grigori GoronzyMerge branch 'fonts'
2015-07-10 Grigori GoronzyCustom font matching and font sources
2015-07-04 Dr.SmileImplement cascade gaussian blur
2015-06-25 Dr.SmileSwitch to virtual function table
2015-06-23 Grigori GoronzyMerge pull request #160 from astiob/be
2015-05-24 Oleg OshmyanApply fade only when the fade alpha is positive (like...
2015-05-10 wm4Remove RenderContext.drawing
2015-03-16 wm4Don't use margins for events that should not be overridden
2015-02-26 wm4Allow more fine grained control over style overrides
2015-01-27 Dr.SmileClean up bitmap combining
2014-11-23 Dr.SmileReplace FT_Outline with ASS_Outline
2014-11-13 wm4Move apply_blur() to ass_bitmap.c
2014-10-17 wm4Provide slightly more fine-grained control over style...
2014-06-04 wm4Add a mechanism for selective style overrides
2014-06-01 Grigori GoronzyMerge pull request #100 from astiob/stroke
2014-06-01 wm4Fix change detection when text is clipped to screen
2014-06-01 wm4Remove bitmap restriding
2014-04-29 Dr.SmileImplement fast quad-tree rasterizer in C and x86/SSE2...
2014-03-06 Grigori GoronzyMerge pull request #61 from wm4/fix2
2014-03-06 wm4Fix change detection in presence of vector clips
2014-01-29 Oleg OshmyanFix subpixel jumping of rotated glyph runs
2014-01-26 11rcombsMake apply_blur and make_shadow_bitmap static; remove...
2014-01-26 Oleg OshmyanSimplify storage size handling
2014-01-26 11rcombsCombine bitmaps before applying blur and shadow
2014-01-08 Grigori GoronzyMerge pull request #17 from astiob/compat
2014-01-08 Oleg OshmyanDo not reset \pbo and \p values after each drawing
2013-09-25 wm4Fix Hinting again
2013-03-29 wm4Don't overwrite user-defined aspect ratio settings
2013-03-04 Grigori Goronzyshaper: proper script/language handling
2013-03-03 Oleg OshmyanAdd ass_set_storage_size and fix related scaling issues
2012-10-01 wm4Fix change detection when cache is cleared
2012-10-01 wm4Add ass_set_line_position() API function for subtitle...
2012-09-29 wm4Fix resetting border style with \rSTYLE
2012-04-21 Grigori GoronzyRefactor and fix border generation
2012-03-11 Grigori GoronzySupport \rSTYLENAME syntax
2011-10-02 Grigori GoronzyLetter spacing is a per-cluster property
2011-08-07 Grigori GoronzyRuntime shaper selection
2011-07-15 Grigori GoronzyUse the "font encoding" property as a base direction...
2011-07-13 Grigori GoronzyIntroduce ASS_Shaper object
2011-07-12 Grigori GoronzyVarious small fixes to HarfBuzz rendering
2011-07-11 Grigori GoronzySupport glyph clusters of multiple glyphs
2011-07-11 Grigori GoronzyHarfBuzz shaping support
2011-07-06 Grigori GoronzyProvisional bidi and shaping support
2011-07-04 Grigori GoronzySeparate event parsing and layout
2011-07-04 Grigori GoronzyRemove unused struct member
2011-07-04 Grigori GoronzyIntroduce bitmap runs
2011-06-27 Grigori Goronzycache: use outline-bitmap hierarchy to slim down bitmap...
2011-06-27 Grigori Goronzycache: unified outline cache for glyphs/drawings
2011-06-20 Grigori GoronzyConvert outline processing and caching from glyphs...
2011-06-07 Grigori GoronzyMuch improved cache/hashmap implementation
2011-06-06 Grigori Goronzyrefactor: move track init into ass track parser
2011-05-30 Grigori GoronzyMatch first occurence of \fade, \fad, \an and \a tags
2010-09-28 Grigori GoronzyRelicense to ISC
2010-08-01 Grigori Goronzyrefactor: move ASS_Renderer getters/setters/etc into...
2009-09-01 Grigori GoronzyRefactor: move event parsing code into separate file
2009-08-22 Grigori GoronzyTrim whitespace after line wrapping
2009-08-13 Grigori GoronzyUse event bbox for collision detection
2009-08-12 Grigori GoronzySupport \q override tag
2009-08-07 Grigori GoronzyFactor out renderer types into separate file