summaryrefslogtreecommitdiff
path: root/trunk
AgeCommit message (Expand)Author
2012-01-31Move test images into their own subdirectorydcommander
2012-01-31Compiler warningsdcommander
2012-01-28Expose new scaling factors in TurboJPEG APIdcommander
2012-01-28Document the new scaling factorsdcommander
2012-01-28Oops. Height of output buffer should equal scaled height, not JPEG height.dcommander
2012-01-28Support additional scaling factors when decompressingdcommander
2012-01-28Oops. Need to handle cases in which num_components > ndcommander
2012-01-27Bump version to 1.2.80 (1.3 alpha1) to prepare for receiving new featuresdcommander
2012-01-27Be clear that we are only emulating the libjpeg v7/v8 API/ABI, not the librar...dcommander
2012-01-27git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@7...dcommander
2012-01-27Move -arithmetic into "switches for advanced users"dcommander
2012-01-27Update upstream e-mail addressdcommander
2012-01-27Properly decompress erroneous CMYK/YCCK images whose K component has an ID of...dcommander
2012-01-26Move INLINE macro into config.h. That's really where it belongs anyhow, sinc...dcommander
2012-01-17Grammar policedcommander
2012-01-17Subtle point, but TurboJPEG is the API and TurboJPEG/OSS is the library imple...dcommander
2012-01-17Compiler warningsdcommander
2011-12-19Add program that demonstrates how to check for the existence of the colorspac...dcommander
2011-12-19Added new alpha channel colorspace constants/pixel formats, so applications c...dcommander
2011-12-18Add LIBJPEG_TURBO_VERSION macro for checking the libjpeg-turbo version at com...dcommander
2011-12-15"which"="that"dcommander
2011-12-01Fixed non-fatal out-of-bounds read in SSE2 SIMD code reported by valgrind whe...dcommander
2011-11-29Expose NASM variable in ccmakedcommander
2011-11-29NASM automatically adds the current directory to the include path, but YASM d...dcommander
2011-11-291.2.0dcommander
2011-11-01git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@7...dcommander
2011-10-28git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@7...dcommander
2011-10-28git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@7...dcommander
2011-10-28git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@7...dcommander
2011-10-27Fix 'make dist'dcommander
2011-10-27iOS doesn't allow dynamic linking against non-system libsdcommander
2011-10-19ARM + iOS instructionsdcommander
2011-10-18Make sure we don't call jpeg_destroy_[de]compress() on an uninitialized struc...dcommander
2011-10-18Fix compiler warningdcommander
2011-09-26Oops. Don't try to use custom filter at the C level unless it is defined at ...dcommander
2011-09-20Wordsmithingdcommander
2011-09-20Always link tjbench against jpeg-static instead of the JPEG DLL, since we are...dcommander
2011-09-20Add TJCustomFilter to Windows builddcommander
2011-09-20Add a couple of missing pagesdcommander
2011-09-20Implement custom filter callback in Javadcommander
2011-09-19Fix 'make docs' with out-of-tree buildsdcommander
2011-09-19Fix 'make headers' with out-of-tree buildsdcommander
2011-09-17git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@7...dcommander
2011-09-17Implement a custom DCT filter callback for lossless transformsdcommander
2011-09-10Eliminate "main is usually a function" warningsdcommander
2011-09-09Fill unused byte with 0xFF on Windows as welldcommander
2011-09-09Use 8-bit write to avoid potential pointer aliasing issues (also, at least on...dcommander
2011-09-08When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it ...dcommander
2011-09-07Improve performance of non-SIMD color conversion routines and use global cons...dcommander
2011-09-07Fix compile error when JCS_EXTENSIONS!=1dcommander