log libass/ass_render.c @ 28784:907d3d80b50f

age author description
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.
Tue, 18 Sep 2007 18:36:54 +0000 eugeni Fix an obviously incorrect comment.