log libass/ass_cache.h @ 37195:ac6c37d85d65 default tip

age author description
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, 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.
Thu, 05 Mar 2009 20:47:33 +0000 greg Combine adjacent overlapping, translucent glyph borders and shadows to
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.
Mon, 14 May 2007 20:41:14 +0000 eugeni Support fractional font sizes.
Thu, 03 May 2007 19:13:54 +0000 eugeni Make cache_*_add functions return the pointer to new (copied) value.
Tue, 01 May 2007 14:29:28 +0000 eugeni Bugfix: glyph cache depends on border width, because it contains outline_glyph
Fri, 20 Apr 2007 23:19:23 +0000 eugeni Add shift_[xy] (vector that is added to the glyph before transformation) to
Fri, 20 Apr 2007 23:14:12 +0000 eugeni Remove bbox and advance vector from bitmap cache.
Fri, 20 Apr 2007 23:13:34 +0000 eugeni Store outline_glyph (glyph border) in glyph cache.
Fri, 20 Apr 2007 23:04:21 +0000 eugeni Add outline glyph cache (unused yet).
Fri, 20 Apr 2007 23:02:20 +0000 eugeni Rename glyph cache to bitmap cache.
Fri, 20 Apr 2007 23:00:30 +0000 eugeni Add generic hash map implementation.
Fri, 16 Feb 2007 17:54:47 +0000 eugeni Implement \frx and \fry (and reimplement \frz) as 3d rotations.
Fri, 16 Feb 2007 17:51:07 +0000 eugeni Consistently name z-axis rotation angle "frz".
Tue, 28 Nov 2006 22:17:33 +0000 eugeni Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify
Mon, 27 Nov 2006 17:56:49 +0000 eugeni Don't include freetype headers in other headers.
Mon, 27 Nov 2006 17:50:05 +0000 eugeni Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
Mon, 27 Nov 2006 17:13:52 +0000 eugeni Move ass_font_t allocation to ass_font.h.
Sun, 26 Nov 2006 22:49:27 +0000 eugeni Move fonts-related code to a separate file.
Sun, 26 Nov 2006 20:53:29 +0000 eugeni Make ass_new_font return ass_font_t struct (instead of just FT_Face).
Sun, 26 Nov 2006 20:38:06 +0000 eugeni Move ass_font_t to header.
Sun, 26 Nov 2006 20:34:54 +0000 eugeni Rename:
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: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.
Sat, 26 Aug 2006 19:00:21 +0000 eugeni Reset glyph cache on reconfigure.
Fri, 07 Jul 2006 18:26:51 +0000 eugeni Initial libass release (without mencoder support).