aboutsummaryrefslogtreecommitdiff
path: root/jpeglib.h
AgeCommit message (Expand)Author
2016-10-23libjpeg-turbo: Upgrade to 1.5.1Alex Naidis
2016-02-22libjpeg API: Partial scanline decompressionDRC
2015-11-23Add a new libjpeg API function (jpeg_skip_scanlines()) to allow for partially...DRC
2014-11-25Some software also needs the FAR macro. Ugh. Also wordsmithing.DRC
2014-11-25Restore the JPP() and JMETHOD() macros. Even though libjpeg-turbo doesn't us...DRC
2014-05-18Remove MS-DOS code and information, and adjust copyright headers to reflect t...DRC
2014-05-18Further copyright header cleanupDRC
2014-05-16Get rid of the HAVE_PROTOTYPES configuration option, as well as the related J...DRC
2014-05-15Remove all of the NEED_SHORT_EXTERNAL_NAMES stuff. There is scant informatio...DRC
2014-05-12Add support for decompressing to RGB565 (16-bit) pixelsDRC
2014-05-12Use 2-space indentation for the enums, to be consistent with the structsDRC
2014-05-11Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retai...DRC
2014-04-18Minor comment correction (we support the full range of IDCT scaling factors n...DRC
2013-01-18Implement in-memory source/destination managers even when not emulating the l...DRC
2012-12-31Change the copyright notices to make it clear that our modified files are not...DRC
2011-12-19Added new alpha channel colorspace constants/pixel formats, so applications c...DRC
2010-10-12Document new v7/v8 features; .doc = .txtDRC
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 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 v5aThomas G. Lane
2015-07-29The Independent JPEG Group's JPEG software v5Thomas G. Lane
2010-10-09Remove comments describing DCT scaling featureDRC
2010-10-08Added optional emulation of the jpeg-7 or jpeg-8b API/ABI'sDRC
2010-02-23Fix compiler warning about ending struct with a commaDRC
2010-02-23Compile properly with C++DRC
2009-08-06Update copyrights to indicate files modified with colorspace extensionsDRC
2009-04-03Implement new colorspaces to allow directly compressing from/decompressing to...DRC