summaryrefslogtreecommitdiff
path: root/trunk
AgeCommit message (Expand)Author
2012-06-29Add flags to the TurboJPEG API that allow the caller to force the use of eith...dcommander
2012-06-28More recent versions of autoconf add -traditional-cpp to the CPP flags, which...dcommander
2012-06-28Later versions of autoconf (specifically, the one shipped with Xcode 4.3) def...dcommander
2012-06-18Provide further details about the regressiondcommander
2012-06-15Acknowledge the existence of 1.2.1dcommander
2012-06-15Fixed regression caused by a bug in the 32-bit strict memory access code in j...dcommander
2012-06-13Eliminate the use of the MASKMOVDQU instruction, to speed up decompression pe...dcommander
2012-06-08Add new JNI functions to mapfile so they will be visible on Linuxdcommander
2012-06-07Fix array size calculationsdcommander
2012-06-06Add x, y parameters to TJDecompressor so that it can be used to decompress to...dcommander
2012-05-30Guard against num_components being a ridiculous value due to a corrupt headerdcommander
2012-04-26Preserve all 128 bits of xmm6 and xmm7dcommander
2012-04-26Fix memory leak in the colorspace emulation codedcommander
2012-03-29Provide the legacy unversioned libturbojpeg.so resource so that RPMs that dep...dcommander
2012-03-23Emulate colorspace extensions if they are not present in the libjpeg API. Th...dcommander
2012-03-23Get rid of the Solaris packaging system. Solaris packages are obsolete, only...dcommander
2012-03-23Ensure that tjDecompress2() exits cleanly if setDecompDefaults() failsdcommander
2012-03-23Add a dummy version number to the TurboJPEG dynamic library on Unix systems s...dcommander
2012-03-23Get rid of the Solaris packaging system. Solaris packages are obsolete, only...dcommander
2012-03-23"Sun Studio"="Oracle Solaris Studio"dcommander
2012-03-23Fix universal DMG builddcommander
2012-03-17Visual Studio 2010 doesn't like the wildcard, so let CMake expand it instead.dcommander
2012-03-16Fix the behavior of the alpha-enabled colorspace constants whenever libjpeg-t...dcommander
2012-03-11Allow RGB JPEG files to be created/decoded when using the LJT colorspace exte...dcommander
2012-02-10Oopsdcommander
2012-02-10Move build dir. variables back into makemacpkg to avoid messing up the Solari...dcommander
2012-02-10Don't include documentation in 32-bit supplemental packagedcommander
2012-02-10Fix 'make dist'dcommander
2012-02-10iOS universal package was promoted to a 1.2 featuredcommander
2012-02-10RPM spec no longer uses %{_srcdir}dcommander
2012-02-10Install docs when doing 'make install' on Unix; Fix 'install' target on Windo...dcommander
2012-02-10'make iosdmg' now works with 32-bit builds as welldcommander
2012-02-10Clean up the iOS packaging mechanism so that ARM architectures can be added t...dcommander
2012-02-09Infrastructure for producing a universal x86-64/i386/ARM version of libjpeg.a...dcommander
2012-02-08Merge description from README-turbo.txt into packagesdcommander
2012-02-07git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@7...dcommander
2012-02-07Wordsmithing and grammardcommander
2012-02-03Several clarifications regarding v7/v8 API/ABI supportdcommander
2012-02-03Fix issue whereby libjpeg-turbo would report "fractional sampling not impleme...dcommander
2012-02-02Accelerated 4:2:2 upsampling routine for ARM (improves performance ~20-30% wh...dcommander
2012-02-01Oops. Need to use -nosmooth so that the output matches the reference images ...dcommander
2012-01-31Add more extensive TurboJPEG regression testsdcommander
2012-01-31Add tests for the additional scaling factorsdcommander
2012-01-31Fix 'make dist'dcommander
2012-01-31Merge copyright messages into one string and change the run-time messages to ...dcommander
2012-01-31Combine all of the scaling tests using a for loopdcommander
2012-01-31Incorporate a few upstream doc changes; grammar police; wordsmithing; Move -a...dcommander
2012-01-31Move test images into their own subdirectorydcommander
2012-01-31Compiler warningsdcommander
2012-01-28Expose new scaling factors in TurboJPEG APIdcommander