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
|
682c2b69f9
|
Minor comment correction (we support the full range of IDCT scaling factors now.)
|
2014-04-18 07:57:48 +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
|
c1e4151607
|
Added new alpha channel colorspace constants/pixel formats, so applications can specify that they need the unused byte in a 4-component RGB output buffer set to 0xFF when decompressing.
|
2011-12-19 02:21:03 +00:00 |
|
DRC
|
7e08d60891
|
Document new v7/v8 features; .doc = .txt
|
2010-10-12 01:55:31 +00:00 |
|
DRC
|
ba825db7ad
|
Remove comments describing DCT scaling feature
|
2010-10-09 19:24:28 +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
|
dafd6e3e76
|
Fix compiler warning about ending struct with a comma
|
2010-02-23 21:43:21 +00:00 |
|
DRC
|
9f90f4835e
|
Compile properly with C++
|
2010-02-23 08:12:38 +00:00 |
|
DRC
|
a1a5989d85
|
Update copyrights to indicate files modified with colorspace extensions
|
2009-08-06 08:32:00 +00:00 |
|
DRC
|
f7e0f6d5f5
|
Implement new colorspaces to allow directly compressing from/decompressing to RGB/RGBX/BGR/BGRX/XBGR/XRGB without conversion
|
2009-04-03 12:00:51 +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 |
|