log libass/ass_render.c @ 34180:61f7925ff295

age author description
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
Fri, 08 Jan 2010 18:35:44 +0000 greg Update internal libass copy to commit 8db4a5
Mon, 27 Jul 2009 19:39:23 +0000 eugeni Fix stupid, off-by-one, mistakes in assert() expressions.
Sat, 18 Jul 2009 11:33:03 +0000 eugeni Make sure clip coordinates are inside the screen area.
Sat, 18 Jul 2009 11:33:00 +0000 eugeni Cosmetics: make some variables constant to signify their intended use and,
Sat, 18 Jul 2009 11:32:58 +0000 eugeni Fix read after the end of allocated buffer.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Tue, 21 Apr 2009 21:27:53 +0000 eugeni Don't automatically wrap lines when WrapStyle==2.
Sat, 28 Mar 2009 19:24:08 +0000 reimar Document the ass_render_event event_images parameter.
Sat, 28 Mar 2009 19:21:34 +0000 reimar Initialize all structs to 0 before using them.
Sun, 08 Mar 2009 16:13:21 +0000 eugeni Treat -font/-subfont as Fontconfig pattern in libass.
Sun, 08 Mar 2009 15:30:40 +0000 greg Remove extraneous braces.
Sun, 08 Mar 2009 15:30:27 +0000 greg Don't assume width == stride for bitmap composition.
Sun, 08 Mar 2009 04:03:28 +0000 greg Fix clipping for pan-and-scan.
Sun, 08 Mar 2009 04:03:24 +0000 greg Add a proper color check to the overlap compositing.
Sun, 08 Mar 2009 02:53:14 +0000 greg Replace rotation functions with a simplified version adapted from
Sat, 07 Mar 2009 23:56:03 +0000 greg Only use first \org in a line.
Fri, 06 Mar 2009 09:20:09 +0000 greg Raise max. number of \be applications to 100, introduce #define for it.
Fri, 06 Mar 2009 01:26:44 +0000 greg Replace magic numbers (for subpixel accuracy masking) with a define.
Fri, 06 Mar 2009 01:17:05 +0000 greg Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.
Thu, 05 Mar 2009 20:47:33 +0000 greg Combine adjacent overlapping, translucent glyph borders and shadows to
Thu, 05 Mar 2009 20:36:59 +0000 greg Fix positioned events' y-position when pan-and-scan is used.
Thu, 05 Mar 2009 20:36:56 +0000 greg Support for subpixel accuracy of 3 bits for \pos and \move.
Thu, 05 Mar 2009 20:36:48 +0000 greg Support ScaledBorderAndShadow property.
Thu, 05 Mar 2009 20:36:44 +0000 greg Scale shadow displacement and blur size like border size.
Thu, 05 Mar 2009 20:36:41 +0000 greg Round shadow displacement to nearest int.
Thu, 05 Mar 2009 20:36:39 +0000 greg Support a vsfilter special case:
Thu, 05 Mar 2009 20:05:56 +0000 greg Ignore PlayResX/Y aspect ratio for font aspect ratio.