aboutsummaryrefslogtreecommitdiffhomepage
path: root/ass_mp.h
Commit message (Collapse)AuthorAge
* ass_mp.[ch]: #include "config.h"Gravatar Uoti Urpala2010-11-02
| | | | | It was indirectly included through subreader.h but better do it explicitly. ass_mp.h also included itself, remove that.
* Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|
* subs: support loading external ASS subtitles via stream layerGravatar Uoti Urpala2010-03-09
| | | | | | | | | Previously the argument of the "-sub" option was always interpreted as a local filename when trying to read it as a libass file. Use the stream layer to read it instead, so that protocols like 'http://' are also supported like they are for the main video/audio file. Based on patch by Yuriy Kaminskiy <yumkam@mail.ru>
* Disable libass fallbacks for fontconfig < 2.4.2Gravatar Grigori Goronzy2010-01-27
| | | | | | | | | | 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 structGravatar Uoti Urpala2009-12-02
|
* Change type names to match upstream libassGravatar Grigori Goronzy2009-08-07
|
* Remove internal libass treeGravatar Uoti Urpala2009-07-26
Remove the libass/ directory and use the newest standalone version of the library instead.