log libass/ass_mp.c @ 25709:24ee00528e18

age author description
2007-12-16 ben make libass use sub_font_name whenever it's possible
2007-12-12 ulion Fix libass to support -nofontconfig.
2007-09-18 eugeni Enable ass_line_spacing option.
2007-08-28 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
2007-05-19 eugeni Correct font size in libass.
2007-04-27 eugeni Add -ass-hinting option for setting font hinting method.
2007-04-01 uau "()" to "(void)" function param list fixes
2007-01-07 reimar Avoid invalid memory access in ass_process_subtitle for empty subtitles
2006-12-17 eugeni Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.
2006-11-05 eugeni Initialize fontconfig in VFCTRL_INIT_EOSD handler.
2006-11-05 eugeni Cosmetics: indentation fix.
2006-11-03 eugeni Introduce MSGT_ASS, use it for all libass messages.
2006-10-29 eugeni Move ass_library initialization code to ass_mp.c.
2006-10-29 eugeni Don't set PlayResX for plaintext subtitles.
2006-10-29 eugeni Add \N at the end of each subtitle line when converting from subdata.
2006-10-28 eugeni Libass interface reworked:
2006-10-28 reimar If HAVE_FONTCONFIG is not defined, font_fontconfig might be declared both
2006-10-26 eugeni Split ass_configure() into several smaller functions.
2006-10-09 eugeni Reduce margins for plaintext subtitles.
2006-10-01 eugeni Add copyright notice and vim/emacs comments to libass and vf_ass.c.
2006-09-03 eugeni Apply -ass-force-style also to matroska plaintext subs.
2006-09-03 eugeni Cosmetics: restore indentation after recent changes.
2006-09-03 eugeni Add -ass-styles option. It allows to load styles from a file and use them
2006-09-03 eugeni ass-color and ass-border-color options.
2006-09-02 eugeni Add support for rendering matroska plaintext subtitles with libass.
2006-08-29 eugeni Change default font family and color for plain text subs.
2006-08-29 eugeni Bugfix: strdup of NULL value.
2006-08-29 eugeni Apply -ass-force-style also to tracks generated from subdata.
2006-08-28 eugeni Add -(no)ass-use-margins option.
2006-08-22 eugeni New cmdline option: -ass-force-style.
2006-08-21 rfelker use of malloc without prototype.. very bad on 64bit archs
2006-08-15 eugeni Replace stdint.h with inttypes.h.
2006-08-15 eugeni Add subdata to ass_track conversion for external subtitles.
2006-07-07 eugeni Initial libass release (without mencoder support).