]> granicus.if.org Git - libass/history - libass/ass_render.c
Use the "font encoding" property as a base direction hint
[libass] / libass / ass_render.c
2011-07-15 Grigori GoronzyUse the "font encoding" property as a base direction...
2011-07-13 Grigori GoronzyRestore italic to non-italic transition layout fix
2011-07-13 Grigori GoronzyDisable currently unused bitmap run code
2011-07-13 Grigori GoronzyAdd kerning toggle for HarfBuzz shaping
2011-07-13 Grigori GoronzyFix layout with fsp/fay features enabled
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-11 Grigori GoronzySeparate glyph font face matching and glyph loading
2011-07-09 Grigori GoronzyFix bitmap cache
2011-07-09 Grigori GoronzyReorder positions for "Banner" effect text
2011-07-09 Grigori GoronzyRedesign horizontal alignment calculations for bidi
2011-07-08 Grigori GoronzyFix coordinates after repositioning
2011-07-06 Grigori Goronzyshaper: print version info string
2011-07-06 Grigori GoronzyProvisional bidi and shaping support
2011-07-04 Grigori GoronzySeparate event parsing and layout
2011-07-04 Grigori GoronzyIntroduce bitmap runs
2011-07-04 Grigori GoronzyFix: VSFilter compat: don't render shadow when glyph...
2011-07-01 Grigori GoronzyCache ascender/descender
2011-06-27 Grigori GoronzyFix stride support in vector clips
2011-06-27 Grigori Goronzycache: unified bitmap cache
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-26 Grigori Goronzybitmap: add stride
2011-06-20 Grigori GoronzyUse bare outlines for drawings
2011-06-20 Grigori GoronzyConvert outline processing and caching from glyphs...
2011-06-15 Grigori GoronzyConvert to high-level rasterizer parts to outlines
2011-06-13 Grigori GoronzyStroker: process outlines directly
2011-06-11 Grigori GoronzyFix whitespace trimming
2011-06-07 Grigori GoronzyMuch improved cache/hashmap implementation
2011-06-06 Grigori Goronzyrefactor: move track init into ass track parser
2011-06-06 Grigori Goronzyrefactor: move karaoke effect parsing into event parser
2011-05-30 Grigori GoronzyMatch first occurence of \fade, \fad, \an and \a tags
2011-04-08 Grigori GoronzyVSFilter compat: don't render shadow when glyph/border...
2011-02-09 Grigori GoronzySimplify word wrapping and fix possible endless loop
2010-09-28 Grigori GoronzyRelicense to ISC
2010-08-12 Grigori GoronzyOnly word wrap on spaces
2010-08-09 Grigori GoronzyGet rid of NULL checks for free
2010-08-09 Grigori GoronzyFix drawing leakage: delay glyph allocation
2010-08-01 Grigori GoronzyCheck vector clip mask bounding box size
2010-08-01 Grigori GoronzyFix TextInfo reallocation
2010-08-01 Grigori GoronzyDon't initialize bitmap hash key with bogus values
2010-08-01 Grigori Goronzyrefactor: extract glyph hash key fill
2010-08-01 Grigori Goronzyrefactor: move transformation/projection functions
2010-08-01 Grigori GoronzyCosmetics: various cleanups in ass_render.c
2010-08-01 Grigori GoronzyHandle allocation failure of clipped bitmaps
2010-08-01 Grigori GoronzyCheck ASS_Image allocation
2010-08-01 Grigori Goronzyrefactor: remove unneeded includes
2010-08-01 Grigori Goronzyrefactor: move ASS_Renderer getters/setters/etc into...
2010-08-01 Grigori Goronzyrefactor: extract bitmap hash key fill
2010-08-01 Grigori Goronzyrefactor: extract cache check/management
2010-08-01 Grigori GoronzyLimit (bitmap) glyph cache size
2010-07-29 Grigori GoronzyParse vector clip mask only after cache miss
2010-07-22 Grigori GoronzyCache vector clip masks
2010-07-22 Grigori Goronzyrefactor: move position translation functions
2010-07-22 Grigori GoronzyBetter PAR correction
2010-07-14 Grigori GoronzyDrawing cache: include scale factor in hash key
2010-07-14 Grigori GoronzyAvoid unnecessary conditional and initializations
2010-06-27 Grigori GoronzySimple optimizations to memory handling
2010-06-26 Grigori GoronzyReduce number of glyph copies
2010-06-26 Grigori GoronzyAdd fixups for various font defects
2010-06-07 Grigori GoronzyFix off-by-one error in cbox calculation
2010-02-12 Grigori GoronzyMove frame size setup into ass_reconfigure
2010-02-06 Grigori GoronzyUse font scaling coefficient 1.0 by default
2010-02-06 Grigori GoronzyDo not try to render if fonts have not been configured
2010-01-21 Grigori GoronzySkip border generation if glyph is collapsed
2010-01-18 Grigori GoronzyAdjust a few message levels and message texts
2010-01-07 Grigori GoronzyUse conversion functions to generate cache keys
2010-01-07 Grigori GoronzyImprove rotation cache accuracy
2010-01-05 Grigori GoronzyReset clip_mode on new events
2009-10-11 Grigori GoronzyFix libass w/o fontconfig
2009-09-16 Grigori GoronzyRefactor: effect parsing should be in ass_parse.c
2009-09-08 Grigori GoronzyDisable kerning by default and make it configurable
2009-09-01 Grigori GoronzyRefactor: move event parsing code into separate file
2009-09-01 Grigori GoronzyFix underrun in slant pen correction
2009-09-01 Grigori GoronzyHandle illegal \a tags like VSFilter
2009-09-01 Grigori Goronzyopaque box: do not subtract glyph from border
2009-08-31 Grigori GoronzyCalculate glyph slant width correctly
2009-08-23 Grigori GoronzyFix order of pen advance assignments
2009-08-23 Grigori GoronzyFix opaque box sizing again
2009-08-23 Grigori GoronzyFix glyph overlap blending
2009-08-22 Grigori GoronzyScale kerning according to x font scaling factor
2009-08-22 Grigori GoronzyTrim whitespace after line wrapping
2009-08-20 Grigori GoronzyClip vector blending: do not copy last row padding
2009-08-20 Grigori GoronzyAdjust shearing behavior to match VSFilter
2009-08-20 Grigori GoronzyVSFilter quirk: double-scale widths of opaque boxes
2009-08-15 Grigori GoronzyFix caching of underlined/striked out glyphs
2009-08-13 Grigori GoronzyImplement wrap style 1
2009-08-13 Grigori GoronzyCosmetics: ass_render.c formatting
2009-08-13 Grigori GoronzyUse event bbox for collision detection
2009-08-13 Grigori GoronzyScale ascender/descender for opaque boxes
2009-08-12 Grigori GoronzyDo not draw opaque box if border size zero
2009-08-12 Grigori GoronzyBorderStyle cache integration
2009-08-12 Grigori GoronzyAlways parse colors as hex for ASS tracks
2009-08-12 Grigori GoronzyFix italic to non-italic space handling
2009-08-12 Grigori GoronzySupport \q override tag
2009-08-12 Grigori GoronzyImplement BorderStyle 3
2009-08-11 Grigori GoronzyFix advance for italic to non-italic style changes
2009-08-07 Grigori GoronzyFactor out renderer types into separate file
next