log libass/ass_cache.c @ 31963:e9d8a677874b

age author description
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.
Sun, 08 Mar 2009 16:13:21 +0000 eugeni Treat -font/-subfont as Fontconfig pattern in libass.
Thu, 05 Mar 2009 20:47:33 +0000 greg Combine adjacent overlapping, translucent glyph borders and shadows to
Fri, 16 May 2008 09:42:28 +0000 diego cosmetics: Remove useless parentheses from return statements.
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.
Thu, 03 May 2007 19:47:34 +0000 eugeni Fix stupid bug in r23229.
Thu, 03 May 2007 19:13:54 +0000 eugeni Make cache_*_add functions return the pointer to new (copied) value.
Fri, 20 Apr 2007 23:13:34 +0000 eugeni Store outline_glyph (glyph border) in glyph cache.
Fri, 20 Apr 2007 23:09:06 +0000 eugeni Oops, fix compilation broken in r23037.
Fri, 20 Apr 2007 23:06:12 +0000 eugeni Collect hit/miss statistic in hash map, and print in -v mode.
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.
Thu, 22 Feb 2007 15:48:37 +0000 eugeni Add some missing includes.
Fri, 16 Feb 2007 17:54:47 +0000 eugeni Implement \frx and \fry (and reimplement \frz) as 3d rotations.
Sun, 03 Dec 2006 17:59:13 +0000 eugeni Keep embedded fonts in ass_library_t and perform actual disk write
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:53:33 +0000 eugeni Fix compilation broken in previous commit.
Mon, 27 Nov 2006 17:13:52 +0000 eugeni Move ass_font_t allocation to ass_font.h.
Sun, 26 Nov 2006 22:53:52 +0000 eugeni Remove obsolete "no_more_font_messages" hack.
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, 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).
Fri, 03 Nov 2006 23:11:00 +0000 eugeni Prefer microsoft-specific charmaps to all other.