aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-06Fix a bug in the 64-bit Huffman encoder that Google discovered when encoding ...HEADmasterdcommander
2015-04-30Restore backward compatibility with MSVC < 2010 (broken by r1540)dcommander
2015-04-22Oops. OS X doesn't define __WORDSIZE unless you include stdint.h, so apparen...dcommander
2015-03-19Allow the executables and libraries outside of the sharedlib/ directory to be...dcommander
2015-02-23Surround the usage of getenv() in the TurboJPEG API with #ifndef NO_GETENV so...dcommander
2015-02-23Enable silent build rules for the NASM objects, if the source is configured w...dcommander
2015-02-22If libjpeg-turbo is configured with a non-default prefix, such as /usr, then ...dcommander
2015-02-20Set the RPM and deb architecture properly on non-x86 platforms.dcommander
2015-02-20Extend the AltiVec VMX SIMD routines to support little endian PowerPC platforms.dcommander
2015-01-28Come on, Cohaagen, you got what you want. Give these people air!dcommander
2015-01-27Oops. Need to set the alpha channel when using TYPE_4BYTE_ABGR*. This has n...dcommander
2015-01-21Oops. The MIPS SIMD implementations of h2v1 and h2v2 upsampling were not che...dcommander
2015-01-20Introduce fast paths to speed up NULL color conversion somewhat, particularly...dcommander
2015-01-16Some clarifications (actually MIPS doesn't implement the float DCT/IDCT using...dcommander
2015-01-16Sync change log with 1.4.xdcommander
2015-01-16Make the floating point regression tests optional. It has been known for qui...dcommander
2015-01-16Document AltiVec extensionsdcommander
2015-01-16Revert r1506 (we actually are generating columns with the IDCT, so the naming...dcommander
2015-01-15De-confusify the variable names a bit -- "out" represents the output of the I...dcommander
2015-01-14Add the ability to benchmark YCCK JPEG compression/decompression. This is pa...dcommander
2015-01-14AltiVec SIMD implementation of H2V1 and H2V2 plain upsampling (used only when...dcommander
2015-01-14AltiVec SIMD implementation of H2V1 and H2V2 merged upsamplingdcommander
2015-01-14Fix an overread detected by valgrinddcommander
2015-01-14Fix bugs in the AltiVec fancy upsampling routines uncovered during additional...dcommander
2015-01-14In the process of developing the AltiVec extensions, it was discovered that t...dcommander
2015-01-14Fix a bug in the AltiVec downsampling routines uncovered during additional te...dcommander
2015-01-13Make the formatting and naming of variables and constants more consistentdcommander
2015-01-13Make the formatting and naming of variables and constants more consistentdcommander
2015-01-13Make the formatting and naming of variables and constants more consistentdcommander
2015-01-13AltiVec SIMD implementation of H2V1 and H2V2 fancy upsamplingdcommander
2015-01-12git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1493 632fc199-4c...dcommander
2015-01-11Minor code readability tweakdcommander
2015-01-11Use intrinsics for loading aligned data in the IDCT functions. This has no e...dcommander
2015-01-11Bump copyright yeardcommander
2015-01-10AltiVec SIMD implementation of YCC-to-RGB color conversiondcommander
2015-01-10Fix minor issue in code commentsdcommander
2015-01-10Fix minor issue in code commentsdcommander
2015-01-10Simplify the code somewhat. It actually wasn't necessary to have a "fast pat...dcommander
2015-01-10Overhaul the AltiVec vector loading code in the compression-side colorspace c...dcommander
2015-01-08Fix minor issue in code commentsdcommander
2015-01-08AltiVec SIMD implementation of 2x1 and 2x2 downsamplingdcommander
2015-01-07Oops. Delete the duplicate copy of [lib]turbojpeg.dll in the binary director...dcommander
2014-12-23AltiVec SIMD implementation of sample conversion and integer quantizationdcommander
2014-12-23Document the fact that the AltiVec implementation uses the same modified algo...dcommander
2014-12-22Use intrinsics for loading/storing data in the DCT/IDCT functions. This has ...dcommander
2014-12-22AltiVec SIMD implementation of RGB-to-Grayscale color conversiondcommander
2014-12-22Remove unneeded code; Make sure jccolor-altivec.o will be rebuilt if jccolex...dcommander
2014-12-22AltiVec SIMD implementation of RGB-to-YCC color conversiondcommander
2014-12-22Make test a phony target so things don't go haywire if there is a file named ...dcommander
2014-12-22Maintain the traditional order of the regression tests while allowing the Tur...dcommander