]> granicus.if.org Git - libass/history - libass/ass_bitmap.h
Consolidate and quantize all transformations
[libass] / libass / ass_bitmap.h
2019-05-19 Dr.SmileConsolidate and quantize all transformations
2017-09-17 Dr.SmileReplace FreeType types with libass native types
2017-07-31 Dr.Smilerenderer: fix handling of empty outlines
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.Smilecosmetic: extract most of the outline-related functions...
2016-09-24 Rodger Combsbitmap: use calloc instead of malloc/memset
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-02-10 Oleg OshmyanAdd enough padding for \be to avoid clipping
2015-02-10 Oleg OshmyanCalculate \be using [0..64] value range (like VSFilter)
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-06-01 Grigori GoronzyMerge pull request #100 from astiob/stroke
2014-06-01 wm4Remove bitmap restriding
2014-04-29 Dr.SmileImplement fast quad-tree rasterizer in C and x86/SSE2...
2014-02-02 wm4Use a function for aligned memory allocations
2014-01-26 11rcombsCombine bitmaps before applying blur and shadow
2012-12-28 Oleg OshmyanProperly render opaque box shadows even when there...
2011-06-26 Grigori Goronzybitmap: add stride
2011-06-21 Grigori GoronzyRemove unused function
2011-06-15 Grigori GoronzyConvert to high-level rasterizer parts to outlines
2010-09-28 Grigori GoronzyRelicense to ISC
2010-08-01 Grigori GoronzyCheck vector clip mask bounding box size
2009-09-01 Grigori Goronzyopaque box: do not subtract glyph from border
2009-08-06 Grigori GoronzyRename typedefs (breaks API)
2009-07-27 Grigori GoronzyClean up typedefs/structs
2009-07-11 Grigori GoronzyMessage callback funtionality
2009-06-29 Grigori GoronzySubpixel accurate shadow rendering
2009-06-20 gregReindent all source code.
2009-03-06 gregUse blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for...
2009-02-07 eugeniAllow \be with arguments other than 0 or 1. Implement...
2008-05-14 diegoSpeak of libass instead of MPlayer in the libass licens...
2008-05-13 diegoUse standard license header.
2008-03-05 diegoAdd missing header #includes to fix 'make checkheaders'.
2008-01-29 diegoConsistently give all libass multiple inclusion guards...
2007-12-31 diegoAdd explanatory comments to the #endif part of multiple...
2007-07-02 diegoDo not use leading underscores in multiple inclusion...
2007-04-01 uau"()" to "(void)" function param list fixes
2006-10-01 eugeniAdd copyright notice and vim/emacs comments to libass...
2006-09-24 eugeniCosmetics: add some comments.
2006-09-24 eugeniShadow support in libass.
2006-09-16 eugeniAdd \be (blur edges) support to libass.
2006-09-16 eugeniStore bitmap glyphs in a separate struct, instead of...