summaryrefslogtreecommitdiff
path: root/trunk/jdhuff.c
AgeCommit message (Expand)Author
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