From f53ce6baa7e540d40761efed5a085d03b3b66f6d Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 24 Mar 2006 09:54:00 +0000 Subject: ext/jpeg/gstjpegenc.c: Don't crash when encoding images where the number of rows isn't a multiple of 2*DCTSIZE. Add s... Original commit message from CVS: * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain): Don't crash when encoding images where the number of rows isn't a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 550784a4..736e520d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-24 Tim-Philipp Müller + + * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain): + Don't crash when encoding images where the number of rows isn't + a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR. + 2006-03-23 Tim-Philipp Müller * ext/speex/gstspeexdec.c: (speex_dec_change_state): -- cgit