From 8980512ed3e8c13ee66797cf09e7b43ad1234870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 11 Aug 2005 14:23:36 +0000 Subject: ext/jpeg/gstjpegdec.c: Fix crashes/invalid memory access for pictures that have a height that is not a multiple of 16... Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain): Fix crashes/invalid memory access for pictures that have a height that is not a multiple of 16 (or rather: v_samp_factor * DCTSIZE). --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3e935fc70..e89f7edd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-11 Tim-Philipp Müller + + * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain): + Fix crashes/invalid memory access for pictures that have a height + that is not a multiple of 16 (or rather: v_samp_factor * DCTSIZE). + 2005-08-11 Tim-Philipp Müller * gst/freeze/gstfreeze.c: (gst_freeze_loop): -- cgit v1.2.1