log libass/ass_render.c @ 37195:ac6c37d85d65 default tip

age author description
Tue, 24 Sep 2013 20:50:02 +0000 reimar Update libass to latest git version.
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, 28 Jan 2012 14:51:29 +0000 reimar Do not try to render \r.
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
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.
Sun, 01 Mar 2009 16:01:24 +0000 eugeni With pan-and-scan, keep positioned events in their original positions
Fri, 27 Feb 2009 23:06:53 +0000 eugeni Zero-fill glyph_info_t before use.
Fri, 27 Feb 2009 23:06:50 +0000 eugeni Remove unused function argument.
Fri, 27 Feb 2009 23:06:47 +0000 eugeni Support fractional arguments for some override tags.
Fri, 27 Feb 2009 23:06:43 +0000 eugeni Fix two gcc warnings.
Fri, 27 Feb 2009 23:06:34 +0000 eugeni Allow shadow without border.
Sat, 07 Feb 2009 01:13:11 +0000 eugeni In case of several \move or \pos in one line, prefer the first one.
Sat, 07 Feb 2009 01:13:07 +0000 eugeni Add stubs for a few unimplemented tags.
Sat, 07 Feb 2009 01:13:02 +0000 eugeni Allow \be with arguments other than 0 or 1. Implement \blur.
Thu, 29 Jan 2009 02:23:06 +0000 compn increase max glyph and lines limit
Fri, 08 Aug 2008 20:08:02 +0000 eugeni Don't print drawing commands on screen.
Thu, 07 Aug 2008 22:20:56 +0000 eugeni \org turns off collision detection.
Thu, 07 Aug 2008 22:20:54 +0000 eugeni Treat \h as space character.
Thu, 07 Aug 2008 22:20:52 +0000 eugeni Calculate subtitle origin in floating point.
Thu, 07 Aug 2008 22:20:50 +0000 eugeni Calculate subtitle position in floating point.
Wed, 09 Jul 2008 15:05:56 +0000 eugeni Fix \fn without an argument consuming the next '\'.
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.
Wed, 30 Apr 2008 14:16:22 +0000 eugeni Remove libass dependency on global font_fontconfig variable.
Fri, 22 Feb 2008 19:31:49 +0000 eugeni Better handling of behind-the-camera objects.
Fri, 22 Feb 2008 19:31:47 +0000 eugeni Print FreeType version in libass init. Makes error logs slightly more helpful.
Sun, 30 Dec 2007 01:03:05 +0000 eugeni Return from ass_start_frame immediately if the track is empty.
Fri, 19 Oct 2007 18:16:23 +0000 eugeni Avoid text deformation and subtitles moving outside the screen in pan-and-scan
Tue, 18 Sep 2007 19:51:22 +0000 eugeni More precise line spacing.
Tue, 18 Sep 2007 18:41:38 +0000 eugeni Fix text height calculation. It depends on line spacing.