aboutsummaryrefslogtreecommitdiff
path: root/jchuff.c
AgeCommit message (Expand)Author
2014-03-28Integrate a slightly modified version of Mozilla's patch for precomputing the...dcommander
2014-03-28Use clz/bsr instructions on ARM for bit counting rather than the lookup table...dcommander
2013-09-28Some of the IJG headers say "Modified by", so clarify that our "Modifications...dcommander
2013-04-25Fix I/O suspension. This little nugget of code was introduced in r30 as part...dcommander
2012-12-31Change the copyright notices to make it clear that our modified files are not...dcommander
2011-05-26Change the name of the pre-computed bits table to match its actual functiondcommander
2011-04-26Re-factor and re-license under the libjpeg BSD-style license. Justification:...dcommander
2010-11-23Eliminate spurious global symbolsdcommander
2010-04-20Use 64-bit holding buffer on Win64 for increased performancedcommander
2010-02-26Bleepin' Windows uses LLP64, not LP64dcommander
2009-08-06Unfortunately, the previous enhancements made an invalid assumption about the...dcommander
2009-07-30Improve compression performance by 15-20%dcommander
2009-03-16Eliminate backward incompatibility that required empty_output_buffer() to han...dcommander
2009-03-14Fix broken buffered I/O (to make cjpeg work)dcommander
2009-03-12Include Huffman codec optimizations borrowed from TurboJPEGdcommander
2008-09-28Merged changes from branches/1.5-xserver (revision range 2432:2631) back to t...const_k
2006-05-25Migrating to new directory structure adopted from the RealVNC's source tree. ...const_k