log libass/ass_bitmap.c @ 30606:caaa73737ef1

age author description
2010-01-08 greg Update internal libass copy to commit 8db4a5
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-06 greg Fix \be blur start position.
2009-03-06 greg Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.
2009-03-05 greg Hack: half-merge glyph border with outline to avoid ugly anti-aliasing
2009-03-01 eugeni Fix a memory leak.
2009-02-27 eugeni Fix memory leak produced by the \blur patch.
2009-02-27 eugeni Stronger blur.
2009-02-07 eugeni Allow \be with arguments other than 0 or 1. Implement \blur.
2008-08-07 eugeni If (has outline) blur(outline) else blur(glyph).
2008-05-14 diego Speak of libass instead of MPlayer in the libass license headers.
2008-05-13 diego Use standard license header.
2008-02-22 eugeni Check glyph bounding box before rasterizing and complain if it is too large.
2007-04-01 uau "()" to "(void)" function param list fixes
2006-11-19 kraymer MSGTRs for libass
2006-11-19 eugeni Collect all includes of mplayer headers in libass in a single file (mputils.h).
2006-11-13 eugeni Partial fix for semitransparent glyph outlines.
2006-11-03 eugeni Introduce MSGT_ASS, use it for all libass messages.
2006-10-29 eugeni Revert r20517.
2006-10-29 eugeni Copy the following functions to libass to avoid dependency on the rest of mplayer:
2006-10-01 eugeni Add copyright notice and vim/emacs comments to libass and vf_ass.c.
2006-09-24 eugeni Cosmetics: add some comments.
2006-09-24 eugeni Shadow support in libass.
2006-09-24 eugeni Free memory in ass_synth_done().
2006-09-23 eugeni Reduce size of non-blurred bitmaps.
2006-09-23 eugeni Cosmetics. Change indentation of block of code to make it consistent with
2006-09-23 eugeni Better fix_outline implementation. No more "fix_outline failed" messages,
2006-09-17 eugeni Reduce code duplication in init_render_context().
2006-09-16 eugeni Subtract glyph bitmap from outline bitmap.
2006-09-16 eugeni Add \be (blur edges) support to libass.
2006-09-16 eugeni Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.