summaryrefslogtreecommitdiff
path: root/trunk
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-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-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-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-15Ported jpgtest.cxx to pure C to avoid the need for a C++ compilerdcommander
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-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
2011-02-05git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@3...dcommander
2011-02-05git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@3...dcommander
2011-02-05OS X Tiger requires that JNI libraries have the extension .jnilib, so create ...dcommander
2011-02-05git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@3...dcommander
2011-02-04Detect jni.h; Provide mechanism for adding include paths necessary to find it...dcommander
2011-02-04Eliminate compiler warnings in Sun Studiodcommander
2011-02-04JNI interface changed for TJ class, since it only has static methods nowdcommander
2011-02-041.1.90dcommander
2011-02-04Add JNI wrapper for TurboJPEG/OSSdcommander
2011-02-02Oops. Committed debugging codedcommander
2011-02-02Clarify that the C wrappers fall under the same license as the rest of the SI...dcommander
2011-02-02Clarify that the C wrappers fall under the same license as the rest of the SI...dcommander
2011-02-02Clarify that the C wrappers fall under the same license as the rest of the SI...dcommander
2011-01-28git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@3...dcommander
2011-01-28git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@3...dcommander
2011-01-25The fast integer DCT degrades for qualities > 95, so use the slow integer DCT...dcommander
2011-01-06Clarificationsdcommander
2011-01-05Eliminate all of the __memalign() mess and just handle the alignment ourselvesdcommander
2011-01-05Ensure temp. buffers for YUV output are 16-byte aligned on 32-bit Windowsdcommander
2011-01-04Make arithmetic coding support status messages more cleardcommander
2011-01-04Further protect against invalid Huffman codesdcommander
2010-12-14Include new tjDecompressHeader2() functiondcommander
2010-12-14git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@3...dcommander
2010-12-14Added YUV decode functionality to the "decompress only" testdcommander