aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_fontconfig.c
Commit message (Expand)AuthorAge
* Add some missing includes.Gravatar eugeni2007-02-22
* Update some comments.Gravatar eugeni2006-12-17
* Avoid "pointer targets differ in signedness" warnings.Gravatar eugeni2006-12-16
* Open embedded fonts directly from memory.Gravatar eugeni2006-12-03
* Keep embedded fonts in ass_library_t and perform actual disk writeGravatar eugeni2006-12-03
* If a glyph is not found in the current font, switch to another one.Gravatar eugeni2006-11-28
* Remove obsolete "no_more_font_messages" hack.Gravatar eugeni2006-11-26
* MSGTRs for libassGravatar kraymer2006-11-19
* Collect all includes of mplayer headers in libass in a single file (mputils.h).Gravatar eugeni2006-11-19
* Introduce MSGT_ASS, use it for all libass messages.Gravatar eugeni2006-11-03
* Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is b...Gravatar reimar2006-10-08
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.Gravatar eugeni2006-10-01
* Cosmetics: fix indentation after last commit.Gravatar eugeni2006-09-19
* Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.Gravatar eugeni2006-09-19
* no c++ decls!Gravatar rfelker2006-08-21
* Use FontConfig cache to speedup mplayer startup.Gravatar eugeni2006-08-06
* Cosmetics.Gravatar eugeni2006-07-13
* Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, re...Gravatar eugeni2006-07-13
* Only match outline fonts.Gravatar eugeni2006-07-10
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07