aboutsummaryrefslogtreecommitdiff
path: root/rdbmp.c
AgeCommit message (Collapse)Author
2014-05-18libjpeg-turbo has never supported non-ANSI compilers, so get rid of the ↵dcommander
crufty SIZEOF() macro. It was not being used consistently anyhow, so it would not have been possible to build prior releases of libjpeg-turbo using the broken compilers for which that macro was designed. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1313 632fc199-4ca6-4c93-a231-07263d6284db
2014-05-09Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG ↵dcommander
retains the use of tabs for historical reasons. They were annoying in the libjpeg code primarily because they were not consistently used and because they were used to format as well as indent the code. In the case of TurboJPEG, tabs are used just to indent the code, so even if the editor assumes a different tab width, the code will still be readable.) git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1278 632fc199-4ca6-4c93-a231-07263d6284db
2014-04-20We use __CHAR_UNSIGNED__ (automatically defined by the AC_C_CHAR_UNSIGNED ↵dcommander
macro) rather than CHAR_IS_UNSIGNED (defined by custom autoconf code in libjpeg that we didn't port over), although I doubt it matters on any of the platforms we support. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1263 632fc199-4ca6-4c93-a231-07263d6284db
2013-09-28Some of the IJG headers say "Modified by", so clarify that our ↵dcommander
"Modifications" are not referring to these. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1052 632fc199-4ca6-4c93-a231-07263d6284db
2013-01-01Further changes to the copyright/attribution notices to make it clear that ↵dcommander
our modified files are not part of the IJG's software. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@875 632fc199-4ca6-4c93-a231-07263d6284db
2011-04-25Eliminate excessive I/O overhead when reading BMP files in cjpegdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@594 632fc199-4ca6-4c93-a231-07263d6284db
2010-10-10Add sanity check in BMP reader module to avoid cjpeg crash for empty inputdcommander
image; Support 32-bit BMPs git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@249 632fc199-4ca6-4c93-a231-07263d6284db
2009-06-25Add back in cjpeg and djpeg utilities for testing purposesdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@46 632fc199-4ca6-4c93-a231-07263d6284db