blob: 4f0dc72ce1020dd0f14053556e3a4ca95638cbd7 [file] [log] [blame]
DRC4a1c2d92011-01-28 08:00:10 +000011.1.0
2=====
DRCfa1d1832011-01-26 05:35:20 +00003
DRC72abc292011-02-18 01:45:24 +00004[1] The algorithm used by the SIMD quantization function cannot produce correct
5results when the JPEG quality is >= 98 and the fast integer forward DCT is
DRCbb4465f2011-02-18 02:41:03 +00006used. Thus, the non-SIMD quantization function is now used for those cases,
7and libjpeg-turbo should now produce identical output to libjpeg v6b in all
8cases.
DRCe1716b82011-02-18 03:19:43 +00009
DRC72abc292011-02-18 01:45:24 +000010[2] Despite the above, the fast integer forward DCT still degrades somewhat for
11JPEG qualities greater than 95, so TurboJPEG/OSS will now automatically use the
12slow integer forward DCT when generating JPEG images of quality 96 or greater.
13This reduces compression performance by as much as 15% for these high-quality
14images but is necessary to ensure that the images are perceptually lossless.
DRCbb4465f2011-02-18 02:41:03 +000015It also ensures that the library can avoid the performance pitfall created by
16[1].
DRC2e4d0442011-02-08 01:18:37 +000017
DRC72abc292011-02-18 01:45:24 +000018[3] Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler.
19
20[4] Fixed visual artifacts in grayscale JPEG compression caused by a typo in
DRCe2f37182011-02-17 07:53:46 +000021the RGB-to-chrominance lookup tables.
22
DRC240d82f2011-02-19 00:00:34 +000023[5] The Windows distribution packages now include the libjpeg run-time programs
24(cjpeg, etc.)
25
DRCdb8df012011-02-19 00:01:11 +000026[6] All packages now include jpgtest.
DRC240d82f2011-02-19 00:00:34 +000027
DRC10e31932011-02-25 00:14:12 +000028[7] The TurboJPEG dynamic library now uses versioned symbols.
29
30[8] Added two new TurboJPEG API functions, tjEncodeYUV() and
31tjDecompressToYUV(), to replace the somewhat hackish TJ_YUV flag.
32
DRC2d94e262011-01-25 06:52:31 +000033
DRC4a1c2d92011-01-28 08:00:10 +0000341.0.90 (1.1 beta1)
35==================
DRC766dc5c2010-10-12 02:50:18 +000036
DRCf38eee02011-02-18 07:00:38 +000037[1] Added emulation of the libjpeg v7 and v8 APIs and ABIs. See
DRCefa618e2010-10-18 08:41:11 +000038README-turbo.txt for more details. This feature was sponsored by CamTrace SAS.
39
40[2] Created a new CMake-based build system for the Visual C++ and MinGW builds.
DRC766dc5c2010-10-12 02:50:18 +000041
DRC09854f52010-11-04 22:39:59 +000042[3] TurboJPEG/OSS can now compress from/decompress to grayscale bitmaps.
43
DRC01e69092011-01-06 01:19:43 +000044[4] jpgtest can now be used to test decompression performance with existing
45JPEG images.
DRCe89bbae2010-11-12 10:18:08 +000046
DRCd1c281a2010-11-17 22:44:40 +000047[5] If the default install prefix (/opt/libjpeg-turbo) is used, then
48'make install' now creates /opt/libjpeg-turbo/lib32 and
49/opt/libjpeg-turbo/lib64 sym links to duplicate the behavior of the binary
50packages.
51
DRCec311932010-11-22 19:51:42 +000052[6] All symbols in the libjpeg-turbo dynamic library are now versioned, even
53when the library is built with libjpeg v6b emulation.
54
DRC01e69092011-01-06 01:19:43 +000055[7] Added arithmetic encoding and decoding support (can be disabled with
DRC245cfdf2010-11-23 17:11:06 +000056configure or CMake options)
DRC66f97e62010-11-23 05:49:54 +000057
DRC9e17f7d2010-12-10 04:59:13 +000058[8] Added a TJ_YUV flag to TurboJPEG/OSS which causes both the compressor and
59decompressor to output planar YUV images.
DRCfbb67472010-11-24 04:02:37 +000060
DRC50c657b2010-12-14 01:23:16 +000061[9] Added an extended version of tjDecompressHeader() to TurboJPEG/OSS which
62allows the caller to determine the type of subsampling used in a JPEG image.
63
DRC4a1c2d92011-01-28 08:00:10 +000064[10] Added further protections against invalid Huffman codes.
DRCfa1d1832011-01-26 05:35:20 +000065
DRC766dc5c2010-10-12 02:50:18 +000066
DRC4a1c2d92011-01-28 08:00:10 +0000671.0.1
68=====
DRC0fbb28e2010-07-30 17:15:52 +000069
70[1] The Huffman decoder will now handle erroneous Huffman codes (for instance,
71from a corrupt JPEG image.) Previously, these would cause libjpeg-turbo to
72crash under certain circumstances.
73
DRC025a2792010-08-07 16:27:56 +000074[2] Fixed typo in SIMD dispatch routines which was causing 4:2:2 upsampling to
75be used instead of 4:2:0 when decompressing JPEG images using SSE2 code.
DRC30959712010-08-07 16:06:56 +000076
DRCbdb12882010-08-21 21:14:17 +000077[3] configure script will now automatically determine whether the
78INCOMPLETE_TYPES_BROKEN macro should be defined.
79
DRC0fbb28e2010-07-30 17:15:52 +000080
DRC4a1c2d92011-01-28 08:00:10 +0000811.0.0
82=====
DRC49597872010-05-17 20:47:57 +000083
DRCc773d102010-06-05 06:58:22 +000084[1] 2983700: Further FreeBSD build tweaks (no longer necessary to specify
85--host when configuring on a 64-bit system)
DRC49597872010-05-17 20:47:57 +000086
DRCf12c7db2010-05-18 19:04:47 +000087[2] Created sym. links in the Unix/Linux packages so that the TurboJPEG
88include file can always be found in /opt/libjpeg-turbo/include, the 32-bit
89static libraries can always be found in /opt/libjpeg-turbo/lib32, and the
9064-bit static libraries can always be found in /opt/libjpeg-turbo/lib64.
91
DRC4bf3b582010-06-05 01:03:23 +000092[3] The Unix/Linux distribution packages now include the libjpeg run-time
93programs (cjpeg, etc.) and man pages.
94
95[4] Created a 32-bit supplementary package for amd64 Debian systems which
96contains just the 32-bit libjpeg-turbo libraries.
97
98[5] Moved the libraries from */lib32 to */lib in the i386 Debian package.
99
DRCdf3337c2010-07-02 09:13:58 +0000100[6] Include distribution package for Cygwin
DRC4bf3b582010-06-05 01:03:23 +0000101
DRCdf3337c2010-07-02 09:13:58 +0000102[7] No longer necessary to specify --without-simd on non-x86 architectures, and
DRC38ccf852010-06-10 19:49:49 +0000103unit tests now work on those architectures.
104
DRC49597872010-05-17 20:47:57 +0000105
DRC4a1c2d92011-01-28 08:00:10 +00001060.0.93
107======
DRC0f413b22010-04-06 20:05:39 +0000108
DRCc773d102010-06-05 06:58:22 +0000109[1] 2982659, Fixed x86-64 build on FreeBSD systems
DRC0f413b22010-04-06 20:05:39 +0000110
DRCc773d102010-06-05 06:58:22 +0000111[2] 2988188: Added support for Windows 64-bit systems
DRC1a2219e2010-05-10 20:03:36 +0000112
DRC0f413b22010-04-06 20:05:39 +0000113
DRC4a1c2d92011-01-28 08:00:10 +00001140.0.91
115======
DRCae19bf62010-03-15 11:40:31 +0000116
117[1] Added documentation to .deb packages
118
119[2] 2968313: Fixed data corruption issues when decompressing large JPEG images
120and/or using buffered I/O with the libjpeg-turbo decompressor
DRC4a1c2d92011-01-28 08:00:10 +0000121
122
1230.0.90
124======
125
126Initial release