log libass/ass.c @ 20156:42b46a42f83b

age author description
2006-10-01 eugeni Add copyright notice and vim/emacs comments to libass and vf_ass.c.
2006-09-19 eugeni Set ReadOrder values for external subtitles.
2006-09-03 eugeni Add -ass-styles option. It allows to load styles from a file and use them
2006-09-02 eugeni Don't sort events when reading external subs. With r19644, the order does not matter.
2006-09-02 eugeni Better collision detection algorithm. The idea is to keep a subtitle in place
2006-09-02 eugeni Read layer info from external subs.
2006-08-31 eugeni Bugfix: potential write of unallocated memory.
2006-08-29 eugeni Apply -ass-force-style also to tracks generated from subdata.
2006-08-28 eugeni Ignore '*' at the beginning of style name.
2006-08-22 eugeni New cmdline option: -ass-force-style.
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-08-15 eugeni Replace stdint.h with inttypes.h.
2006-08-13 eugeni Replace %lld with PRId64, part 2.
2006-08-13 eugeni MinGW treats %lld as %d. Replace it with PRId64.
2006-07-07 eugeni Initial libass release (without mencoder support).