]> granicus.if.org Git - libjpeg-turbo/commitdiff
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@507 632fc199-4ca6...
authorDRC <dcommander@users.sourceforge.net>
Fri, 4 Mar 2011 13:46:55 +0000 (13:46 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 4 Mar 2011 13:46:55 +0000 (13:46 +0000)
ChangeLog.txt

index 27fd925ece99332541132909dca2fa515bab9bca..0228116d50ace5689cd3ba67f5189d487e225140 100644 (file)
@@ -5,6 +5,25 @@
 
 [2] TurboJPEG/OSS can now scale down images during decompression.
 
+[3] Added SIMD routines for RGB-to-grayscale color conversion, which
+significantly improves the performance of grayscale JPEG compression from an
+RGB source image.
+
+[4] Improved performance for non-x86 machines.
+
+[5] Added a function to the TurboJPEG API which performs lossless transforms.
+This function uses the same back end as jpegtran, but it performs transcoding
+entirely in memory and allows multiple transforms and/or crop operations to be
+batched together, so the source coefficients only need to be read once.  This
+is useful when generating image tiles from a single source JPEG.
+
+[6] Modified jpgtest to benchmark the new scaled decompression and lossless
+transform features in TurboJPEG/OSS.
+
+[7] Added support for 4:4:0 (transposed 4:2:2) subsampling in TurboJPEG, which
+was necessary in order for it to read 4:2:2 JPEG files that had been losslessly
+transposed or rotated 90 degrees.
+
 
 1.1.1
 =====