aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-22Make comments more consistentdcommander
2014-12-22Add a "quicktest" pseudo-target, for those times when you just don't want to ...dcommander
2014-12-22Cosmetic tweaks to the PowerPC SIMD stubsdcommander
2014-12-22Split AltiVec algorithms into separate files for ease of maintenance; Rename...dcommander
2014-12-20Optimizations to the AltiVec DCT algorithms (pre-compute constants and combin...dcommander
2014-12-20AltiVec SIMD implementation of slow integer inverse DCTdcommander
2014-12-20Use macros to allocate constants statically, rather than reading them from a ...dcommander
2014-12-20Swap the order of the IFAST and ISLOW FDCT functions so that it matches the o...dcommander
2014-12-19Include ARMv8 binaries when generating a combined OS X/iOS package using 'mak...dcommander
2014-12-19In the output of the configure script, indicate whether gas-preprocessor.pl i...dcommander
2014-12-19Modify the ARM64 assembly file so that it uses only syntax that the clang ass...dcommander
2014-12-19Remove reference to install.txt, which we do not include from the IJG distrib...dcommander
2014-12-19Add iOS architectures to the shared libraries generated by the Mac/iOS packag...dcommander
2014-12-18AltiVec SIMD implementation of fast integer inverse DCTdcommander
2014-12-18Further cleanup of the AltiVec forward DCT code:dcommander
2014-12-17AltiVec SIMD implementation of slow integer forward DCT; Clean up fast integ...dcommander
2014-12-17Fix cosmetic issues in AltiVec commentsdcommander
2014-12-14Fix 'make dist'dcommander
2014-12-08Fix typos in test namesdcommander
2014-12-01Remove unused codedcommander
2014-12-01Fix build when INPUT_SMOOTHING_SUPPORTED is undefineddcommander
2014-11-25Some software also needs the FAR macro. Ugh. Also wordsmithing.dcommander
2014-11-25Restore the JPP() and JMETHOD() macros. Even though libjpeg-turbo doesn't us...dcommander
2014-11-22Oops. Include the tjPlane*() functions in the mapfile so that they are expos...dcommander
2014-11-22Fix Huffman local buffer overrun discovered by Debian developers when attempt...dcommander
2014-11-22Fix whitespace issues introduced with previous commit.dcommander
2014-11-22Print the library version and exit whenever -version is passed to cjpeg, djpe...dcommander
2014-11-19Sometimes the sampling factors in grayscale images can be > 1 (for instance, ...dcommander
2014-11-18Make TJCompressor.close() and TJDecompressor.close() idempotentdcommander
2014-11-18Uses clz and bsr instructions for bit counting on ARM64 platforms as well.dcommander
2014-11-06Remove trailing spacesdcommander
2014-10-23Another oops. tjBufSizeYUV2() should return -1 if width < 1.dcommander
2014-10-23Oops. tjPlaneSizeYUV() should return -1 if componentID > 0 and subsamp==TJSA...dcommander
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