mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
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.
This commit is contained in:
parent
fc475b65b8
commit
f3a52d2897
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
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),
|
||||
|
|
Loading…
Reference in a new issue