summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-06-15 07:42:42 +0000
committerDavid Schleef <ds@schleef.org>2005-06-15 07:42:42 +0000
commit31214d25a6af755bfdb321d895b98af89bc3f840 (patch)
treef1888293be946cfe3a49ffa143bc5d74a1bd36c7
parent057c82b200d51afd660ad306b332cf97f908d99e (diff)
downloadgst-plugins-bad-31214d25a6af755bfdb321d895b98af89bc3f840.tar.gz
gst-plugins-bad-31214d25a6af755bfdb321d895b98af89bc3f840.tar.bz2
gst-plugins-bad-31214d25a6af755bfdb321d895b98af89bc3f840.zip
gst/videoscale/gstvideoscale.c: Add 24-bit and 15-bit RGB
Original commit message from CVS: * gst/videoscale/gstvideoscale.c: Add 24-bit and 15-bit RGB * gst/videoscale/vs_image.c: * gst/videoscale/vs_image.h: * gst/videoscale/vs_scanline.c: * gst/videoscale/vs_scanline.h:
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 030fca93..70d2ae2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-06-15 David Schleef <ds@schleef.org>
+
+ * gst/videoscale/gstvideoscale.c: Add 24-bit and 15-bit RGB
+ * gst/videoscale/vs_image.c:
+ * gst/videoscale/vs_image.h:
+ * gst/videoscale/vs_scanline.c:
+ * gst/videoscale/vs_scanline.h:
+
2005-06-15 Martin Soto <martinsoto@users.sourceforge.net>
* gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event):