log libvo/font_load_ft.c @ 23338:2a66d95355f0

age author description
Sun, 20 May 2007 16:10:45 +0000 ben add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles
Fri, 15 Dec 2006 08:20:05 +0000 ods15 gcc 2.95 fix
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
Wed, 06 Dec 2006 11:28:49 +0000 reimar Properly free fontconfig patterns
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Wed, 22 Nov 2006 19:21:16 +0000 uau Make compilation depending on USE_OSD unconditional.
Sat, 04 Nov 2006 10:21:52 +0000 henry changed email address
Sat, 16 Sep 2006 13:32:19 +0000 eugeni Make blur() public. Will be used in libass.
Fri, 28 Jul 2006 13:50:08 +0000 reimar Avoid large amounts of data on the stack (> 900k on 64 bit systems).
Fri, 28 Jul 2006 08:20:31 +0000 diego unused variable warning fix
Fri, 28 Jul 2006 08:10:37 +0000 diego Fixes the format string for the warning message on line 182 (%x
Sun, 09 Jul 2006 17:45:36 +0000 reynaldo Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org
Sat, 08 Jul 2006 15:26:36 +0000 uau Make some functions static.
Mon, 03 Jul 2006 23:27:37 +0000 reynaldo get_path as const, patch by Stefan Huehner, stefan AT huehner-org
Sun, 02 Jul 2006 03:59:36 +0000 reynaldo rm unnecesary casts from void* - part 2