aboutsummaryrefslogtreecommitdiff
path: root/jdhuff.c
AgeCommit message (Expand)Author
2015-11-23Add a new libjpeg API function (jpeg_skip_scanlines()) to allow for partially...DRC
2015-09-21Fix various issues reported by the UB sanitizersDRC
2015-07-29Fix rare bug: right shift by a negative # of bitsDRC
2015-07-29Fix rare bug: right shift by a negative # of bitsDRC
2015-07-29Fix rare bug: right shift by a negative # of bitsDRC
2015-05-15__WORDSIZE doesn't seem to be available on platforms other than Mac or Linux,...DRC
2015-04-30Restore backward compatibility with MSVC < 2010 (broken by r1541)DRC
2015-04-22Oops. OS X doesn't define __WORDSIZE unless you include stdint.h, so apparen...DRC
2014-05-18libjpeg-turbo has never supported non-ANSI compilers, so get rid of the cruft...DRC
2014-05-11Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retai...DRC
2014-05-09Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retai...DRC
2014-01-31Some motion JPEG implementations generate "abbreviated JPEG streams" (JPEG im...DRC
2013-09-28Some of the IJG headers say "Modified by", so clarify that our "Modifications...DRC
2012-12-31Change the copyright notices to make it clear that our modified files are not...DRC
2012-01-17Compiler warningsDRC
2011-04-18Re-factor and re-license under the libjpeg BSD-style license. Justification:...DRC
2011-04-16The previous attempt to handle unexpected markers in the data stream caused b...DRC
2011-03-18Throw a warning if an unexpected marker is found in the middle of the JPEG da...DRC
2011-03-18Throw a warning if an unexpected marker is found in the middle of the JPEG da...DRC
2011-01-26Further protect against invalid Huffman codesDRC
2011-01-04Further protect against invalid Huffman codesDRC
2010-10-09Improve readability and flexibility of compatibility macrosDRC
2010-10-08Added optional emulation of the jpeg-7 or jpeg-8b API/ABI'sDRC
2015-07-27The Independent JPEG Group's JPEG software v8Guido Vollbeding
2015-07-27The Independent JPEG Group's JPEG software v7Guido Vollbeding
2015-07-27The Independent JPEG Group's JPEG software v6bThomas G. Lane
2015-07-29The Independent JPEG Group's JPEG software v6aThomas G. Lane
2015-07-29The Independent JPEG Group's JPEG software v6Thomas G. Lane
2015-07-29The Independent JPEG Group's JPEG software v5bThomas G. Lane
2015-07-29The Independent JPEG Group's JPEG software v5Thomas G. Lane
2015-07-29The Independent JPEG Group's JPEG software v4aThomas G. Lane
2015-07-29The Independent JPEG Group's JPEG software v4Thomas G. Lane
2015-07-29The Independent JPEG Group's JPEG software v3Thomas G. Lane
2015-07-29The Independent JPEG Group's JPEG software v2Thomas G. Lane
2015-07-29The Independent JPEG Group's JPEG software v1Thomas G. Lane
2010-07-30Handle erroneous Huffman codesDRC
2010-04-20Use 64-bit holding buffer on Win64 for increased performanceDRC
2010-03-20I'm not sure why, but this was necessary in order to return the 32-bit perfor...DRC
2010-03-15Fix data corruption issues when decompressing large JPEG images and/or using ...DRC
2009-09-28Greatly improve performance of Huffman decodingDRC