log libass/ass_render.c @ 22900:a9e111b88c4a

age author description
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.
Fri, 02 Mar 2007 17:54:47 +0000 eugeni Bugfix: transform origin to screen coordinates.
Fri, 23 Feb 2007 03:08:54 +0000 uau Fix \a parsing broken in r22291
Wed, 21 Feb 2007 09:25:52 +0000 eugeni Oops, forgot {} before "else".
Tue, 20 Feb 2007 17:22:34 +0000 eugeni Cosmetics: fix indentation.
Tue, 20 Feb 2007 17:20:21 +0000 eugeni With \t(\b) text becomes bold at the middle of time interval, not at the end
Tue, 20 Feb 2007 17:17:51 +0000 eugeni Any style modifier followed by no recognizable parameter resets to the default.
Tue, 20 Feb 2007 16:37:18 +0000 eugeni \fn without an argument resets font family to the value from style.
Tue, 20 Feb 2007 16:20:55 +0000 eugeni Fix display order of events.
Mon, 19 Feb 2007 20:10:55 +0000 eugeni Both (-1) and 1 mean bold font in SSA/ASS styles.
Mon, 19 Feb 2007 19:01:45 +0000 eugeni Add \t(\b) support.
Mon, 19 Feb 2007 18:37:54 +0000 eugeni Fix bounding box calculation with \fscx/\fscy.
Mon, 19 Feb 2007 18:31:05 +0000 eugeni Fix \fscx/\fscy animation.
Mon, 19 Feb 2007 18:01:49 +0000 eugeni Correct implementation of text spacing.
Mon, 19 Feb 2007 17:44:29 +0000 eugeni Reallocate event_images_t, removing limit on simultanious events count.
Fri, 16 Feb 2007 23:18:47 +0000 eugeni Restore a minus sign that was lost in r22231.
Fri, 16 Feb 2007 17:54:47 +0000 eugeni Implement \frx and \fry (and reimplement \frz) as 3d rotations.
Fri, 16 Feb 2007 17:51:07 +0000 eugeni Consistently name z-axis rotation angle "frz".
Fri, 16 Feb 2007 17:49:35 +0000 eugeni Move conversions between 16.16, 26.6 fixed point and int, double to separate
Thu, 15 Feb 2007 21:53:28 +0000 eugeni \r resets \frz to style value.
Thu, 15 Feb 2007 21:51:51 +0000 eugeni Fix \t(\frz) handling.
Thu, 15 Feb 2007 21:50:21 +0000 eugeni \org(0,0) is different from no \org at all.
Mon, 29 Jan 2007 17:08:29 +0000 eugeni Bugfix: glyph and bitmap pointers could be left uninitialized after
Sat, 16 Dec 2006 19:34:00 +0000 eugeni Keep reselected fonts in an array, adding new ones to the end. Glyph
Sat, 16 Dec 2006 19:28:21 +0000 eugeni Remove a mistakenly committed debug printf.
Sat, 16 Dec 2006 19:17:50 +0000 eugeni Move ascender, descender, and kerning computation to ass_font.c.
Wed, 06 Dec 2006 18:44:26 +0000 eugeni Speed up ASS subtitles display by detecting changes between two consecutive
Sun, 03 Dec 2006 18:24:11 +0000 eugeni Open embedded fonts directly from memory.
Sun, 03 Dec 2006 17:59:13 +0000 eugeni Keep embedded fonts in ass_library_t and perform actual disk write
Tue, 28 Nov 2006 22:17:33 +0000 eugeni Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify
Mon, 27 Nov 2006 17:53:33 +0000 eugeni Fix compilation broken in previous commit.
Mon, 27 Nov 2006 17:13:52 +0000 eugeni Move ass_font_t allocation to ass_font.h.
Sun, 26 Nov 2006 22:53:52 +0000 eugeni Remove obsolete "no_more_font_messages" hack.
Sun, 26 Nov 2006 22:49:27 +0000 eugeni Move fonts-related code to a separate file.
Sun, 26 Nov 2006 20:53:29 +0000 eugeni Make ass_new_font return ass_font_t struct (instead of just FT_Face).
Sun, 26 Nov 2006 20:34:54 +0000 eugeni Rename:
Mon, 20 Nov 2006 17:13:19 +0000 eugeni Cosmetics: remove unneeded curly brackets.
Mon, 20 Nov 2006 17:10:18 +0000 eugeni Fix collision detection. The old method tried to avoid gaps between subtitles
Sun, 19 Nov 2006 22:35:17 +0000 kraymer MSGTRs for libass
Sun, 19 Nov 2006 00:41:00 +0000 eugeni Collect all includes of mplayer headers in libass in a single file (mputils.h).
Mon, 13 Nov 2006 16:49:32 +0000 eugeni Support \t with acceleration.
Wed, 08 Nov 2006 18:57:40 +0000 eugeni s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.
Mon, 06 Nov 2006 02:47:57 +0000 eugeni Calculate text bounding box in a way that does not depend on actual glyph
Sat, 04 Nov 2006 17:58:09 +0000 eugeni More precise bounding box calculation for karaoke effects.
Fri, 03 Nov 2006 18:15:33 +0000 eugeni Introduce MSGT_ASS, use it for all libass messages.
Sun, 29 Oct 2006 17:29:55 +0000 eugeni Revert r20517.
Sun, 29 Oct 2006 15:03:30 +0000 eugeni Copy the following functions to libass to avoid dependency on the rest of mplayer:
Sun, 29 Oct 2006 13:59:36 +0000 eugeni Fix width -> orig_width typo.
Sat, 28 Oct 2006 15:07:18 +0000 eugeni Libass interface reworked:
Fri, 27 Oct 2006 16:02:44 +0000 eugeni Add missing fontconfig_done() call.
Thu, 26 Oct 2006 20:08:46 +0000 eugeni Split ass_configure() into several smaller functions.
Fri, 20 Oct 2006 23:06:52 +0000 eugeni Don't forget to apply scaling coefficients to kerning values.
Thu, 19 Oct 2006 18:08:44 +0000 eugeni Fix center of rotation calculation. It was overly complex and
Wed, 18 Oct 2006 21:19:51 +0000 eugeni Center of rotation depends on alignment.