summaryrefslogtreecommitdiffstats
path: root/ass_mp.c
Commit message (Collapse)AuthorAgeFilesLines
* Disable libass fallbacks for fontconfig < 2.4.2Grigori Goronzy2010-01-271-6/+2
| | | | | | | | | | libass doesn't support fontconfig < 2.4.2 so fallbacks for these ancient versions aren't needed anymore. Also update the man page (English, German) to reflect the change. Additionally note that -embeddedfonts controls the use of ASS script embedded fonts too. -embeddedfonts is now always enabled by default. Fonts are never extracted into a directory anymore but passed to libass via memory.
* options: Move ass_enabled to options structUoti Urpala2009-12-021-1/+0
|
* Use light autohinting by default in libassGrigori Goronzy2009-08-071-1/+1
| | | | | | | FreeType's native hinter causes rendering errors with many fonts, especially with broken fonts that unfortunately tend to be used a lot with SSA/ASS subtitles. Use the light autohinter for unscaled OSD by default to avoid these problems.
* Change type names to match upstream libassGrigori Goronzy2009-08-071-22/+22
|
* Remove internal libass treeUoti Urpala2009-07-261-0/+307
Remove the libass/ directory and use the newest standalone version of the library instead.