summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-03-24 09:54:00 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-03-24 09:54:00 +0000
commitf53ce6baa7e540d40761efed5a085d03b3b66f6d (patch)
tree6f6b423b04efd26599386eb8177e10ef1664e9a9 /ChangeLog
parenta876898f35bc60218afb368ebcf0b93a79e32617 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <tim at centricular dot net>
+
+ * 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 <tim at centricular dot net>
* ext/speex/gstspeexdec.c: (speex_dec_change_state):