aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-27Make sure that Java is disabled when 12-bit is enabled (Java requires TurboJP...DRC
2015-06-20Studies show that GCC v5.1.0 performs as well as or better than v4.2, but v4....DRC
2015-06-20TypoDRC
2015-06-19Clarify that the TurboJPEG API functions/methods do not modify the source buf...DRC
2015-06-15Set up a good codereview.settings fileAaron Gable
2015-06-09[libjpeg_turbo] Fix ARM NEON buildnoel@chromium.org
2015-06-08Now that the TurboJPEG API is reporting libjpeg warnings as errors, an "Inval...DRC
2015-06-08Fix a segfault that occured in the MIPS DSPr2 fancy upsampling routine when d...DRC
2015-06-01If a warning (such as "Premature end of JPEG file") is triggered in the under...DRC
2015-05-17Back out r1555 and r1548. Using setenv() didn't fix the iOS simulator issue....DRC
2015-05-16Fix the Windows build. I remember now why I used putenv() originally-- becau...DRC
2015-05-15Allow building only static or only shared libraries on WindowsDRC
2015-05-15__WORDSIZE doesn't seem to be available on platforms other than Mac or Linux,...DRC
2015-05-15Unless you define _ANSI_SOURCE, then putenv() on Mac is renamed to putenv$UNI...DRC
2015-05-06Fix a bug in the 64-bit Huffman encoder that Google discovered when encoding ...DRC
2015-04-30Restore backward compatibility with MSVC < 2010 (broken by r1541)DRC
2015-04-27Fix libjpeg_turbo svn r64 libjpeg6b compat issuenoel@chromium.org
2015-04-27Add a reference to the instructions used to update the libjpeg_turbo codenoel@chromium.org
2015-04-22Oops. OS X doesn't define __WORDSIZE unless you include stdint.h, so apparen...DRC
2015-03-19Allow the executables and libraries outside of the sharedlib/ directory to be...DRC
2015-02-23Surround the usage of getenv() in the TurboJPEG API with #ifndef NO_GETENV so...DRC
2015-02-23If libjpeg-turbo is configured with a non-default prefix, such as /usr, then ...DRC
2015-02-23Enable silent build rules for the NASM objects, if the source is configured w...DRC
2015-02-20Set the RPM and deb architecture properly on non-x86 platforms.DRC
2015-01-28Come on, Cohaagen, you got what you want. Give these people air!DRC
2015-01-27Oops. Need to set the alpha channel when using TYPE_4BYTE_ABGR*. This has n...DRC
2015-01-27Oops. Need to set the alpha channel when using TYPE_4BYTE_ABGR*. This has n...DRC
2015-01-21Oops. The MIPS SIMD implementations of h2v1 and h2v2 upsampling were not che...DRC
2015-01-20Introduce fast paths to speed up NULL color conversion somewhat, particularly...DRC
2015-01-16Some clarifications (actually MIPS doesn't implement the float DCT/IDCT using...DRC
2015-01-16Make the floating point regression tests optional. It has been known for qui...DRC
2015-01-16In the process of developing the AltiVec extensions, it was discovered that t...DRC
2015-01-16Add separate pseudo-targets for the TurboJPEG and libjpeg regression tests, f...DRC
2015-01-16Bump copyright yearDRC
2015-01-16Add the ability to benchmark YCCK JPEG compression/decompression. This is pa...DRC
2015-01-161.4.1DRC
2015-01-12git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@149...DRC
2015-01-07Oops. Delete the duplicate copy of [lib]turbojpeg.dll in the binary director...DRC
2014-12-19Document that the ARMv8/iOS issues are now fixedDRC
2014-12-19Remove reference to install.txt, which we do not include from the IJG distrib...DRC
2014-12-19Include ARMv8 binaries when generating a combined OS X/iOS package using 'mak...DRC
2014-12-19In the output of the configure script, indicate whether gas-preprocessor.pl i...DRC
2014-12-19Modify the ARM64 assembly file so that it uses only syntax that the clang ass...DRC
2014-12-19Add iOS architectures to the shared libraries generated by the Mac/iOS packag...DRC
2014-12-191.4.0DRC
2014-12-14Fix 'make dist'DRC
2014-12-08Fix typos in test namesDRC
2014-12-01Remove unused codeDRC
2014-12-01Fix build when INPUT_SMOOTHING_SUPPORTED is undefinedDRC
2014-11-25Some software also needs the FAR macro. Ugh. Also wordsmithing.DRC