index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libass
/
ass_fontconfig.c
Commit message (
Expand
)
Author
Age
*
Move variables and a function under #ifdef FC_VERSION to avoid warnings.
eugeni
2007-05-03
*
Deallocate FontConfig objects.
eugeni
2007-05-03
*
Don't check if user-supplied default font path exists.
eugeni
2007-04-10
*
Add some missing includes.
eugeni
2007-02-22
*
Update some comments.
eugeni
2006-12-17
*
Avoid "pointer targets differ in signedness" warnings.
eugeni
2006-12-16
*
Open embedded fonts directly from memory.
eugeni
2006-12-03
*
Keep embedded fonts in ass_library_t and perform actual disk write
eugeni
2006-12-03
*
If a glyph is not found in the current font, switch to another one.
eugeni
2006-11-28
*
Remove obsolete "no_more_font_messages" hack.
eugeni
2006-11-26
*
MSGTRs for libass
kraymer
2006-11-19
*
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
2006-11-19
*
Introduce MSGT_ASS, use it for all libass messages.
eugeni
2006-11-03
*
Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is b...
reimar
2006-10-08
*
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
2006-10-01
*
Cosmetics: fix indentation after last commit.
eugeni
2006-09-19
*
Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.
eugeni
2006-09-19
*
no c++ decls!
rfelker
2006-08-21
*
Use FontConfig cache to speedup mplayer startup.
eugeni
2006-08-06
*
Cosmetics.
eugeni
2006-07-13
*
Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, re...
eugeni
2006-07-13
*
Only match outline fonts.
eugeni
2006-07-10
*
Initial libass release (without mencoder support).
eugeni
2006-07-07