summaryrefslogtreecommitdiffstats
path: root/libass/ass_fontconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Fix libass to support -nofontconfig.ulion2007-12-121-0/+14
* Fix compilation of ass_fontconfig.c when fontconfig is disabled.iive2007-08-041-1/+2
* More simple and correct font reselection.eugeni2007-08-031-35/+17
* Move variables and a function under #ifdef FC_VERSION to avoid warnings.eugeni2007-05-031-10/+12
* Deallocate FontConfig objects.eugeni2007-05-031-9/+14
* Don't check if user-supplied default font path exists.eugeni2007-04-101-6/+1
* Add some missing includes.eugeni2007-02-221-0/+3
* Update some comments.eugeni2006-12-171-6/+12
* Avoid "pointer targets differ in signedness" warnings.eugeni2006-12-161-2/+2
* Open embedded fonts directly from memory.eugeni2006-12-031-4/+42
* Keep embedded fonts in ass_library_t and perform actual disk writeeugeni2006-12-031-2/+92
* If a glyph is not found in the current font, switch to another one.eugeni2006-11-281-14/+51
* Remove obsolete "no_more_font_messages" hack.eugeni2006-11-261-7/+4
* MSGTRs for libasskraymer2006-11-191-13/+12
* Collect all includes of mplayer headers in libass in a single file (mputils.h).eugeni2006-11-191-1/+1
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-031-13/+13
* Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is b...reimar2006-10-081-1/+5
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-011-0/+20
* Cosmetics: fix indentation after last commit.eugeni2006-09-191-23/+23
* Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.eugeni2006-09-191-1/+4
* no c++ decls!rfelker2006-08-211-1/+3
* Use FontConfig cache to speedup mplayer startup.eugeni2006-08-061-0/+28
* Cosmetics.eugeni2006-07-131-1/+1
* Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, re...eugeni2006-07-131-4/+6
* Only match outline fonts.eugeni2006-07-101-0/+7
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+192