mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +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
200ccf42dd
commit
231f46ea01
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>
|
2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
|
* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
|
||||||
|
|
Loading…
Reference in a new issue