summaryrefslogtreecommitdiffstats
path: root/libass/ass_mp.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.eugeni2006-11-051-1/+3
* Cosmetics: indentation fix.eugeni2006-11-051-8/+8
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-031-1/+1
* Move ass_library initialization code to ass_mp.c.eugeni2006-10-291-0/+11
* Don't set PlayResX for plaintext subtitles.eugeni2006-10-291-1/+0
* Add \N at the end of each subtitle line when converting from subdata.eugeni2006-10-291-2/+2
* Libass interface reworked:eugeni2006-10-281-9/+15
* If HAVE_FONTCONFIG is not defined, font_fontconfig might be declared bothreimar2006-10-281-5/+4
* Split ass_configure() into several smaller functions.eugeni2006-10-261-0/+28
* Reduce margins for plaintext subtitles.eugeni2006-10-091-3/+3
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-011-0/+20
* Apply -ass-force-style also to matroska plaintext subs.eugeni2006-09-031-1/+1
* Cosmetics: restore indentation after recent changes.eugeni2006-09-031-49/+49
* Add -ass-styles option. It allows to load styles from a file and use themeugeni2006-09-031-4/+11
* ass-color and ass-border-color options.eugeni2006-09-031-3/+12
* Add support for rendering matroska plaintext subtitles with libass.eugeni2006-09-021-27/+76
* Change default font family and color for plain text subs.eugeni2006-08-291-4/+4
* Bugfix: strdup of NULL value.eugeni2006-08-291-1/+1
* Apply -ass-force-style also to tracks generated from subdata.eugeni2006-08-291-0/+2
* Add -(no)ass-use-margins option.eugeni2006-08-281-0/+1
* New cmdline option: -ass-force-style.eugeni2006-08-221-0/+1
* use of malloc without prototype.. very bad on 64bit archsrfelker2006-08-211-0/+1
* Replace stdint.h with inttypes.h.eugeni2006-08-151-1/+1
* Add subdata to ass_track conversion for external subtitles.eugeni2006-08-151-0/+99
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+10