log libass/ass_render.c @ 27373:2f213005a0d6

age author description
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.
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.
Sat, 21 Apr 2007 10:56:28 +0000 eugeni Always deallocate glyphs. Fixes a memory leak.
Sat, 21 Apr 2007 10:43:19 +0000 eugeni Reset outline glyph cache when configuration changes.
Sat, 21 Apr 2007 10:42:10 +0000 eugeni Scale camera distance.
Fri, 20 Apr 2007 23:25:30 +0000 eugeni Remove unused variables.
Fri, 20 Apr 2007 23:23:32 +0000 eugeni Cosmetics.
Fri, 20 Apr 2007 23:23:00 +0000 eugeni Allow caching of rotated glyphs.
Fri, 20 Apr 2007 23:19:23 +0000 eugeni Add shift_[xy] (vector that is added to the glyph before transformation) to
Fri, 20 Apr 2007 23:16:29 +0000 eugeni Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.
Fri, 20 Apr 2007 23:14:12 +0000 eugeni Remove bbox and advance vector from bitmap cache.
Fri, 20 Apr 2007 23:13:34 +0000 eugeni Store outline_glyph (glyph border) in glyph cache.
Fri, 20 Apr 2007 23:12:19 +0000 eugeni Cosmetics: reindentation.
Fri, 20 Apr 2007 23:11:39 +0000 eugeni Because of the outline glyph cache it is now possible for glyph_info_t to have
Fri, 20 Apr 2007 23:10:33 +0000 eugeni Make get_*_glyph return void.
Fri, 20 Apr 2007 23:09:48 +0000 eugeni Move outline glyph generation to a separate function, using outline glyph
Fri, 20 Apr 2007 23:02:20 +0000 eugeni Rename glyph cache to bitmap cache.
Fri, 20 Apr 2007 22:57:55 +0000 eugeni A meaningless cosmetic change.
Fri, 20 Apr 2007 22:56:42 +0000 eugeni Add perspective projection.
Fri, 20 Apr 2007 22:55:28 +0000 eugeni Applying transformation matrix to the glyph and the shift vector separately is
Fri, 20 Apr 2007 22:51:19 +0000 eugeni Cosmetics: reindentation.
Fri, 20 Apr 2007 22:49:48 +0000 eugeni Disable caching of rotated glyphs.
Fri, 13 Apr 2007 13:46:49 +0000 eugeni Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyph
Sat, 07 Apr 2007 13:32:51 +0000 eugeni Fix lost hard linebreaks in libass by repeating the loop when both soft and
Sun, 01 Apr 2007 21:59:54 +0000 uau "()" to "(void)" function param list fixes
Sat, 31 Mar 2007 20:58:14 +0000 iive Use FT_Glyph_StrokeBorder to render only the outside border.
Tue, 06 Mar 2007 10:00:53 +0000 eugeni A function always returning 0 could as well return void.
Tue, 06 Mar 2007 09:59:53 +0000 eugeni Text alignment should not use bounding boxes of individual glyphs.
Tue, 06 Mar 2007 09:31:12 +0000 eugeni Reset advance vector and glyph bounding box if glyph could not be found.
Sat, 03 Mar 2007 08:20:00 +0000 eugeni Fix incorrect spacing introduced in r22231:
Fri, 02 Mar 2007 17:59:19 +0000 eugeni 10l: x2scr used twice instead of y2scr.