aboutsummaryrefslogtreecommitdiff
path: root/jchuff.c
AgeCommit message (Expand)Author
2016-10-23libjpeg-turbo: Upgrade to 1.5.1Alex Naidis
2015-05-15__WORDSIZE doesn't seem to be available on platforms other than Mac or Linux,...DRC
2015-05-06Fix a bug in the 64-bit Huffman encoder that Google discovered when encoding ...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-11-22Fix Huffman local buffer overrun discovered by Debian developers when attempt...DRC
2014-11-18Uses clz and bsr instructions for bit counting on ARM64 platforms as well.DRC
2014-08-21Actually, we need to increase the size of BUFSIZE, not just the size of _buff...DRC
2014-08-21Actually, we need to increase the size of BUFSIZE, not just the size of _buff...DRC
2014-08-21Fix an extremely rare crash that can occur when compressing a very high-frequ...DRC
2014-08-21Fix an extremely rare crash that can occur when compressing a very high-frequ...DRC
2014-05-18libjpeg-turbo has never supported non-ANSI compilers, so get rid of the cruft...DRC
2014-05-16Get rid of the HAVE_PROTOTYPES configuration option, as well as the related J...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-03-28Integrate a slightly modified version of Mozilla's patch for precomputing the...DRC
2014-03-28Use clz/bsr instructions on ARM for bit counting rather than the lookup table...DRC
2013-09-28Some of the IJG headers say "Modified by", so clarify that our "Modifications...DRC
2013-09-24Fix I/O suspension. This little nugget of code was introduced in r30 as part...DRC
2012-12-31Change the copyright notices to make it clear that our modified files are not...DRC
2011-05-26Change the name of the pre-computed bits table to match its actual functionDRC
2011-04-26Re-factor and re-license under the libjpeg BSD-style license. Justification:...DRC
2010-11-23Eliminate spurious global symbolsDRC
2010-04-20Use 64-bit holding buffer on Win64 for increased performanceDRC
2010-02-26Bleepin' Windows uses LLP64, not LP64DRC
2009-08-06Unfortunately, the previous enhancements made an invalid assumption about the...DRC
2009-07-30Improve compression performance by 15-20%DRC
2009-03-16Eliminate backward incompatibility that required empty_output_buffer() to han...DRC
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 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
2009-03-14Fix broken buffered I/O (to make cjpeg work)DRC
2009-03-12Include Huffman codec optimizations borrowed from TurboJPEGDRC
2008-09-28Merged changes from branches/1.5-xserver (revision range 2432:2631) back to t...Constantin Kaplinsky