]> granicus.if.org Git - libjpeg-turbo/commitdiff
Remove duplicate entries
authorDRC <dcommander@users.sourceforge.net>
Sat, 21 May 2011 14:23:30 +0000 (14:23 +0000)
committerDRC <dcommander@users.sourceforge.net>
Sat, 21 May 2011 14:23:30 +0000 (14:23 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@615 632fc199-4ca6-4c93-a231-07263d6284db

ChangeLog.txt

index 3b225c351e2ddb296cfe3977195e713163b0b133..bedfb4dbfb5f163bcf2c45a828ce1ee983b84129 100644 (file)
@@ -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.