From e315541000ece43370fd884d19660d9ae7fecfb3 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 31 Jan 2008 00:00:23 +0000 Subject: 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d8471ed9..43af7b07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-01-30 Jan Schmidt + + * 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 Patch by: Alessandro Decina -- cgit