DRC
|
5de454b291
|
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.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1313 632fc199-4ca6-4c93-a231-07263d6284db
|
2014-05-18 19:04:03 +00:00 |
|
DRC
|
e5eaf37440
|
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.)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1278 632fc199-4ca6-4c93-a231-07263d6284db
|
2014-05-09 18:00:32 +00:00 |
|
DRC
|
a6ef282a49
|
Some of the IJG headers say "Modified by", so clarify that our "Modifications" are not referring to these.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1053 632fc199-4ca6-4c93-a231-07263d6284db
|
2013-09-28 03:23:49 +00:00 |
|
DRC
|
a73e870ad0
|
Change the copyright notices to make it clear that our modified files are not part of the IJG's software.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.2.x@873 632fc199-4ca6-4c93-a231-07263d6284db
|
2012-12-31 02:52:30 +00:00 |
|
DRC
|
ed16ad11ff
|
Enable the use of separate luminance/chrominance quality scaling with libjpeg v6b code base as well
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@251 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-10-11 23:36:04 +00:00 |
|
DRC
|
294079cbe0
|
Add option for setting luminance & chrominance quality independently (currently only works if using libjpeg v7 or v8 code base)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@248 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-10-10 07:21:55 +00:00 |
|
Guido Vollbeding
|
5996a25e2f
|
The Independent JPEG Group's JPEG software v7
|
2015-07-27 13:44:25 -05:00 |
|
Thomas G. Lane
|
489583f516
|
The Independent JPEG Group's JPEG software v6a
|
2015-07-29 15:32:35 -05:00 |
|
Thomas G. Lane
|
bc79e0680a
|
The Independent JPEG Group's JPEG software v6
|
2015-07-29 15:31:30 -05:00 |
|