aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_mp.c
Commit message (Expand)AuthorAge
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Speak of libass instead of MPlayer in the libass license headers.Gravatar diego2008-05-14
* Use standard license header.Gravatar diego2008-05-13
* Remove libass dependency on global font_fontconfig variable.Gravatar eugeni2008-04-30
* Add global ass_force_reload flag.Gravatar eugeni2008-01-23
* make libass use sub_font_name whenever it's possibleGravatar ben2007-12-16
* Fix libass to support -nofontconfig.Gravatar ulion2007-12-12
* Enable ass_line_spacing option.Gravatar eugeni2007-09-18
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Correct font size in libass.Gravatar eugeni2007-05-19
* Add -ass-hinting option for setting font hinting method.Gravatar eugeni2007-04-27
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Avoid invalid memory access in ass_process_subtitle for empty subtitlesGravatar reimar2007-01-07
* Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.Gravatar eugeni2006-12-17
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.Gravatar eugeni2006-11-05
* Cosmetics: indentation fix.Gravatar eugeni2006-11-05
* Introduce MSGT_ASS, use it for all libass messages.Gravatar eugeni2006-11-03
* Move ass_library initialization code to ass_mp.c.Gravatar eugeni2006-10-29
* Don't set PlayResX for plaintext subtitles.Gravatar eugeni2006-10-29
* Add \N at the end of each subtitle line when converting from subdata.Gravatar eugeni2006-10-29
* Libass interface reworked:Gravatar eugeni2006-10-28
* If HAVE_FONTCONFIG is not defined, font_fontconfig might be declared bothGravatar reimar2006-10-28
* Split ass_configure() into several smaller functions.Gravatar eugeni2006-10-26
* Reduce margins for plaintext subtitles.Gravatar eugeni2006-10-09
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.Gravatar eugeni2006-10-01
* Apply -ass-force-style also to matroska plaintext subs.Gravatar eugeni2006-09-03
* Cosmetics: restore indentation after recent changes.Gravatar eugeni2006-09-03
* Add -ass-styles option. It allows to load styles from a file and use themGravatar eugeni2006-09-03
* ass-color and ass-border-color options.Gravatar eugeni2006-09-03
* Add support for rendering matroska plaintext subtitles with libass.Gravatar eugeni2006-09-02
* Change default font family and color for plain text subs.Gravatar eugeni2006-08-29
* Bugfix: strdup of NULL value.Gravatar eugeni2006-08-29
* Apply -ass-force-style also to tracks generated from subdata.Gravatar eugeni2006-08-29
* Add -(no)ass-use-margins option.Gravatar eugeni2006-08-28
* New cmdline option: -ass-force-style.Gravatar eugeni2006-08-22
* use of malloc without prototype.. very bad on 64bit archsGravatar rfelker2006-08-21
* Replace stdint.h with inttypes.h.Gravatar eugeni2006-08-15
* Add subdata to ass_track conversion for external subtitles.Gravatar eugeni2006-08-15
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07