]> granicus.if.org Git - libjpeg-turbo/commitdiff
Allow RGB JPEG files to be created/decoded when using the LJT colorspace extensions
authorDRC <dcommander@users.sourceforge.net>
Sun, 11 Mar 2012 22:05:25 +0000 (22:05 +0000)
committerDRC <dcommander@users.sourceforge.net>
Sun, 11 Mar 2012 22:05:25 +0000 (22:05 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@808 632fc199-4ca6-4c93-a231-07263d6284db

1  2 
ChangeLog.txt

diff --cc ChangeLog.txt
index 1338f997d2e48fd649641e7bc033818a97d3f47b,e27ac09ad1e51afa163a8134cafb38d2f8d3d0de..0f1f45c5b776c943ba13309efae04e09bf57702b
@@@ -1,14 -1,10 +1,18 @@@
 -1.2.1
 -=====
 +1.3 pre-beta
 +============
  
 -[1] Creating or decoding a JPEG file that uses the RGB colorspace should now
 +[1] Added support for additional scaling factors (3/8, 5/8, 3/4, 7/8, 9/8, 5/4,
 +11/8, 3/2, 13/8, 7/4, 15/8, and 2) when decompressing.  Currently, the IDCT
 +will not be SIMD-accelerated when using any of these scaling factors.
 +
 +[2] Added SIMD acceleration for performing 4:2:2 upsampling on NEON-capable ARM
 +platforms.  This speeds up the decompression of 4:2:2 JPEGs by 20-25% on such
 +platforms.
 +
++[3] Creating or decoding a JPEG file that uses the RGB colorspace should now
+ properly work when the input or output colorspace is one of the libjpeg-turbo
+ colorspace extensions.
  
  1.2.0
  =====