log libass/ass_bitmap.c @ 37195:ac6c37d85d65 default tip

age author description
Tue, 24 Sep 2013 20:50:02 +0000 reimar Update libass to latest git version.
Sat, 03 Dec 2011 21:35:56 +0000 reimar Update libass to 0.10 release.
Sun, 11 Sep 2011 10:33:13 +0000 reimar Update included libass copy to 0.9.13 release.
Wed, 11 Aug 2010 01:14:37 +0000 greg Import libass 0.9.11
Fri, 06 Aug 2010 21:13:41 +0000 greg Import libass 0.9.10
Fri, 08 Jan 2010 18:35:44 +0000 greg Update internal libass copy to commit 8db4a5
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 06 Mar 2009 09:20:14 +0000 greg Fix \be blur start position.
Fri, 06 Mar 2009 01:17:05 +0000 greg Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.
Thu, 05 Mar 2009 20:36:35 +0000 greg Hack: half-merge glyph border with outline to avoid ugly anti-aliasing
Sun, 01 Mar 2009 19:31:29 +0000 eugeni Fix a memory leak.
Fri, 27 Feb 2009 23:06:40 +0000 eugeni Fix memory leak produced by the \blur patch.
Fri, 27 Feb 2009 23:06:37 +0000 eugeni Stronger blur.
Sat, 07 Feb 2009 01:13:02 +0000 eugeni Allow \be with arguments other than 0 or 1. Implement \blur.
Thu, 07 Aug 2008 22:20:58 +0000 eugeni If (has outline) blur(outline) else blur(glyph).
Wed, 14 May 2008 17:21:58 +0000 diego Speak of libass instead of MPlayer in the libass license headers.
Tue, 13 May 2008 08:02:23 +0000 diego Use standard license header.
Fri, 22 Feb 2008 19:31:53 +0000 eugeni Check glyph bounding box before rasterizing and complain if it is too large.
Sun, 01 Apr 2007 21:59:54 +0000 uau "()" to "(void)" function param list fixes
Sun, 19 Nov 2006 22:35:17 +0000 kraymer MSGTRs for libass
Sun, 19 Nov 2006 00:41:00 +0000 eugeni Collect all includes of mplayer headers in libass in a single file (mputils.h).
Mon, 13 Nov 2006 16:35:15 +0000 eugeni Partial fix for semitransparent glyph outlines.
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.