diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-24 09:54:00 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-24 09:54:00 +0000 |
commit | f53ce6baa7e540d40761efed5a085d03b3b66f6d (patch) | |
tree | 6f6b423b04efd26599386eb8177e10ef1664e9a9 /ChangeLog | |
parent | a876898f35bc60218afb368ebcf0b93a79e32617 (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |