Mercurial > mplayer.hg
log sub/font_load_ft.c @ 35684:7801d585b06c
age | author | description |
---|---|---|
Thu, 01 Nov 2012 21:42:40 +0000 | reimar | More strict check so it is actually possible to trigger. |
Wed, 16 May 2012 21:30:07 +0000 | reimar | Initialize "result" variable since FcFontMatch only sets it on failure. |
Wed, 16 May 2012 21:30:06 +0000 | reimar | Add result argument to second FcFontMatch argument, just like for the first. |
Sat, 07 May 2011 20:55:21 +0000 | reimar | Add some "const" to avoid compiler warnings. |
Sat, 20 Nov 2010 11:39:05 +0000 | komh | Set font_fontconfig to -1 if CONFIG_FONTCONFIG is not configured. |
Sun, 07 Nov 2010 12:47:40 +0000 | diego | Remove some useless NULL pointer checks before invoking free() on the pointer. |
Wed, 27 Oct 2010 17:37:29 +0000 | cigaes | Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub. |