summaryrefslogtreecommitdiff
path: root/trunk/jdcolor.c
AgeCommit message (Expand)Author
2012-03-11Allow RGB JPEG files to be created/decoded when using the LJT colorspace exte...dcommander
2012-01-26Move INLINE macro into config.h. That's really where it belongs anyhow, sinc...dcommander
2011-12-19Added new alpha channel colorspace constants/pixel formats, so applications c...dcommander
2011-09-09Use 8-bit write to avoid potential pointer aliasing issues (also, at least on...dcommander
2011-09-07Improve performance of non-SIMD color conversion routines and use global cons...dcommander
2011-09-07Back out CMYK-to-RGB conversions. There is really no way to properly do CMYK...dcommander
2011-08-16Use integer arithmetic for CMYK-to-RGB conversionsdcommander
2011-08-11CMYK/YCCK supportdcommander
2011-02-27Improve performance a bit for the non-SIMD casedcommander
2011-02-26Fix compiler warningsdcommander
2009-09-24Significantly improve grayscale performancedcommander
2009-08-06Update copyrights to indicate files modified with colorspace extensionsdcommander
2009-04-03Implement new colorspaces to allow directly compressing from/decompressing to...dcommander
2009-03-09Framework for supporting SIMD accelerationossman_
2006-05-25Migrating to new directory structure adopted from the RealVNC's source tree. ...const_k