aboutsummaryrefslogtreecommitdiff
path: root/jdmerge.c
AgeCommit message (Expand)Author
2014-09-04When building libjpeg-turbo on Un*x systems, INT32 is usually typedef'ed to l...dcommander
2014-08-30Fix issues with RGB565 color conversion on big endian machines. The RGB565 r...dcommander
2014-05-18libjpeg-turbo has never supported non-ANSI compilers, so get rid of the cruft...dcommander
2014-05-16Get rid of the HAVE_PROTOTYPES configuration option, as well as the related J...dcommander
2014-05-12Add support for decompressing to RGB565 (16-bit) pixelsdcommander
2014-05-09Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retai...dcommander
2014-04-20This patch accomplishes the following: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-16Fix the behavior of the alpha-enabled colorspace constants whenever libjpeg-t...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-07Improve performance of non-SIMD color conversion routines and use global cons...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
2009-03-09Framework for supporting SIMD accelerationossman_
2006-05-25Migrating to new directory structure adopted from the RealVNC's source tree. ...const_k