From f89dd1ec1a988cd6ca779b11c9ed87e6f2f548ff Mon Sep 17 00:00:00 2001 From: DRC Date: Sat, 21 May 2011 14:23:30 +0000 Subject: [PATCH] Remove duplicate entries git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@615 632fc199-4ca6-4c93-a231-07263d6284db --- ChangeLog.txt | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 3b225c3..bedfb4d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -24,23 +24,14 @@ transform features in TurboJPEG/OSS. was necessary in order for it to read 4:2:2 JPEG files that had been losslessly transposed or rotated 90 degrees. -[8] Fixed a regression bug in the NSIS script that caused the Windows installer -build to fail when using the Visual Studio IDE. - -[9] Fixed a bug in jpeg_read_coefficients() whereby it would not initialize -cinfo->image_width and cinfo->image_height if libjpeg v7 or v8 emulation was -enabled. This specifically caused the jpegoptim program to fail if it was -linked against a version of libjpeg-turbo that was built with libjpeg v7 or v8 -emulation. - -[10] jchuff.c and jdhuff.c have been re-factored and re-licensed under the +[8] jchuff.c and jdhuff.c have been re-factored and re-licensed under the libjpeg BSD-style license, so the libjpeg-turbo library itself (libjpeg) is no longer subject to the terms of the wxWindows Library License (libturbojpeg still is-- see README-turbo.txt.) -[11] libjpeg-turbo can now be built with YASM. +[9] libjpeg-turbo can now be built with YASM. -[12] Added SIMD-accelerated fast integer inverse DCT and YCbCr-to-RGB color +[10] Added SIMD-accelerated fast integer inverse DCT and YCbCr-to-RGB color conversion routines to accelerate JPEG decoding on ARM Linux platforms that have NEON instructions. -- 2.40.0