log libass/ass.c @ 32822:deebe1cc3729

age author description
Wed, 11 Aug 2010 01:14:37 +0000 greg Import libass 0.9.11
Fri, 06 Aug 2010 21:13:41 +0000 greg Import libass 0.9.10
Mon, 31 May 2010 19:10:57 +0000 aurel backport ass_flush_events() from upstream libass and make use of it
Fri, 08 Jan 2010 18:35:44 +0000 greg Update internal libass copy to commit 8db4a5
Thu, 24 Dec 2009 10:56:25 +0000 reimar Revert renaming of process_force_style to restore compilation against
Thu, 24 Dec 2009 10:45:05 +0000 reimar rename process_force_style to ass_process_force_style to match the API
Thu, 13 Aug 2009 22:52:45 +0000 greg Fix crash when event format is not specified
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 11 Mar 2009 22:55:23 +0000 greg Use ScaledBorderAndShadow: yes by default.
Thu, 05 Mar 2009 20:36:52 +0000 greg Style override for ScaledBorderAndShadow.
Thu, 05 Mar 2009 20:36:48 +0000 greg Support ScaledBorderAndShadow property.
Fri, 05 Sep 2008 22:59:01 +0000 aurel libass: fix type mismatch between size parameter and the way it's used
Fri, 05 Sep 2008 15:07:06 +0000 aurel libass: add a new ass_process_data() to process demuxed subtitle packets
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Fri, 01 Aug 2008 20:28:58 +0000 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Thu, 29 May 2008 18:35:22 +0000 eugeni The size of output buffer is stored in 'osize', not 'size'.
Thu, 29 May 2008 18:35:21 +0000 eugeni Clear iconv conversion state also in libass.
Thu, 29 May 2008 18:35:18 +0000 eugeni Offset should be size_t.
Mon, 19 May 2008 18:37:27 +0000 eugeni In case 2 styles have the same name, prefer the latest one.
Wed, 14 May 2008 17:21:58 +0000 diego Speak of libass instead of MPlayer in the libass license headers.
Tue, 13 May 2008 08:02:23 +0000 diego Use standard license header.
Thu, 01 May 2008 11:06:16 +0000 eugeni Skip '@' at the beginning of the font name.
Sun, 30 Mar 2008 17:42:19 +0000 eugeni Case insensitive parsing of SSA/ASS section headers.
Sun, 30 Mar 2008 17:42:17 +0000 eugeni Skip BOM at the beginning of text in ASS parser.
Sat, 05 Jan 2008 15:38:46 +0000 eugeni Allow overriding [Script Info] parameters with -ass-force-style option.
Sun, 30 Dec 2007 03:17:04 +0000 diego typo
Sun, 28 Oct 2007 14:26:05 +0000 iive Our enca code uses strdup() on the input encoding name, as we don't modify it we can use the original constant string.
Fri, 15 Jun 2007 22:22:16 +0000 eugeni When parsing ass-force-style arguments, search for '=' and '.' characters with
Fri, 15 Jun 2007 22:15:27 +0000 eugeni Make sure there is at least one style in ass_track when parsing events.