summaryrefslogtreecommitdiff
path: root/jcmaster.c
AgeCommit message (Expand)Author
2019-04-23Fix code formatting/style issues ...DRC
2018-07-24Fix JPEG spec references per ISO/ITU-T suggestionsDRC
2018-03-17Format preprocessor macros more consistentlyDRC
2018-03-16Improve code formatting consistencyDRC
2016-03-16Merge branch '1.4.x'DRC
2016-03-16Add version/build info to global string tableDRC
2016-02-19More minor code formatting tweaksDRC
2016-02-19Use consistent/modern code formatting for pointersDRC
2015-10-10Rename README, LICENSE, BUILDING text filesDRC
2014-05-18libjpeg-turbo has never supported non-ANSI compilers, so get rid of the cruft...DRC
2014-05-09Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retai...DRC
2013-09-28Some of the IJG headers say "Modified by", so clarify that our "Modifications...DRC
2013-09-24We can't enable optimized entropy coding unless we're using Huffman coding. ...DRC
2012-12-31Change the copyright notices to make it clear that our modified files are not...DRC
2011-04-03Fix jpegoptim with v7 emulation as wellDRC
2010-10-10Implement lossless crop feature from jpeg v7 and v8DRC
2015-07-27The Independent JPEG Group's JPEG software v8aGuido Vollbeding
2015-07-27The Independent JPEG Group's JPEG software v8Guido Vollbeding
2015-07-27The Independent JPEG Group's JPEG software v7Guido Vollbeding
2015-07-27The Independent JPEG Group's JPEG software v6b with arithmetic coding supportGuido Vollbeding
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 v5bThomas G. Lane
2015-07-29The Independent JPEG Group's JPEG software v5Thomas 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 v1Thomas G. Lane
2010-10-08Added optional emulation of the jpeg-7 or jpeg-8b API/ABI'sDRC