]> granicus.if.org Git - libjpeg-turbo/commitdiff
Oops. Add support for TJFLAG_FASTDCT to tjDecompressToYUV() as well.
authorDRC <dcommander@users.sourceforge.net>
Tue, 3 Jul 2012 20:02:49 +0000 (20:02 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 3 Jul 2012 20:02:49 +0000 (20:02 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@856 632fc199-4ca6-4c93-a231-07263d6284db

1  2 
ChangeLog.txt
turbojpeg.c

diff --cc ChangeLog.txt
index ad181b1ed046d13e12c4311ff8acc338ba1e3d60,4a592c09eb4bf5cf718191d68a0c681f3b77ba15..877993f2ead774c14765d779fa9a060814097462
@@@ -1,20 -1,8 +1,22 @@@
 -1.2.2
 -=====
 +1.3 pre-beta
 +============
 +
 +[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.  Note that the IDCT will
 +not be SIMD-accelerated when using any of these new scaling factors.
 +
 +[2] The TurboJPEG dynamic library is now versioned.  It was not strictly
 +necessary to do so, because TurboJPEG uses versioned symbols, and if a function
 +changes in an ABI-incompatible way, that function is renamed and a legacy
 +function is provided to maintain backward compatibility.  However, certain
 +Linux distro maintainers will blindly reject any library that is not versioned,
 +so this was an attempt to make them happy.
 +
 +[3] Extended the TurboJPEG Java API so that it can be used to decompress a
 +JPEG image into an arbitrary position in a large output buffer.
  
 -[1] The tjDecompressToYUV() function now supports the TJFLAG_FASTDCT flag.
++[4] The tjDecompressToYUV() function now supports the TJFLAG_FASTDCT flag.
  
  1.2.1
  =====
diff --cc turbojpeg.c
Simple merge