summaryrefslogtreecommitdiffstats
path: root/libass/ass_mp.c
Commit message (Expand)AuthorAgeFilesLines
* Enable ass_line_spacing option.eugeni2007-09-181-0/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+1
* Correct font size in libass.eugeni2007-05-191-2/+1
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-271-1/+8
* "()" to "(void)" function param list fixesuau2007-04-011-1/+1
* Avoid invalid memory access in ass_process_subtitle for empty subtitlesreimar2007-01-071-1/+1
* Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.eugeni2006-12-171-0/+8
* 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