aboutsummaryrefslogtreecommitdiff
path: root/jpeglib.h
AgeCommit message (Expand)Author
2014-11-25Some software also needs the FAR macro. Ugh. Also wordsmithing.dcommander
2014-11-25Restore the JPP() and JMETHOD() macros. Even though libjpeg-turbo doesn't us...dcommander
2014-05-18Remove MS-DOS code and information, and adjust copyright headers to reflect t...dcommander
2014-05-18Further copyright header cleanupdcommander
2014-05-16Get rid of the HAVE_PROTOTYPES configuration option, as well as the related J...dcommander
2014-05-15Remove all of the NEED_SHORT_EXTERNAL_NAMES stuff. There is scant informatio...dcommander
2014-05-12Add support for decompressing to RGB565 (16-bit) pixelsdcommander
2014-05-12Use 2-space indentation for the enums, to be consistent with the structsdcommander
2014-05-09Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retai...dcommander
2014-04-18Minor comment correction (we support the full range of IDCT scaling factors n...dcommander
2013-01-18Implement in-memory source/destination managers even when not emulating the l...dcommander
2012-12-31Change the copyright notices to make it clear that our modified files are not...dcommander
2011-12-19Added new alpha channel colorspace constants/pixel formats, so applications c...dcommander
2010-10-12Document new v7/v8 features; .doc = .txtdcommander
2010-10-09Remove comments describing DCT scaling featuredcommander
2010-10-08Added optional emulation of the jpeg-7 or jpeg-8b API/ABI'sdcommander
2010-02-23Fix compiler warning about ending struct with a commadcommander
2010-02-23Compile properly with C++dcommander
2009-08-06Update copyrights to indicate files modified with colorspace extensionsdcommander
2009-04-03Implement new colorspaces to allow directly compressing from/decompressing to...dcommander
2006-05-25Migrating to new directory structure adopted from the RealVNC's source tree. ...const_k