summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-01-31 00:00:23 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-01-31 00:00:23 +0000
commite315541000ece43370fd884d19660d9ae7fecfb3 (patch)
tree6d4245965ff89789745c3f9c55f41da6b68a4194 /ChangeLog
parent0465f9b72fd1b73f0df947a97536fb6d2be73f6f (diff)
gst/alpha/: Re-write the 'alpha' plugin to be BaseTransform based, simplifying some stuff, and making buffer-alloc an...
Original commit message from CVS: * gst/alpha/Makefile.am: * gst/alpha/gstalpha.c: Re-write the 'alpha' plugin to be BaseTransform based, simplifying some stuff, and making buffer-alloc and resizing work automatically. No longer crashes on odd frame widths and heights, although there seems to be a disagreement with ffmpegcolorspace about what size an AYUV frame with odd height should be.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8471ed9..43af7b07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
+
+ * gst/alpha/Makefile.am:
+ * gst/alpha/gstalpha.c:
+
+ Re-write the 'alpha' plugin to be BaseTransform based, simplifying
+ some stuff, and making buffer-alloc and resizing work automatically.
+ No longer crashes on odd frame widths and heights, although there
+ seems to be a disagreement with ffmpegcolorspace about what size
+ an AYUV frame with odd height should be.
+
2008-01-29 Wim Taymans <wim.taymans@collabora.co.uk>
Patch by: Alessandro Decina <alessandro at nnva dot org>