summaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2012-06-18 00:09:19 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2012-06-18 00:09:19 +0000
commit648b56c70609977056644228eccab2c96728dcb7 (patch)
tree261c777f1b95ae9ba71f2809604dabcf18464ee8 /trunk
parent144e3e17cbd76682fec04e0ee0de344e2a8a4c4d (diff)
Provide further details about the regression
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@842 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk')
-rw-r--r--trunk/ChangeLog.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/trunk/ChangeLog.txt b/trunk/ChangeLog.txt
index 874ab23..daa025c 100644
--- a/trunk/ChangeLog.txt
+++ b/trunk/ChangeLog.txt
@@ -48,11 +48,12 @@ processors and by a small amount (typically 5%) on AMD desktop processors.
platforms. This speeds up the decompression of 4:2:2 JPEGs by 20-25% on such
platforms.
-[7] Fixed a regression caused by 1.2.0[2] whereby, on Linux/x86 platforms,
-decompressing a 4:2:0 or 4:2:2 JPEG image without using fancy upsampling would
-produce several incorrect columns of pixels at the right-hand side of the
-output image if each row in the output image was not evenly divisible by 16
-bytes.
+[7] Fixed a regression caused by 1.2.0[2] whereby, on Linux/x86 platforms
+running the 32-bit SSE2 SIMD code in libjpeg-turbo, decompressing a 4:2:0 or
+4:2:2 JPEG image into a 32-bit (RGBX, BGRX, etc.) buffer without using fancy
+upsampling would produce several incorrect columns of pixels at the right-hand
+side of the output image if each row in the output image was not evenly
+divisible by 16 bytes.
1.2.0