diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-09 01:40:14 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-09 01:40:14 +0000 |
commit | f3a52d2897c8637605520eef76f873d37c66c5cb (patch) | |
tree | f18f8c444b48c21f97be6b8b6e669efb156e5aad /ChangeLog | |
parent | fc475b65b8ddcd5e03db5afdfb344d7fca684c79 (diff) | |
download | gst-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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), |