aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-05The AltiVec code actually works on 32-bit PowerPC platforms as well, so chang...dcommander
2014-09-05AltiVec SIMD implementation of fast forward DCTdcommander
2014-09-04Bump version to 1.5 alpha1 to prepare for new featuresdcommander
2014-09-04When building libjpeg-turbo on Un*x systems, INT32 is usually typedef'ed to l...dcommander
2014-08-30Fix Windows builddcommander
2014-08-30Fix issues with RGB565 color conversion on big endian machines. The RGB565 r...dcommander
2014-08-30Fix build on OS X PowerPC platformsdcommander
2014-08-30Oops. Forgot to alter the version header in the change log to indicate the r...dcommander
2014-08-29Rename the ARM64 assembly file to match the C filedcommander
2014-08-29Fix several mathematical issues discovered in the ARM64 NEON code while runni...dcommander
2014-08-25Reformat code per Siarhei's original patch (to clearly indicate that the offs...dcommander
2014-08-23Clarify forward compatibility of iOS/ARM buildsdcommander
2014-08-23ARM64 NEON SIMD support for YCC-to-RGB565 conversiondcommander
2014-08-23ARM NEON SIMD support for YCC-to-RGB565 conversion, and optimizations to the ...dcommander
2014-08-22Ensure that tjFree() is used for any JPEG buffers that might have been dynami...dcommander
2014-08-22Revert r1335 and r1336. It was a valiant effort, but on Windows, xmm8-xmm15 ...dcommander
2014-08-22Windows doesn't have setenv(). Go, go Gadget Macros.dcommander
2014-08-221.4 beta1dcommander
2014-08-22Fix 'make dist'dcommander
2014-08-22Don't use sudo when building a Debian package unless the user is non-rootdcommander
2014-08-22Add a set of undocumented environment variables and Java system properties th...dcommander
2014-08-22.func/.endfunc are only necessary when generating STABS debug info, which bas...dcommander
2014-08-22Extend tjbenchtest so that it tests the dynamic JPEG buffer allocation featur...dcommander
2014-08-22Run the TurboJPEG conformance tests out of a directory in /tmp (for improved ...dcommander
2014-08-21Oopsdcommander
2014-08-21Subtle point, but dest->outbuffer is a pointer to the address of the JPEG buf...dcommander
2014-08-21If the output buffer in the TurboJPEG destination manager was allocated by th...dcommander
2014-08-21Actually, we need to increase the size of BUFSIZE, not just the size of _buff...dcommander
2014-08-21Fix an extremely rare crash that can occur when compressing a very high-frequ...dcommander
2014-08-20Wordsmithing & clarificationsdcommander
2014-08-20Document the existence of the new ARM64 SIMD codedcommander
2014-08-20Properly detect the need for gas-preprocessor.pl when building for ARM64dcommander
2014-08-17Refactored YUVImage Java class so that it supports both unified YUV image buf...dcommander
2014-08-15Make the wrapped functions staticdcommander
2014-08-15Whitespace formatting tweaksdcommander
2014-08-15Add descriptions to help sort out which function goes with which version of t...dcommander
2014-08-15Fix build broken by r1349dcommander
2014-08-15Compiler warningsdcommander
2014-08-15Restore backward compatibility between libjpeg-turbo 1.3.x JAR and the new JN...dcommander
2014-08-15Allow the int pixel versions of the various TurboJPEG JNI functions to share ...dcommander
2014-08-14Clean up exception handling in the JNI code. The exception is actually not t...dcommander
2014-08-12Oops. Parameter name is "strides", not "stride"dcommander
2014-08-12Reformat TurboJPEG C API documentation to improve ease of maintenance and to ...dcommander
2014-08-11Extend the TurboJPEG C API to support handling YUV images stored in separate ...dcommander
2014-08-10Clean up and consolidate notes regarding the YUV image format. This also cor...dcommander
2014-08-10Clean up notes using the doxygen @note commanddcommander
2014-08-10Make the documentation more readable by displaying fixed-width text (which is...dcommander
2014-08-0912-bit JPEG supportdcommander
2014-08-09Oops. The Windows version of collect_args/uncollect_args uses rsp, so we sti...dcommander
2014-08-09Attempt to improve performance by refactoring the compression-side color conv...dcommander