log libass/ass.c @ 20008:fa122b7c71c6

age author description
Sun, 01 Oct 2006 17:09:04 +0000 eugeni Add copyright notice and vim/emacs comments to libass and vf_ass.c.
Tue, 19 Sep 2006 18:22:44 +0000 eugeni Set ReadOrder values for external subtitles.
Sun, 03 Sep 2006 17:42:31 +0000 eugeni Add -ass-styles option. It allows to load styles from a file and use them
Sat, 02 Sep 2006 19:21:40 +0000 eugeni Don't sort events when reading external subs. With r19644, the order does not matter.
Sat, 02 Sep 2006 19:17:32 +0000 eugeni Better collision detection algorithm. The idea is to keep a subtitle in place
Sat, 02 Sep 2006 18:10:04 +0000 eugeni Read layer info from external subs.
Thu, 31 Aug 2006 22:45:20 +0000 eugeni Bugfix: potential write of unallocated memory.
Tue, 29 Aug 2006 10:35:58 +0000 eugeni Apply -ass-force-style also to tracks generated from subdata.
Mon, 28 Aug 2006 16:59:29 +0000 eugeni Ignore '*' at the beginning of style name.
Tue, 22 Aug 2006 23:20:05 +0000 eugeni New cmdline option: -ass-force-style.
Tue, 22 Aug 2006 22:11:01 +0000 eugeni SSA/ASS parser reworked, with 2 main results:
Mon, 21 Aug 2006 16:33:13 +0000 eugeni Add public functions for removal of styles and events.
Tue, 15 Aug 2006 22:46:56 +0000 eugeni Replace stdint.h with inttypes.h.
Sun, 13 Aug 2006 10:54:29 +0000 eugeni Replace %lld with PRId64, part 2.
Sun, 13 Aug 2006 00:47:33 +0000 eugeni MinGW treats %lld as %d. Replace it with PRId64.
Fri, 07 Jul 2006 18:26:51 +0000 eugeni Initial libass release (without mencoder support).