Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libjpeg-turbo
/
c22e42e9a2776516e48147f3a9a5a44ccdfe84be
/
jccolext.c
1e32fe3
Replace INT32 with a new internal datatype (JLONG)
by DRC
· 9 years ago
7e3acc0
Rename README, LICENSE, BUILDING text files
by DRC
· 9 years ago
e5eaf37
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.)
by DRC
· 11 years ago
a6ef282
Some of the IJG headers say "Modified by", so clarify that our "Modifications" are not referring to these.
by DRC
· 11 years ago
a73e870
Change the copyright notices to make it clear that our modified files are not part of the IJG's software.
by DRC
· 12 years ago
a9b646c
Allow RGB JPEG files to be created/decoded when using the LJT colorspace extensions
by DRC
· 13 years ago
b4570bb
Improve performance of non-SIMD color conversion routines and use global constants to define colorspace extension parameters
by DRC
· 13 years ago