log libass/ass_render.c @ 19801:133f4d2f84c5

age author description
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.
Sat, 15 Jul 2006 16:03:12 +0000 reynaldo marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
Thu, 13 Jul 2006 20:59:18 +0000 reynaldo marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
Wed, 12 Jul 2006 22:28:20 +0000 eugeni Support 6 argument variant of \move.
Mon, 10 Jul 2006 23:57:17 +0000 eugeni Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().
Fri, 07 Jul 2006 18:26:51 +0000 eugeni Initial libass release (without mencoder support).