log libass/ass_bitmap.c @ 20629:e8885ec63928

age author description
Fri, 03 Nov 2006 18:15:33 +0000 eugeni Introduce MSGT_ASS, use it for all libass messages.
Sun, 29 Oct 2006 17:29:55 +0000 eugeni Revert r20517.
Sun, 29 Oct 2006 15:03:30 +0000 eugeni Copy the following functions to libass to avoid dependency on the rest of mplayer:
Sun, 01 Oct 2006 17:09:04 +0000 eugeni Add copyright notice and vim/emacs comments to libass and vf_ass.c.
Sun, 24 Sep 2006 16:15:47 +0000 eugeni Cosmetics: add some comments.
Sun, 24 Sep 2006 16:04:37 +0000 eugeni Shadow support in libass.
Sun, 24 Sep 2006 15:50:31 +0000 eugeni Free memory in ass_synth_done().
Sat, 23 Sep 2006 18:35:19 +0000 eugeni Reduce size of non-blurred bitmaps.
Sat, 23 Sep 2006 17:54:24 +0000 eugeni Cosmetics. Change indentation of block of code to make it consistent with
Sat, 23 Sep 2006 00:15:00 +0000 eugeni Better fix_outline implementation. No more "fix_outline failed" messages,
Sun, 17 Sep 2006 15:32:01 +0000 eugeni Reduce code duplication in init_render_context().
Sat, 16 Sep 2006 19:01:56 +0000 eugeni Subtract glyph bitmap from outline bitmap.
Sat, 16 Sep 2006 13:32:46 +0000 eugeni Add \be (blur edges) support to libass.
Sat, 16 Sep 2006 13:08:17 +0000 eugeni Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.