DRC
|
46611eb0ee
|
libjpeg-turbo has never supported non-ANSI compilers, so get rid of the 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.
|
2014-05-18 19:04:03 +00:00 |
|
DRC
|
e45363d7c2
|
Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG 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.)
|
2014-05-09 18:00:32 +00:00 |
|
DRC
|
a0908f87a5
|
We use __CHAR_UNSIGNED__ (automatically defined by the AC_C_CHAR_UNSIGNED 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.
|
2014-04-20 19:11:52 +00:00 |
|
DRC
|
e2563adb2e
|
Some of the IJG headers say "Modified by", so clarify that our "Modifications" are not referring to these.
|
2013-09-28 03:22:53 +00:00 |
|
DRC
|
9c1aac4639
|
Further changes to the copyright/attribution notices to make it clear that our modified files are not part of the IJG's software.
|
2013-01-01 09:49:47 +00:00 |
|
DRC
|
431e5937b5
|
Eliminate excessive I/O overhead when reading BMP files in cjpeg
|
2011-04-25 22:47:44 +00:00 |
|
DRC
|
a119e8f8d0
|
Add sanity check in BMP reader module to avoid cjpeg crash for empty input
image; Support 32-bit BMPs
|
2010-10-10 07:25:16 +00:00 |
|
Thomas G. Lane
|
16c97143f3
|
The Independent JPEG Group's JPEG software v6a
|
2014-09-07 20:00:00 +01:00 |
|
Thomas G. Lane
|
0baf670330
|
The Independent JPEG Group's JPEG software v6
|
2014-09-07 20:00:00 +01:00 |
|
Thomas G. Lane
|
54656d1d59
|
The Independent JPEG Group's JPEG software v5a
|
2014-09-07 20:00:00 +01:00 |
|
Thomas G. Lane
|
c5414ae082
|
The Independent JPEG Group's JPEG software v5
|
2014-09-07 20:00:00 +01:00 |
|