summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-05-29 00:46:48 +0000
committerDavid Schleef <ds@schleef.org>2005-05-29 00:46:48 +0000
commite47214e4585fe8dbff26f8c1e4f2f5a25e8255fc (patch)
tree55821d61f7d2c9d28216293e3d58f86d0fa15483
parent0a5aa0cba965827b964934d5a4c2b18b2f3b4b5f (diff)
downloadgst-plugins-bad-e47214e4585fe8dbff26f8c1e4f2f5a25e8255fc.tar.gz
gst-plugins-bad-e47214e4585fe8dbff26f8c1e4f2f5a25e8255fc.tar.bz2
gst-plugins-bad-e47214e4585fe8dbff26f8c1e4f2f5a25e8255fc.zip
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.
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8518c2ac..f07abff2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2005-05-28 David Schleef <ds@schleef.org>
+
+ * 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 <v.merkatz@gmx.net>
* ext/spc/Makefile.am: add the .Asm file to SOURCES so they're included