log libass/ass_render.c @ 26738:588ce97b44f2

age author description
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.
Tue, 18 Sep 2007 18:34:52 +0000 eugeni Enable ass_line_spacing option.
Sat, 19 May 2007 14:11:41 +0000 eugeni Correct font size in libass.
Fri, 18 May 2007 18:58:34 +0000 eugeni Revert y-axis rotation. Change order of rotations.
Mon, 14 May 2007 20:41:14 +0000 eugeni Support fractional font sizes.
Mon, 14 May 2007 20:24:53 +0000 eugeni Limit ass_font_set_transform to nonrotating transformations.
Thu, 03 May 2007 19:33:35 +0000 eugeni Deallocate string.
Wed, 02 May 2007 10:15:12 +0000 eugeni Always deallocate glyphs. Fixes memory leak.
Tue, 01 May 2007 15:54:00 +0000 eugeni Update comments.
Tue, 01 May 2007 15:34:08 +0000 eugeni Cosmetics.
Tue, 01 May 2007 15:33:06 +0000 eugeni Move glyph_to_bitmap() call and outline glyph deallocation to
Tue, 01 May 2007 15:21:34 +0000 eugeni Minor code simplification.
Tue, 01 May 2007 15:14:22 +0000 eugeni Move get_bitmap_glyph() call to a separate loop.
Tue, 01 May 2007 15:12:36 +0000 eugeni Move transform_3d() call to get_bitmap_glyph().
Tue, 01 May 2007 15:07:41 +0000 eugeni Make a function static.
Tue, 01 May 2007 15:05:20 +0000 eugeni Don't recalculate rotation radius.
Tue, 01 May 2007 14:29:28 +0000 eugeni Bugfix: glyph cache depends on border width, because it contains outline_glyph
Fri, 27 Apr 2007 14:25:36 +0000 eugeni Add -ass-hinting option for setting font hinting method.
Fri, 27 Apr 2007 14:18:44 +0000 eugeni Fix division by zero in "\t" parsing.
Tue, 24 Apr 2007 17:36:03 +0000 eugeni Do not use FT_Glyph_Copy with NULL glyphs.
Sat, 21 Apr 2007 11:02:49 +0000 eugeni Deallocate glyphs in a separate loop.