DRC
|
2bf81e8eb7
|
Fix a couple of issues with return value checking. JFREAD(), which wraps fread(), will never return -1. fread() will instead return 0 or a short object count if an error occurs, and ferror() will return 1 in that case. The second issue was that we were assigning the return value of ftell() to an unsigned long prior to checking the value, so the value would never be < 0 if an error occurred. It would instead be (unsigned long)-1.
|
2013-10-12 21:51:16 +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
|
c543f1b6f9
|
It's more correct to say "The Independent JPEG Group's software", since libjpeg-turbo emulates both the command-line and application programming interfaces.
|
2013-03-23 05:35:37 +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
|
de30fe9460
|
Change the copyright notices to make it clear that our modified files are not part of the IJG's software.
|
2012-12-31 02:42:18 +00:00 |
|
DRC
|
df1fccf695
|
Merge copyright messages into one string and change the run-time messages to avoid confusion (we are not technically based on the latest libjpeg, although we do borrow some code from it)
|
2012-01-31 10:47:02 +00:00 |
|
DRC
|
3bcf42b4ac
|
Add an option to force grayscale->RGB conversion (needed for jpgtest regression test)
|
2011-03-03 16:58:47 +00:00 |
|
DRC
|
7e08d60891
|
Document new v7/v8 features; .doc = .txt
|
2010-10-12 01:55:31 +00:00 |
|
DRC
|
ddf1f74cc3
|
Display libjpeg-turbo version/copyrights in run-time programs
|
2010-10-10 06:54:21 +00:00 |
|
Thomas G. Lane
|
41f55c093a
|
The Independent JPEG Group's JPEG software v6b
|
2014-09-07 20:00:00 +01: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 |
|