index
:
Project-1CE/external_libjpeg-turbo
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jcmaster.c
Age
Commit message (
Expand
)
Author
2019-04-23
Fix code formatting/style issues ...
DRC
2018-07-24
Fix JPEG spec references per ISO/ITU-T suggestions
DRC
2018-03-17
Format preprocessor macros more consistently
DRC
2018-03-16
Improve code formatting consistency
DRC
2016-03-16
Merge branch '1.4.x'
DRC
2016-03-16
Add version/build info to global string table
DRC
2016-02-19
More minor code formatting tweaks
DRC
2016-02-19
Use consistent/modern code formatting for pointers
DRC
2015-10-10
Rename README, LICENSE, BUILDING text files
DRC
2014-05-18
libjpeg-turbo has never supported non-ANSI compilers, so get rid of the cruft...
DRC
2014-05-09
Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retai...
DRC
2013-09-28
Some of the IJG headers say "Modified by", so clarify that our "Modifications...
DRC
2013-09-24
We can't enable optimized entropy coding unless we're using Huffman coding. ...
DRC
2012-12-31
Change the copyright notices to make it clear that our modified files are not...
DRC
2011-04-03
Fix jpegoptim with v7 emulation as well
DRC
2010-10-10
Implement lossless crop feature from jpeg v7 and v8
DRC
2015-07-27
The Independent JPEG Group's JPEG software v8a
Guido Vollbeding
2015-07-27
The Independent JPEG Group's JPEG software v8
Guido Vollbeding
2015-07-27
The Independent JPEG Group's JPEG software v7
Guido Vollbeding
2015-07-27
The Independent JPEG Group's JPEG software v6b with arithmetic coding support
Guido Vollbeding
2015-07-27
The Independent JPEG Group's JPEG software v6b
Thomas G. Lane
2015-07-29
The Independent JPEG Group's JPEG software v6a
Thomas G. Lane
2015-07-29
The Independent JPEG Group's JPEG software v6
Thomas G. Lane
2015-07-29
The Independent JPEG Group's JPEG software v5b
Thomas G. Lane
2015-07-29
The Independent JPEG Group's JPEG software v5
Thomas G. Lane
2015-07-29
The Independent JPEG Group's JPEG software v4
Thomas G. Lane
2015-07-29
The Independent JPEG Group's JPEG software v3
Thomas G. Lane
2015-07-29
The Independent JPEG Group's JPEG software v1
Thomas G. Lane
2010-10-08
Added optional emulation of the jpeg-7 or jpeg-8b API/ABI's
DRC