aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-01Remove trailing spacesdcommander
2014-01-31Some motion JPEG implementations generate "abbreviated JPEG streams" (JPEG im...dcommander
2014-01-29Include instructions for building iOS binaries using Xcode 4.6.x and Xcode 5.0.dcommander
2013-11-25Per the conventions of the image compression and digital video communities, u...dcommander
2013-11-21Fix CVE-2013-6629 and CVE-2013-6630dcommander
2013-11-19Make documentation viewable directly from http://svn.code.sf.net/p/libjpeg-tu...dcommander
2013-11-19Make documentation viewable directly from http://svn.code.sf.net/p/libjpeg-tu...dcommander
2013-11-06Back-port code from jpeg-8 that removes unpopulated (and unneeded) tables for...dcommander
2013-11-06Remove unnecessary whitespacedcommander
2013-11-05Add the ability to test scaling when decompressing to YUV; compression from Y...dcommander
2013-11-04Add the ability to test scaling when decompressing to YUV; compression from Y...dcommander
2013-10-31Make environment variable syntax consistent between ARM and x86 code, and add...dcommander
2013-10-31Deprecate and undocument the FORCE{MMX|SSE|SSE2|SSE3} flags. These were orig...dcommander
2013-10-31Extend the TurboJPEG Java API to support compressing JPEG images from YUV pla...dcommander
2013-10-31Add 'tjunittest -yuv -alloc' test on Windows as welldcommander
2013-10-31r1065 broke the build on Windows, because getinstance() defines a variable. ...dcommander
2013-10-31Clean up formatting code and rename the JPEG files generated during the YUV d...dcommander
2013-10-30Extend the TurboJPEG C API to support compressing JPEG images from YUV planar...dcommander
2013-10-30Oopsdcommander
2013-10-30Fix a really subtle issue whereby an invalid free() could occur if a program ...dcommander
2013-10-26Fix logic error from r1037dcommander
2013-10-12Fix a couple of issues with return value checking. JFREAD(), which wraps fre...dcommander
2013-10-12SIMD-accelerated integer convsamp routine for MIPS DSPr2dcommander
2013-10-09SIMD-accelerated floating point quantize and convsamp routines for MIPS DSPr2dcommander
2013-10-08adjust DSPr2 performance claimsdcommander
2013-10-08SIMD-accelerated fast integer inverse DCT routine for MIPS DSPr2dcommander
2013-10-08SIMD-accelerated fast integer forward DCT routine for MIPS DSPr2dcommander
2013-09-30SIMD-accelerated slow integer forward DCT and quantize routines for MIPS DSPr2dcommander
2013-09-28Some of the IJG headers say "Modified by", so clarify that our "Modifications...dcommander
2013-09-28Actually, the second bug was hidden by the first, so the initial ChangeLog en...dcommander
2013-09-28Fix an issue that resulted in an error ("Invalid SOS parameters for sequentia...dcommander
2013-09-27SIMD-accelerated 3/4 and 3/2 decompression scaling for MIPS DSPr2dcommander
2013-09-27SIMD-accelerated 1/2 and 1/4 decompression scaling for MIPS DSPr2dcommander
2013-09-27SIMD-optimized RGB-to-grayscale conversion for MIPS DSPr2dcommander
2013-09-26Name the package *cygwin64.tar.bz2 when building on Cygwin64.dcommander
2013-09-25Fix segfault in MIPS DSPr2 upsample routines that occurred when doing 'make t...dcommander
2013-09-25Due to the way in which the configure script silently falls back to a non-SIM...dcommander
2013-09-24Clarify that the bug affects cjpeg as well as jpegtran.dcommander
2013-09-24We can't enable optimized entropy coding unless we're using Huffman coding. ...dcommander
2013-09-23The connect.apple.com alias has apparently been down for about a monthdcommander
2013-09-19In the Windows installer packages, place a duplicate copy of turbojpeg.dll in...dcommander
2013-08-23Fix 'make dist'dcommander
2013-08-23git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1023 632fc199-4c...dcommander
2013-08-23Oops. Forgot to implement access method for the colorspace & extend TJBenchdcommander
2013-08-23Wordsmithingdcommander
2013-08-23Add CMYK support to the TurboJPEG Java API & clean up a few things in the C APIdcommander
2013-08-23Add CMYK support to the TurboJPEG C APIdcommander
2013-08-20git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1018 632fc199-4c...dcommander
2013-08-18Add 4:1:1 subsampling support in the TurboJPEG Java APIdcommander
2013-08-18Add note regarding the fact that 4:4:0 lacks full SIMD support; Add an optio...dcommander