log libass/ass_fontconfig.c @ 25553:6ac1ece1f9fe

age author description
Wed, 12 Dec 2007 10:00:34 +0000 ulion Fix libass to support -nofontconfig.
Sat, 04 Aug 2007 10:46:14 +0000 iive Fix compilation of ass_fontconfig.c when fontconfig is disabled.
Fri, 03 Aug 2007 13:43:11 +0000 eugeni More simple and correct font reselection.
Thu, 03 May 2007 20:10:14 +0000 eugeni Move variables and a function under #ifdef FC_VERSION to avoid warnings.
Thu, 03 May 2007 19:52:46 +0000 eugeni Deallocate FontConfig objects.
Tue, 10 Apr 2007 17:53:41 +0000 eugeni Don't check if user-supplied default font path exists.
Thu, 22 Feb 2007 15:48:37 +0000 eugeni Add some missing includes.
Sun, 17 Dec 2006 12:00:55 +0000 eugeni Update some comments.
Sat, 16 Dec 2006 19:19:27 +0000 eugeni Avoid "pointer targets differ in signedness" warnings.
Sun, 03 Dec 2006 18:24:11 +0000 eugeni Open embedded fonts directly from memory.
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:50:02 +0000 eugeni If a glyph is not found in the current font, switch to another one.
Sun, 26 Nov 2006 22:53:52 +0000 eugeni Remove obsolete "no_more_font_messages" hack.
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 18:15:33 +0000 eugeni Introduce MSGT_ASS, use it for all libass messages.
Sun, 08 Oct 2006 13:01:14 +0000 reimar Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is broken)
Sun, 01 Oct 2006 17:09:04 +0000 eugeni Add copyright notice and vim/emacs comments to libass and vf_ass.c.
Tue, 19 Sep 2006 13:07:45 +0000 eugeni Cosmetics: fix indentation after last commit.
Tue, 19 Sep 2006 13:06:44 +0000 eugeni Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.
Mon, 21 Aug 2006 21:46:59 +0000 rfelker no c++ decls!
Sun, 06 Aug 2006 17:56:01 +0000 eugeni Use FontConfig cache to speedup mplayer startup.
Thu, 13 Jul 2006 18:52:16 +0000 eugeni Cosmetics.
Thu, 13 Jul 2006 18:49:06 +0000 eugeni Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, requires escaping of some characters ('-', maybe more).
Mon, 10 Jul 2006 23:55:40 +0000 eugeni Only match outline fonts.
Fri, 07 Jul 2006 18:26:51 +0000 eugeni Initial libass release (without mencoder support).