aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.txt
AgeCommit message (Expand)Author
2013-04-26Extend the TurboJPEG C API to support generating YUV images with arbitrary pa...DRC
2013-04-25Fix I/O suspension. This little nugget of code was introduced in r30 as part...DRC
2013-09-24Fix I/O suspension. This little nugget of code was introduced in r30 as part...DRC
2013-04-24Minor doc tweaks + ChangeLog updateDRC
2013-04-19Overhaul Linux/Unix packaging system, primarily to avoid conflicts with vendo...DRC
2013-02-14git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@929 632fc199...DRC
2013-02-06Include a C version of md5cmp rather than depending on an external md5sum bin...DRC
2013-02-04Include ARM v7s (iPhone 5, iPad 4) support in the universal libjpeg/libturboj...DRC
2013-01-21Eliminated the awkward and confusing "TurboJPEG/OSS" designation, since there...DRC
2013-01-18Implement in-memory source/destination managers even when not emulating the l...DRC
2013-01-13Fix the x86 build with NASM 0.98. Since NASM 0.98 is the default version on ...DRC
2013-01-13Fix the x86 build with NASM 0.98. Since NASM 0.98 is the default version on ...DRC
2013-01-10Wordsmithing; Remove mention of TurboJPEG/IPP-- it is no longer a relevant co...DRC
2013-01-01Port RGB-to-Grayscale color transform from jpeg-8dDRC
2013-01-01Port the width/height force feature from jpegtran v8d.DRC
2013-01-01Add cjpeg -rgb option from jpeg-8dDRC
2012-12-311.2.90 (1.3 beta1)DRC
2012-10-02git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@863 632fc199...DRC
2012-09-24Add a Java version of TJBench and extend the TurboJPEG Java API to support it...DRC
2012-08-24If libturbojpeg.jnilib is not found on Mac systems, specifically look for it ...DRC
2012-08-07Allow the libjpeg-turbo32 package to be used on MultiArch-compatible systems ...DRC
2012-08-07Allow the libjpeg-turbo32 package to be used on MultiArch-compatible systems ...DRC
2012-07-03Oops. Add support for TJFLAG_FASTDCT to tjDecompressToYUV() as well.DRC
2012-07-03Oops. Add support for TJFLAG_FASTDCT to tjDecompressToYUV() as well.DRC
2012-06-29Add flags to the TurboJPEG API that allow the caller to force the use of eith...DRC
2012-06-29Added flags to the TurboJPEG API that allow the caller to force the use of ei...DRC
2012-06-28More recent versions of autoconf add -traditional-cpp to the CPP flags, which...DRC
2012-06-28More recent versions of autoconf add -traditional-cpp to the CPP flags, which...DRC
2012-06-18Provide further details about the regressionDRC
2012-06-18Provide further details about the regressionDRC
2012-06-15Acknowledge the existence of 1.2.1DRC
2012-06-15Fixed regression caused by a bug in the 32-bit strict memory access code in j...DRC
2012-06-15Fixed regression caused by a bug in the 32-bit strict memory access code in j...DRC
2012-06-13Accelerated 4:2:2 upsampling routine for ARM (improves performance ~20-30% wh...DRC
2012-06-13Eliminate the use of the MASKMOVDQU instruction, to speed up decompression pe...DRC
2012-06-13Eliminate the use of the MASKMOVDQU instruction, to speed up decompression pe...DRC
2012-06-06Add x, y parameters to TJDecompressor so that it can be used to decompress to...DRC
2012-05-30Guard against num_components being a ridiculous value due to a corrupt headerDRC
2012-05-30Guard against num_components being a ridiculous value due to a corrupt headerDRC
2012-04-26Preserve all 128 bits of xmm6 and xmm7DRC
2012-04-26Preserve all 128 bits of xmm6 and xmm7DRC
2012-03-23Add a dummy version number to the TurboJPEG dynamic library on Unix systems s...DRC
2012-03-16Fix the behavior of the alpha-enabled colorspace constants whenever libjpeg-t...DRC
2012-03-16Fix the behavior of the alpha-enabled colorspace constants whenever libjpeg-t...DRC
2012-03-11Allow RGB JPEG files to be created/decoded when using the LJT colorspace exte...DRC
2012-03-11Allow RGB JPEG files to be created/decoded when using the LJT colorspace exte...DRC
2012-02-10iOS universal package was promoted to a 1.2 featureDRC
2012-02-10git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.2.x@797...DRC
2012-02-10Infrastructure for producing a universal x86-64/i386/ARM version of libjpeg.a...DRC
2012-02-09Infrastructure for producing a universal x86-64/i386/ARM version of libjpeg.a...DRC