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
/
turbojpeg-mapfile
Age
Commit message (
Expand
)
Author
2018-08-28
Update libjpeg-turbo to 2.0.0
Leon Scroggins III
2014-11-22
Oops. Include the tjPlane*() functions in the mapfile so that they are expos...
DRC
2014-08-11
Extend the TurboJPEG C API to support handling YUV images stored in separate ...
DRC
2014-02-28
Implement a YUV decode function in the TurboJPEG API, to be symmetric with tj...
DRC
2013-10-30
Extend the TurboJPEG C API to support compressing JPEG images from YUV planar...
DRC
2013-08-23
Add CMYK support to the TurboJPEG C API
DRC
2013-04-26
Extend the TurboJPEG C API to support generating YUV images with arbitrary pa...
DRC
2011-07-12
Re-work TJBUFSIZE() to take into account the level of chrominance subsampling
DRC
2011-05-24
Add new API functions, tjAlloc() and tjFree(), which allow memory to be alloc...
DRC
2011-05-24
Add new API functions to JNI mapfile as well
DRC
2011-05-21
Completely refactored the TurboJPEG C API so that it uses pixel formats inste...
DRC
2011-03-01
tjGetScaledSize() would never be able to accommodate scaling factors > 1, so...
DRC
2011-02-26
Expose libjpeg lossless transform feature in TurboJPEG/OSS
DRC
2011-02-26
Remove entry for tjScaledSize()
DRC
2011-02-26
Include tjGetScaledSize() in version scripts
DRC
2011-02-25
Replace the TJ_YUV flag with two new API functions
DRC
2011-02-25
Use a proper version script for libturbojpeg
DRC
2011-02-22
Add new functions to anonymous version script
DRC
2011-02-22
Make the scaling API a bit more friendly
DRC
2011-02-15
Added scaling API to TurboJPEG/OSS
DRC
2010-12-14
Include new tjDecompressHeader2() function
DRC
2010-02-16
Build TurboJPEG/OSS with a version script to prevent any non-global symbols f...
DRC