]> granicus.if.org Git - libjpeg-turbo/commitdiff
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@327 632fc19...
authorDRC <dcommander@users.sourceforge.net>
Fri, 28 Jan 2011 07:51:25 +0000 (07:51 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 28 Jan 2011 07:51:25 +0000 (07:51 +0000)
ChangeLog.txt

index 11c9a77d7ef42dc94f19428d0a04b488f27a4aec..4ee13514ffec720c3f4638e05eec5eeb69894909 100644 (file)
@@ -1,5 +1,5 @@
-Significant changes since 1.0.90
-================================
+Significant changes since 1.1 beta1 (1.0.90)
+============================================
 
 [1] Since the fast integer forward DCT seems to degrade for JPEG qualities
 greater than 95, TurboJPEG/OSS will now automatically use the slow integer
@@ -8,7 +8,7 @@ reduces compression performance by as much as 15% for these high-quality images
 but is necessary to ensure that the images are perceptually lossless.
 
 
-Significant changes since 1.0.1
+Significant changes since 1.0.x
 ===============================
 
 [1] Added emulation of the libjpeg v7 and v8b APIs and ABIs.  See
@@ -38,7 +38,11 @@ decompressor to output planar YUV images.
 [9] Added an extended version of tjDecompressHeader() to TurboJPEG/OSS which
 allows the caller to determine the type of subsampling used in a JPEG image.
 
-[10] Added further protections against invalid Huffman codes.
+
+Significant changes since 1.0.1
+===============================
+
+[1] Added further protections against invalid Huffman codes.
 
 
 Significant changes since 1.0.0