From 5f1960f38c47275c114fe3275938e976bb20d19a Mon Sep 17 00:00:00 2001 From: DRC Date: Wed, 5 Nov 2014 20:54:20 -0600 Subject: [PATCH] Fix a buglet introduced in the libjpeg-turbo changelog by mozjpeg --- ChangeLog.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index b158dc4d..166788b2 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -116,14 +116,6 @@ compressed JPEG image. If the size of the previous JPEG image was not as large as the current JPEG image, then TurboJPEG would unnecessarily reallocate the destination buffer. -[7] Improved the accuracy and performance of the non-SIMD implementation of the -floating point inverse DCT (using code borrowed from libjpeg v8a and later.) -The accuracy of this implementation now matches the accuracy of the SSE/SSE2 -implementation. Note, however, that the floating point DCT/IDCT algorithms are -mainly a legacy feature. They generally do not produce significantly better -accuracy than the slow integer DCT/IDCT algorithms, and they are quite a bit -slower. - 1.3.1 =====