aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg-mapfile.jni
AgeCommit message (Expand)Author
2018-08-28Update libjpeg-turbo to 2.0.0android-o-mr1-iot-release-smart-display-r3android-o-mr1-iot-release-1.0.5android-o-mr1-iot-release-1.0.4oreo-mr1-1.2-iot-releasemaster-cuttlefish-testing-releaseLeon Scroggins III
2014-11-22Oops. Include the tjPlane*() functions in the mapfile so that they are expos...DRC
2014-08-17Refactored YUVImage Java class so that it supports both unified YUV image buf...DRC
2014-08-11Extend the TurboJPEG C API to support handling YUV images stored in separate ...DRC
2014-05-09Remove trailing spaces (+ one additional tab in TJUnitTest.java that was miss...DRC
2014-03-16Extend the YUV decode functionality to the TurboJPEG Java API, and port the T...DRC
2014-02-28Implement a YUV decode function in the TurboJPEG API, to be symmetric with tj...DRC
2013-10-31Extend the TurboJPEG Java API to support compressing JPEG images from YUV pla...DRC
2013-10-30Extend the TurboJPEG C API to support compressing JPEG images from YUV planar...DRC
2013-08-23Add CMYK support to the TurboJPEG C APIDRC
2013-04-28Extend the TurboJPEG Java API to support generating YUV images with arbitrary...DRC
2013-04-26Not that it matters, because JNI uses dlopen()/dlsym() to load symbols, but f...DRC
2013-04-26Extend the TurboJPEG C API to support generating YUV images with arbitrary pa...DRC
2012-09-24Add a Java version of TJBench and extend the TurboJPEG Java API to support it...DRC
2012-06-08Add new JNI functions to mapfile so they will be visible on LinuxDRC
2011-07-12Re-work TJBUFSIZE() to take into account the level of chrominance subsamplingDRC
2011-05-24Add new API functions, tjAlloc() and tjFree(), which allow memory to be alloc...DRC
2011-05-24Add new API functions to JNI mapfile as wellDRC
2011-03-04Add TJTransformer JNI functions to mapfileDRC
2011-03-01Add getScalingFactors() method to libturbojpeg version scriptDRC
2011-03-01tjGetScaledSize() would never be able to accommodate scaling factors > 1, so...DRC
2011-02-26Expose libjpeg lossless transform feature in TurboJPEG/OSSDRC
2011-02-26Remove entry for tjScaledSize()DRC
2011-02-26Include tjGetScaledSize() in version scriptsDRC
2011-02-25Implement YUV encode/decode methods at the Java level; Remove some of the arg...DRC
2011-02-25Replace the TJ_YUV flag with two new API functionsDRC
2011-02-25Use a proper version script for libturbojpegDRC
2011-02-23Support for compressing from/decompressing to a BufferedImage in the Java wra...DRC
2011-02-22Streamline Java wrapperDRC
2011-02-22Add new functions to anonymous version scriptDRC
2011-02-22Make the scaling API a bit more friendlyDRC
2011-02-16Expose TurboJPEG scaling features in Java wrapperDRC
2011-02-08Restructure Java classes into their own packageDRC
2011-02-08Use Java capitalization conventionsDRC
2011-02-04Add JNI wrapper for TurboJPEG/OSSDRC