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
|
f8301c92dd
|
Get rid of the HAVE_PROTOTYPES configuration option, as well as the related JMETHOD and JPP macros. libjpeg-turbo has never supported compilers that don't handle prototypes. Doing so requires ansi2knr, which isn't even supported in the IJG code anymore.
|
2014-05-16 10:43:44 +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
|
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
|
f46db556e3
|
Compiler warnings on Windows
|
2013-01-18 23:45:06 +00:00 |
|
DRC
|
ba4a6c32f8
|
Implement in-memory source/destination managers even when not emulating the libjpeg v8 API/ABI
|
2013-01-18 23:42:31 +00:00 |
|
DRC
|
f0f1ce1b7f
|
Minor modifications from jpeg-8d
|
2013-01-01 10:17:03 +00:00 |
|
DRC
|
d0d0f09d40
|
Added optional emulation of the jpeg-7 or jpeg-8b API/ABI's
|
2010-10-08 08:05:44 +00:00 |
|
DRC
|
bf9f8d041b
|
Eliminate backward incompatibility that required empty_output_buffer() to handle cases in which the buffer wasn't 100% full
|
2009-03-16 23:58:30 +00:00 |
|
DRC
|
98d1d692b5
|
Fix broken buffered I/O (to make cjpeg work)
|
2009-03-14 01:21:13 +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
|
c5414ae082
|
The Independent JPEG Group's JPEG software v5
|
2014-09-07 20:00:00 +01:00 |
|