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.jni
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-17
Refactored YUVImage Java class so that it supports both unified YUV image buf...
DRC
2014-08-11
Extend the TurboJPEG C API to support handling YUV images stored in separate ...
DRC
2014-05-09
Remove trailing spaces (+ one additional tab in TJUnitTest.java that was miss...
DRC
2014-03-16
Extend the YUV decode functionality to the TurboJPEG Java API, and port the T...
DRC
2014-02-28
Implement a YUV decode function in the TurboJPEG API, to be symmetric with tj...
DRC
2013-10-31
Extend the TurboJPEG Java API to support compressing JPEG images from YUV pla...
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-28
Extend the TurboJPEG Java API to support generating YUV images with arbitrary...
DRC
2013-04-26
Not that it matters, because JNI uses dlopen()/dlsym() to load symbols, but f...
DRC
2013-04-26
Extend the TurboJPEG C API to support generating YUV images with arbitrary pa...
DRC
2012-09-24
Add a Java version of TJBench and extend the TurboJPEG Java API to support it...
DRC
2012-06-08
Add new JNI functions to mapfile so they will be visible on Linux
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-03-04
Add TJTransformer JNI functions to mapfile
DRC
2011-03-01
Add getScalingFactors() method to libturbojpeg version script
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
Implement YUV encode/decode methods at the Java level; Remove some of the arg...
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-23
Support for compressing from/decompressing to a BufferedImage in the Java wra...
DRC
2011-02-22
Streamline Java wrapper
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-16
Expose TurboJPEG scaling features in Java wrapper
DRC
2011-02-08
Restructure Java classes into their own package
DRC
2011-02-08
Use Java capitalization conventions
DRC
2011-02-04
Add JNI wrapper for TurboJPEG/OSS
DRC