aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2011-02-25Use a proper version script for libturbojpegdcommander
2011-02-19Include jpgtest in Unix/Linux distribution packagesdcommander
2011-02-18Distribute high-quality and grayscale test imagesdcommander
2011-02-18The SIMD quantization algorithm does not produce correct results with the fas...dcommander
2011-02-18SIMD-accelerated RGB-to-Grayscale color conversiondcommander
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-06Add java/ to distdcommander
2011-02-04Detect jni.h; Provide mechanism for adding include paths necessary to find it...dcommander
2011-02-04Add JNI wrapper for TurboJPEG/OSSdcommander
2010-11-24Merge the TurboJPEG planar YUV encoding feature from VirtualGL 2.2dcommander
2010-11-23Include arithmetic coding test files in distdcommander
2010-11-23Added configure options to disable arithmetic encoding/decodingdcommander
2010-11-23Support arithmetic encoding and decodingdcommander
2010-11-17Create /opt/libjpeg-turbo/lib32 and /opt/libjpeg-turbo/lib64 symlinks when do...dcommander
2010-10-21Allow Mac and Solaris packages to be built with v7/v8b emulated librariesdcommander
2010-10-19Emulate the version script in libjpeg v7/v8 shared librariesdcommander
2010-10-18Modify OS X universal binary creation process to give the user more control o...dcommander
2010-10-18Allow RPMs and SRPMs to be generated with v7/v8b emulation; Add CMake scripts...dcommander
2010-10-17Windows packaging has been moved to the CMake build system, so remove it from...dcommander
2010-10-12Document new v7/v8 features; .doc = .txtdcommander
2010-10-10Fix transpose feature with jpeg v6b code basedcommander
2010-10-10Implement lossless crop feature from jpeg v7 and v8dcommander
2010-10-10Fix version numbers for v7/v8 shared libsdcommander
2010-10-08Added optional emulation of the jpeg-7 or jpeg-8b API/ABI'sdcommander
2010-09-09Require a full build prior to testing (this fixes a problem whereby running '...dcommander
2010-09-09Include testimgflt.ppm in distributiondcommander
2010-09-09Most of the "nosimd" test images no longer exist, so don't try to include the...dcommander
2010-08-07Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling todcommander
2010-06-10Not all platforms define RMdcommander
2010-06-10Include non-SIMD test images in distributiondcommander
2010-06-10Don't require --without-simd to be specified on non-x86 architectures, and fi...dcommander
2010-06-09Cygwin package builddcommander
2010-06-05Distribute man pages in source tarballdcommander
2010-06-04Install libjpeg run-time programs and man pages and include in Unix/Linux pac...dcommander
2010-05-10Only disable filesystem redirection in the 64-bit installersdcommander
2010-05-10Create separate packages for Win64 binariesdcommander
2010-03-03Include ChangeLog.txt in distdcommander
2010-02-24Visual C++ libraries can't be made to work with MinGW because of the dependen...dcommander
2010-02-22Fix 'make dist' since we added new test imagesdcommander
2010-02-19test depends on jpegut as welldcommander
2010-02-19Improve unit testsdcommander
2010-02-17Build Sun packagesdcommander
2010-02-16Build libturbojpeg.so using mapfile on Solarisdcommander
2010-02-16Split build instructions into a new file and add SDK usage notes to README-tu...dcommander
2010-02-16Build TurboJPEG/OSS with a version script to prevent any non-global symbols f...dcommander
2010-02-15Add mechanism for building universal (i386/x86-64) binaries on Snow Leoparddcommander
2010-02-15Add mechanism for creating Mac packages dcommander
2010-02-15Add mechanism for creating DEB packagesdcommander
2010-02-15Actually, we only need to 'make dist-gzip' prior to building the SRPMdcommander