From: DRC Date: Tue, 3 Jul 2012 20:02:49 +0000 (+0000) Subject: Oops. Add support for TJFLAG_FASTDCT to tjDecompressToYUV() as well. X-Git-Tag: 1.2.90~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2186809a45bed487ad614a2fa0981c46e460c099;p=libjpeg-turbo Oops. Add support for TJFLAG_FASTDCT to tjDecompressToYUV() as well. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@856 632fc199-4ca6-4c93-a231-07263d6284db --- 2186809a45bed487ad614a2fa0981c46e460c099 diff --cc ChangeLog.txt index ad181b1,4a592c0..877993f --- a/ChangeLog.txt +++ b/ChangeLog.txt @@@ -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 =====