log libass/ass.c @ 37182:1c64016edce3

age author description
Tue, 24 Sep 2013 20:50:02 +0000 reimar Update libass to latest git version.
Mon, 21 Jan 2013 19:49:54 +0000 SubJunk Formatting
Sat, 19 Jan 2013 21:47:31 +0000 SubJunk Updated libass to 7e45532
Tue, 06 Nov 2012 05:41:14 +0000 SubJunk Updated libass to 0.10.1
Sat, 03 Dec 2011 21:35:56 +0000 reimar Update libass to 0.10 release.
Sun, 11 Sep 2011 10:33:13 +0000 reimar Update included libass copy to 0.9.13 release.
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.
Fri, 01 Jun 2007 19:56:44 +0000 eugeni Move code for reading a file and recoding it to utf-8 to a separate function.
Mon, 14 May 2007 20:41:14 +0000 eugeni Support fractional font sizes.
Wed, 09 May 2007 21:38:28 +0000 eugeni Don't deallocate font data if it will be used later.
Mon, 19 Feb 2007 20:10:55 +0000 eugeni Both (-1) and 1 mean bold font in SSA/ASS styles.
Mon, 19 Feb 2007 18:01:49 +0000 eugeni Correct implementation of text spacing.
Sun, 03 Dec 2006 17:59:13 +0000 eugeni Keep embedded fonts in ass_library_t and perform actual disk write
Sun, 03 Dec 2006 17:35:40 +0000 eugeni Rename: ass_process_font -> ass_add_font.
Sun, 03 Dec 2006 16:10:23 +0000 eugeni Avoid calling validate_fname() twice for one string.
Sun, 19 Nov 2006 22:35:17 +0000 kraymer MSGTRs for libass
Sun, 19 Nov 2006 00:41:00 +0000 eugeni Collect all includes of mplayer headers in libass in a single file (mputils.h).
Sun, 05 Nov 2006 17:26:55 +0000 eugeni Fix the following compiler warnings:
Fri, 03 Nov 2006 18:15:33 +0000 eugeni Introduce MSGT_ASS, use it for all libass messages.
Fri, 03 Nov 2006 02:15:08 +0000 eugeni Implement loading subtitles from memory.
Fri, 03 Nov 2006 01:41:48 +0000 eugeni Bugfix: sub_recode could deallocate global sub_cp under some circumstances.
Sun, 29 Oct 2006 17:29:55 +0000 eugeni Revert r20517.
Sun, 29 Oct 2006 15:03:30 +0000 eugeni Copy the following functions to libass to avoid dependency on the rest of mplayer:
Sat, 28 Oct 2006 15:07:18 +0000 eugeni Libass interface reworked:
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.