summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-12-28 05:52:03 +0000
committerDavid Schleef <ds@schleef.org>2004-12-28 05:52:03 +0000
commit3065ec53ca028e3dda508227ac38cfd50faec078 (patch)
treed63afd21456b75ee001fe7d1c50647d1970268c1 /ChangeLog
parent257f1aa294213ecb48addf25ae343819ea371683 (diff)
ext/cairo/gsttextoverlay.c: Improvements to actually render text as white on black outline on video, including font s...
Original commit message from CVS: * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text), (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2), (gst_textoverlay_video_chain), (gst_textoverlay_loop), (gst_textoverlay_font_init), (gst_textoverlay_init), (gst_textoverlay_set_property): Improvements to actually render text as white on black outline on video, including font selection and horizontal/vertical alignment. (Ronald's christmas present) * ext/cairo/gsttextoverlay.h:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87580b0c..54473e5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-12-27 David Schleef <ds@schleef.org>
+
+ * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
+ (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
+ (gst_textoverlay_video_chain), (gst_textoverlay_loop),
+ (gst_textoverlay_font_init), (gst_textoverlay_init),
+ (gst_textoverlay_set_property): Improvements to actually
+ render text as white on black outline on video, including
+ font selection and horizontal/vertical alignment. (Ronald's
+ christmas present)
+ * ext/cairo/gsttextoverlay.h:
+
2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* ext/ogg/gstogg.c: