From e47214e4585fe8dbff26f8c1e4f2f5a25e8255fc Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 29 May 2005 00:46:48 +0000 Subject: gst/videoscale/: Some days, you just get the urge to rewrite a bunch of code. Original commit message from CVS: * gst/videoscale/Makefile.am: * gst/videoscale/gstvideoscale.c: * gst/videoscale/gstvideoscale.h: * gst/videoscale/videoscale.c: * gst/videoscale/videoscale.h: * gst/videoscale/videoscale_x86.c: * gst/videoscale/videoscale_x86.h: * gst/videoscale/videoscale_x86_asm.s: * gst/videoscale/vs_image.c: * gst/videoscale/vs_image.h: * gst/videoscale/vs_scanline.c: * gst/videoscale/vs_scanline.h: Some days, you just get the urge to rewrite a bunch of code. Today, it was writing new image scaling code that is liboil compatible (although not liboilified yet), and does both nearest and bilinear scaling. --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8518c2ac..f07abff2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2005-05-28 David Schleef + + * gst/videoscale/Makefile.am: + * gst/videoscale/gstvideoscale.c: + * gst/videoscale/gstvideoscale.h: + * gst/videoscale/videoscale.c: + * gst/videoscale/videoscale.h: + * gst/videoscale/videoscale_x86.c: + * gst/videoscale/videoscale_x86.h: + * gst/videoscale/videoscale_x86_asm.s: + * gst/videoscale/vs_image.c: + * gst/videoscale/vs_image.h: + * gst/videoscale/vs_scanline.c: + * gst/videoscale/vs_scanline.h: + Some days, you just get the urge to rewrite a bunch of code. + Today, it was writing new image scaling code that is liboil + compatible (although not liboilified yet), and does both + nearest and bilinear scaling. + 2005-05-26 Arwed v. Merkatz * ext/spc/Makefile.am: add the .Asm file to SOURCES so they're included -- cgit v1.2.1