log libass/ass_bitmap.h @ 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.
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
Fri, 06 Mar 2009 01:17:05 +0000 greg Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.
Sat, 07 Feb 2009 01:13:02 +0000 eugeni Allow \be with arguments other than 0 or 1. Implement \blur.
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.
Wed, 05 Mar 2008 08:24:09 +0000 diego Add missing header #includes to fix 'make checkheaders'.
Tue, 29 Jan 2008 23:25:11 +0000 diego Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
Mon, 31 Dec 2007 16:15:50 +0000 diego Add explanatory comments to the #endif part of multiple inclusion guards.
Mon, 02 Jul 2007 22:34:45 +0000 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
Sun, 01 Apr 2007 21:59:54 +0000 uau "()" to "(void)" function param list fixes
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.
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.