summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-08-12 20:06:27 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-08-12 20:06:27 +0000
commit01a1b91f84ba8e4ac9e01379226f0a3d7309cebb (patch)
tree5d3619904ae8df0690f1ab2a45b7a240b9611d40
parent8980512ed3e8c13ee66797cf09e7b43ad1234870 (diff)
downloadgstreamer-plugins-bad-01a1b91f84ba8e4ac9e01379226f0a3d7309cebb.tar.gz
ext/jpeg/gstjpegdec.*: Fix decoding of pictures with certain uneven or unaligned widths where jpeglib needs more hori...
Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct), (gst_jpegdec_chain), (gst_jpegdec_change_state): * ext/jpeg/gstjpegdec.h: Fix decoding of pictures with certain uneven or unaligned widths where jpeglib needs more horizontal padding than our I420 buffers provide, resulting in blocky artifacts at the left side of the picture (#164176).
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e89f7edd0..898c93daf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-08-12 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init),
+ (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
+ (gst_jpegdec_chain), (gst_jpegdec_change_state):
+ * ext/jpeg/gstjpegdec.h:
+ Fix decoding of pictures with certain uneven or unaligned
+ widths where jpeglib needs more horizontal padding than our
+ I420 buffers provide, resulting in blocky artifacts at the
+ left side of the picture (#164176).
+
2005-08-11 Tim-Philipp Müller <tim at centricular dot net>
* ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):