aboutsummaryrefslogtreecommitdiff
path: root/jcdctmgr.c
AgeCommit message (Expand)Author
2014-08-0912-bit JPEG supportdcommander
2014-05-18libjpeg-turbo has never supported non-ANSI compilers, so get rid of the cruft...dcommander
2014-05-16Get rid of the HAVE_PROTOTYPES configuration option, as well as the related J...dcommander
2014-05-09Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retai...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-31Compiler warningsdcommander
2011-02-18The SIMD quantization algorithm does not produce correct results with the fas...dcommander
2009-10-01Some systems (notably OS X Leopard) have fls() already, so rename ours to avo...dcommander
2009-03-13Move variable init around a bit to please crappy compilers.ossman_
2009-03-09Make sure the work space memory is properly alignedossman_
2009-03-09"Optimise" quantization step by replacing the division by a multiplication.ossman_
2009-03-09Framework for supporting SIMD accelerationossman_
2009-03-09Split up the forward DCT routine into three stagesossman_
2006-05-25Migrating to new directory structure adopted from the RealVNC's source tree. ...const_k