summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-05-22 15:23:05 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-05-22 15:23:05 +0000
commita7157e7467f4d1fddefc8cabfc5971fb18f8b214 (patch)
tree021be34651559622084f27618e9e79171a2419b5 /ChangeLog
parentf44640083d8f2efc924301339745573dd8be38a9 (diff)
ext/jpeg/gstjpegdec.c: Fix crashes when the horizontal subsampling is 1.
Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (hresamplecpy1), (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain): Fix crashes when the horizontal subsampling is 1. Fixes #342097.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index caa4e24b..faad4fa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
+ * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
+ (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
+ Fix crashes when the horizontal subsampling is 1.
+ Fixes #342097.
+
+2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
+
Patch by: Mark Nauwelaerts <manauw at skynet be>
* gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),