summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-18The SIMD quantization algorithm does not produce correct results with the fas...dcommander
2011-02-18Updated (C)dcommander
2011-02-18SIMD-accelerated RGB-to-Grayscale color conversiondcommander
2011-02-18Updated (C)dcommander
2011-02-18The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since the...dcommander
2011-02-18Re-order high-quality JPEG test per existing conventiondcommander
2011-02-18Also run high-quality JPEG test when code is built without SIMD extensionsdcommander
2011-02-18Add high-quality JPEG tests to CMakedcommander
2011-02-18Various documentation tweaksdcommander
2011-02-18More doc tweaksdcommander
2011-02-18Various documentation tweaksdcommander
2011-02-18Include high-quality test image in distributiondcommander
2011-02-18The SIMD quantization algorithm does not produce correct results with the fas...dcommander
2011-02-18"integer forward DCT", not "forward integer DCT"dcommander
2011-02-18The fast integer DCT degrades for qualities > 95, so use the slow integer DCT...dcommander
2011-02-18Performance pitfallsdcommander
2011-02-18git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@3...dcommander
2011-02-18The SIMD quantization algorithm does not produce correct results with the fas...dcommander
2011-02-17Fix typo that was causing visual artifacts in grayscale JPEGsdcommander
2011-02-17Fix typo that was causing visual artifacts in grayscale JPEGsdcommander
2011-02-16Expose TurboJPEG scaling features in Java wrapperdcommander
2011-02-16Print scaled image size when performing verbose decompression testdcommander
2011-02-16Fix seg faultdcommander
2011-02-16Test scaled decompression feature in TurboJPEGdcommander
2011-02-16Not using Intel codec anymoredcommander
2011-02-16Use same naming scheme for output files as v1.1dcommander
2011-02-15General code cleanupdcommander
2011-02-15General code cleanupdcommander
2011-02-15Added scaling API to TurboJPEG/OSSdcommander
2011-02-15Document that pitch=0 == pitch=width*pixelsizedcommander
2011-02-15Ensure that YUV temp buffers get properly freed if a failure occursdcommander
2011-02-15Ensure that YUV temp buffers get properly freed if a failure occursdcommander
2011-02-15Ensure that the exit status of the program indicates failure if one of the pi...dcommander
2011-02-15Ensure that the exit status of the program indicates failure if one of the pi...dcommander
2011-02-15Ported jpgtest.cxx to pure C to avoid the need for a C++ compilerdcommander
2011-02-15Ported jpgtest.cxx to pure C to avoid the need for a C++ compilerdcommander
2011-02-08git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@3...dcommander
2011-02-08Restructure Java classes into their own packagedcommander
2011-02-08Use Java capitalization conventionsdcommander
2011-02-08New C version of jpgtest needs libmdcommander
2011-02-08Ported jpgtest.cxx to pure C to avoid the need for a C++ compilerdcommander
2011-02-07Ported jpgtest.cxx to pure C to avoid the need for a C++ compilerdcommander
2011-02-06git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@3...dcommander
2011-02-06JNI expects symbols to either have both an underscore and an @ suffix or to h...dcommander
2011-02-06Update (C) messagedcommander
2011-02-061.1.90dcommander
2011-02-06Add java/ to distdcommander
2011-02-06Propagate --with-jni down to RPM SPECdcommander
2011-02-06Don't set BUILDJNILIB=1 or default JAVA_CFLAGS unless --with-jni is specifieddcommander
2011-02-05Build JNI wrapper on Windowsdcommander