log libass/ass_render.c @ 20613:e68f255d7d64

age author description
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.
Wed, 18 Oct 2006 21:11:29 +0000 eugeni Support separate rotation angle for each glyph.
Wed, 18 Oct 2006 18:33:19 +0000 eugeni Move base point calculation to a separate function. Will be reused soon.
Wed, 18 Oct 2006 17:57:00 +0000 eugeni Cosmetics: remove commented code.
Wed, 18 Oct 2006 15:52:26 +0000 eugeni Fix a typo in collision detection code.
Mon, 16 Oct 2006 19:02:11 +0000 eugeni Remove an outdated debug message.
Sun, 15 Oct 2006 13:03:43 +0000 reimar Fix crash because of last_glyph < first_glyph, probably caused by first line
Sat, 14 Oct 2006 14:42:23 +0000 eugeni Zerofill libass static variables during initialization.
Sat, 14 Oct 2006 14:35:33 +0000 eugeni Free FT_Stroker during libass deinitialization.
Sun, 01 Oct 2006 17:09:04 +0000 eugeni Add copyright notice and vim/emacs comments to libass and vf_ass.c.
Sun, 24 Sep 2006 16:04:37 +0000 eugeni Shadow support in libass.
Fri, 22 Sep 2006 20:47:08 +0000 reimar Fix width -> orig_width typo causing subtitles to be too far to the right
Fri, 22 Sep 2006 18:56:09 +0000 eugeni Move calculation of text parameters (number of lines, height, etc.) from
Fri, 22 Sep 2006 18:47:29 +0000 eugeni Move variable declaration to a more deeply nested block. It is not used outside of it.
Thu, 21 Sep 2006 22:37:42 +0000 eugeni Cosmetics: fix indentation after last commit.
Thu, 21 Sep 2006 22:36:47 +0000 eugeni Fix FT_Stroker use in libass. The previous variant ended up with 0-width
Thu, 21 Sep 2006 19:31:28 +0000 eugeni In r19831, font size multiplier was mistakenly applied to border width.
Tue, 19 Sep 2006 18:23:36 +0000 eugeni Sort events by ReadOrder (if both layer and start time are equal).
Tue, 19 Sep 2006 17:40:31 +0000 eugeni Calculate text bounding box in such way that it does not depend on the height
Mon, 18 Sep 2006 18:54:38 +0000 eugeni Fix a stupid bug in list concatenation.
Sun, 17 Sep 2006 15:32:01 +0000 eugeni Reduce code duplication in init_render_context().
Sat, 16 Sep 2006 13:32:46 +0000 eugeni Add \be (blur edges) support to libass.
Sat, 16 Sep 2006 13:08:17 +0000 eugeni Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
Wed, 13 Sep 2006 15:35:10 +0000 eugeni Make font outline width proportional to movie resolution.
Wed, 06 Sep 2006 17:32:31 +0000 eugeni Bugfix: timing for empty karaoke words was lost, resulting
Tue, 05 Sep 2006 20:06:20 +0000 eugeni Workaround for broken fonts with bad ascender/descender.
Tue, 05 Sep 2006 19:06:15 +0000 eugeni Change \fad behaviour so that it does not get cancelled by \r.
Tue, 05 Sep 2006 18:33:31 +0000 eugeni Simplification.
Mon, 04 Sep 2006 17:55:57 +0000 eugeni Add vertical clipping for subtitles that were moved because of a collision.
Mon, 04 Sep 2006 17:52:28 +0000 eugeni Fix possible unallocated memory read in libass line wrapping code.
Sun, 03 Sep 2006 17:36:29 +0000 eugeni Fix last commit.
Sun, 03 Sep 2006 17:25:04 +0000 eugeni More checks in ass_render_event.
Sun, 03 Sep 2006 17:09:53 +0000 eugeni Remove unneeded variable.
Sat, 02 Sep 2006 19:17:32 +0000 eugeni Better collision detection algorithm. The idea is to keep a subtitle in place
Sat, 02 Sep 2006 18:33:51 +0000 eugeni Remove some unused code.
Fri, 01 Sep 2006 20:36:38 +0000 eugeni Make \fr* parameter a floating point value.
Thu, 31 Aug 2006 20:19:19 +0000 eugeni Bugfix: wrong height value used in font size calculation.
Mon, 28 Aug 2006 16:43:17 +0000 eugeni Fix font scaling taking margins into account.
Sun, 27 Aug 2006 22:15:46 +0000 eugeni Cosmetics: fix indentation after r19562.
Sun, 27 Aug 2006 22:12:31 +0000 eugeni Transition effects support.
Sat, 26 Aug 2006 19:00:21 +0000 eugeni Reset glyph cache on reconfigure.
Sat, 26 Aug 2006 18:24:37 +0000 eugeni Add right and left margins support to libass.
Thu, 24 Aug 2006 15:38:28 +0000 eugeni Fix previous commit.
Thu, 24 Aug 2006 15:36:20 +0000 eugeni Simplify vf_ass initialization.
Wed, 16 Aug 2006 00:54:59 +0000 eugeni Fix wrong handling of transparency in \fad(\fade).
Tue, 15 Aug 2006 22:46:56 +0000 eugeni Replace stdint.h with inttypes.h.
Tue, 15 Aug 2006 20:41:53 +0000 eugeni Angle value from style was ignored. Not anymore.
Tue, 15 Aug 2006 19:25:46 +0000 eugeni Add subdata to ass_track conversion for external subtitles.
Tue, 15 Aug 2006 14:43:04 +0000 eugeni Cosmetics: fix indentation after the last patch.
Tue, 15 Aug 2006 14:40:57 +0000 eugeni Allow \fade to be used in place of \fad and vice versa.
Sun, 13 Aug 2006 10:54:29 +0000 eugeni Replace %lld with PRId64, part 2.
Sat, 12 Aug 2006 18:33:19 +0000 eugeni Fix compilation with gcc 2.95.