summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-09 01:40:14 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-09 01:40:14 +0000
commitf3a52d2897c8637605520eef76f873d37c66c5cb (patch)
treef18f8c444b48c21f97be6b8b6e669efb156e5aad /ChangeLog
parentfc475b65b8ddcd5e03db5afdfb344d7fca684c79 (diff)
downloadgst-plugins-bad-f3a52d2897c8637605520eef76f873d37c66c5cb.tar.gz
gst-plugins-bad-f3a52d2897c8637605520eef76f873d37c66c5cb.tar.bz2
gst-plugins-bad-f3a52d2897c8637605520eef76f873d37c66c5cb.zip
ext/libpng/gstpngdec.c: Handle only 8-bppc (bits-per-pixel-component) images, better error handling and correct strid...
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps), (gst_pngdec_chain): Handle only 8-bppc (bits-per-pixel-component) images, better error handling and correct strides. Fixes #163177. * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink), (gst_pngenc_chain): Better error handling. Fixes #163348.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5ca7a79..680de4fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
+
+ Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
+ (gst_pngdec_chain):
+ Handle only 8-bppc (bits-per-pixel-component) images, better
+ error handling and correct strides. Fixes #163177.
+ * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
+ (gst_pngenc_chain):
+ Better error handling. Fixes #163348.
+
2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),