summaryrefslogtreecommitdiff
path: root/trunk/jdcolext.c
AgeCommit message (Collapse)Author
2011-09-09Use 8-bit write to avoid potential pointer aliasing issues (also, at least ↵dcommander
on x86, it's faster than the previous approach.) git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@700 3789f03b-4d11-0410-bbf8-ca57d06f2519
2011-09-08When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it ↵dcommander
can be interpreted as an opaque alpha channel. git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@699 3789f03b-4d11-0410-bbf8-ca57d06f2519
2011-09-07Improve performance of non-SIMD color conversion routines and use global ↵dcommander
constants to define colorspace extension parameters git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@698 3789f03b-4d11-0410-bbf8-ca57d06f2519