aboutsummaryrefslogtreecommitdiff
path: root/jdhuff.c
AgeCommit message (Expand)Author
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
2014-05-18libjpeg-turbo has never supported non-ANSI compilers, so get rid of the cruft...dcommander
2014-05-09Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retai...dcommander
2014-01-31Some motion JPEG implementations generate "abbreviated JPEG streams" (JPEG im...dcommander
2013-09-28Some of the IJG headers say "Modified by", so clarify that our "Modifications...dcommander
2012-12-31Change the copyright notices to make it clear that our modified files are not...dcommander
2012-01-17Compiler warningsdcommander
2011-04-18Re-factor and re-license under the libjpeg BSD-style license. Justification:...dcommander
2011-04-16The previous attempt to handle unexpected markers in the data stream caused b...dcommander
2011-03-18Throw a warning if an unexpected marker is found in the middle of the JPEG da...dcommander
2011-01-04Further protect against invalid Huffman codesdcommander
2010-10-09Improve readability and flexibility of compatibility macrosdcommander
2010-10-08Added optional emulation of the jpeg-7 or jpeg-8b API/ABI'sdcommander
2010-07-30Handle erroneous Huffman codesdcommander
2010-04-20Use 64-bit holding buffer on Win64 for increased performancedcommander
2010-03-20I'm not sure why, but this was necessary in order to return the 32-bit perfor...dcommander
2010-03-15Fix data corruption issues when decompressing large JPEG images and/or using ...dcommander
2009-09-28Greatly improve performance of Huffman decodingdcommander
2006-05-25Migrating to new directory structure adopted from the RealVNC's source tree. ...const_k