mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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.
This commit is contained in:
parent
8d2f24e71a
commit
38ee98f4b3
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
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>
|
2005-08-11 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
|
* ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
|
||||||
|
|
Loading…
Reference in a new issue