log libass/ass.h @ 24889:4055d43fc406

age author description
2007-09-18 eugeni Enable ass_line_spacing option.
2007-07-02 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
2007-06-01 eugeni Move code for reading a file and recoding it to utf-8 to a separate function.
2007-04-27 eugeni Add -ass-hinting option for setting font hinting method.
2006-12-06 eugeni Speed up ASS subtitles display by detecting changes between two consecutive
2006-12-03 eugeni Keep embedded fonts in ass_library_t and perform actual disk write
2006-12-03 eugeni Rename: ass_process_font -> ass_add_font.
2006-11-03 eugeni Implement loading subtitles from memory.
2006-10-28 eugeni Libass interface reworked:
2006-10-26 eugeni Split ass_configure() into several smaller functions.
2006-10-01 eugeni Add copyright notice and vim/emacs comments to libass and vf_ass.c.
2006-09-03 eugeni Add -ass-styles option. It allows to load styles from a file and use them
2006-09-02 eugeni Better collision detection algorithm. The idea is to keep a subtitle in place
2006-08-26 eugeni Add right and left margins support to libass.
2006-08-22 eugeni SSA/ASS parser reworked, with 2 main results:
2006-08-21 eugeni Add public functions for removal of styles and events.
2006-07-07 eugeni Initial libass release (without mencoder support).