]> granicus.if.org Git - libass/history - libass/ass_bitmap.c
Introduce bitmap runs
[libass] / libass / ass_bitmap.c
2011-07-04 Grigori GoronzyFix box blur for non-bordered outlines
2011-06-26 Grigori GoronzyRemove outdated comment
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
2011-06-13 Grigori GoronzyRender outlines, not glyphs
2010-09-28 Grigori GoronzyRelicense to ISC
2010-08-09 Grigori GoronzyGet rid of NULL checks for free
2010-08-01 Grigori GoronzyCheck vector clip mask bounding box size
2010-06-27 Grigori GoronzySimple optimizations to memory handling
2009-09-16 Grigori GoronzyCopy shadow bitmap from glyph bitmap
2009-09-01 Grigori Goronzyopaque box: do not subtract glyph from border
2009-09-01 Grigori GoronzyRevert "Merge glyph and outline bitmap better"
2009-08-06 Grigori GoronzyRename typedefs (breaks API)
2009-07-27 Grigori GoronzyClean up typedefs/structs
2009-07-22 Grigori GoronzyFix rasterizer error handling (double free)
2009-07-12 Grigori GoronzyMerge glyph and outline bitmap better
2009-07-12 Grigori GoronzyRedo border calculations for \be and \blur
2009-07-11 Grigori GoronzyMessage callback funtionality
2009-07-10 Grigori GoronzyReplace string defines with real strings
2009-07-10 Grigori GoronzyMove gaussian blur into bitmap handling code
2009-07-10 Grigori GoronzySlight optimizations for \be, \blur
2009-06-29 Grigori Goronzyshift_bitmap: do not rely on compiler optimizations
2009-06-29 Grigori GoronzySubpixel accurate shadow rendering
2009-06-27 Grigori GoronzyInclude ass_utils.h instead of mputils.h
2009-06-27 Grigori GoronzyRename various non-static functions
2009-06-27 Grigori GoronzyRename mp_msg to ass_msg
2009-06-20 gregReindent all source code.
2009-06-19 gregEnlarge glyph size more for \blur to avoid artefacts.
2009-05-13 diegowhitespace cosmetics: Remove all trailing whitespace.
2009-03-06 gregFix \be blur start position.
2009-03-06 gregUse blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for...
2009-03-05 gregHack: half-merge glyph border with outline to avoid...
2009-03-01 eugeniFix a memory leak.
2009-02-27 eugeniFix memory leak produced by the \blur patch.
2009-02-27 eugeniStronger blur.
2009-02-07 eugeniAllow \be with arguments other than 0 or 1. Implement...
2008-08-07 eugeniIf (has outline) blur(outline) else blur(glyph).
2008-05-14 diegoSpeak of libass instead of MPlayer in the libass licens...
2008-05-13 diegoUse standard license header.
2008-02-22 eugeniCheck glyph bounding box before rasterizing and complai...
2007-04-01 uau"()" to "(void)" function param list fixes
2006-11-19 kraymerMSGTRs for libass
2006-11-19 eugeniCollect all includes of mplayer headers in libass in...
2006-11-13 eugeniPartial fix for semitransparent glyph outlines.
2006-11-03 eugeniIntroduce MSGT_ASS, use it for all libass messages.
2006-10-29 eugeniRevert r20517.
2006-10-29 eugeniCopy the following functions to libass to avoid depende...
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-24 eugeniFree memory in ass_synth_done().
2006-09-23 eugeniReduce size of non-blurred bitmaps.
2006-09-23 eugeniCosmetics. Change indentation of block of code to make...
2006-09-23 eugeniBetter fix_outline implementation. No more "fix_outline...
2006-09-17 eugeniReduce code duplication in init_render_context().
2006-09-16 eugeniSubtract glyph bitmap from outline bitmap.
2006-09-16 eugeniAdd \be (blur edges) support to libass.
2006-09-16 eugeniStore bitmap glyphs in a separate struct, instead of...