aboutsummaryrefslogtreecommitdiff
path: root/jdcolext.c
AgeCommit message (Expand)Author
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-03-11Allow RGB JPEG files to be created/decoded when using the LJT colorspace exte...dcommander
2011-09-09Use 8-bit write to avoid potential pointer aliasing issues (also, at least on...dcommander
2011-09-08When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it ...dcommander
2011-09-07Improve performance of non-SIMD color conversion routines and use global cons...dcommander