summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-08-12 19:33:30 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-08-12 19:33:30 +0000
commit38ee98f4b36efd435a157c920f43d26619a71a89 (patch)
tree7c639824976776600b556b117131f15e0ae6dffd
parent8d2f24e71a976ca49c469e0fab28293c22e4e74d (diff)
downloadgst-plugins-bad-38ee98f4b36efd435a157c920f43d26619a71a89.tar.gz
gst-plugins-bad-38ee98f4b36efd435a157c920f43d26619a71a89.tar.bz2
gst-plugins-bad-38ee98f4b36efd435a157c920f43d26619a71a89.zip
ext/jpeg/gstjpegdec.c: 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_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct), (gst_jpeg_dec_chain): 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). Also make use of our shiny new GST_ROUND_N() macros.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bfe48f4..f5275913 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-08-12 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_indirect),
+ (gst_jpeg_dec_decode_direct), (gst_jpeg_dec_chain):
+ 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).
+ Also make use of our shiny new GST_ROUND_N() macros.
+
2005-08-11 Tim-Philipp Müller <tim at centricular dot net>
* ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),