aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg-jni.c
AgeCommit message (Expand)Author
2019-04-23Fix code formatting/style issues ...DRC
2019-04-12Android: Fix "using JNI after critical get" errorsDRC
2019-04-12Consistify formatting of macros in TurboJPEG codeDRC
2018-10-26Android: Fix "using JNI after critical get" errorDRC
2018-03-17Format preprocessor macros more consistentlyDRC
2018-03-16Improve code formatting consistencyDRC
2017-06-27TurboJPEG: Improve error handlingDRC
2017-06-27TurboJPEG: Thread-safe error message retrievalDRC
2016-02-14Fix compiler warningDRC
2015-08-13Declare source buffers in TurboJPEG C API as constDRC
2015-07-27Further exception cleanupDRC
2015-07-14Throw idiomatic unchecked exceptions from the Java classes and JNI wrapper if...DRC
2015-07-07Allow TJCompressor and TJDecompressor to be used with a try-with-resources st...DRC
2014-08-22Windows doesn't have setenv(). Go, go Gadget Macros.DRC
2014-08-22Add a set of undocumented environment variables and Java system properties th...DRC
2014-08-17Refactored YUVImage Java class so that it supports both unified YUV image buf...DRC
2014-08-15Make the wrapped functions staticDRC
2014-08-15Whitespace formatting tweaksDRC
2014-08-15Whitespace formatting tweaksDRC
2014-08-15Allow the int pixel versions of the various TurboJPEG JNI functions to share ...DRC
2014-08-15Add descriptions to help sort out which function goes with which version of t...DRC
2014-08-15Add descriptions to help sort out which function goes with which version of t...DRC
2014-08-15Compiler warningsDRC
2014-08-15Compiler warningsDRC
2014-08-15Restore backward compatibility between libjpeg-turbo 1.3.x JAR and the new JN...DRC
2014-08-15Allow the int pixel versions of the various TurboJPEG JNI functions to share ...DRC
2014-08-14Clean up exception handling in the JNI code. The exception is actually not t...DRC
2014-08-14Clean up exception handling in the JNI code. The exception is actually not t...DRC
2014-05-11Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retai...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
2013-10-31Extend the TurboJPEG Java API to support compressing JPEG images from YUV pla...DRC
2013-08-23Add CMYK support to the TurboJPEG Java API & clean up a few things in the C APIDRC
2013-04-28Extend the TurboJPEG Java API to support generating YUV images with arbitrary...DRC
2013-04-27Correct misuse of the word "pitch" + more code formatting tweaksDRC
2012-10-02Fix MinGW build and remove duplication of effortDRC
2012-09-24Add a Java version of TJBench and extend the TurboJPEG Java API to support it...DRC
2012-06-07Fix array size calculationsDRC
2012-06-06Add x, y parameters to TJDecompressor so that it can be used to decompress to...DRC
2012-01-17Compiler warningsDRC
2011-09-26Oops. Don't try to use custom filter at the C level unless it is defined at ...DRC
2011-09-20Implement custom filter callback in JavaDRC
2011-07-12Re-work TJBUFSIZE() to take into account the level of chrominance subsamplingDRC
2011-05-25Need to set TJFLAG_NOREALLOC for tjTransform()DRC
2011-05-21Clean up constants so that flags, pixel formats, etc. are clearly differentia...DRC
2011-05-21Completely refactored the TurboJPEG C API so that it uses pixel formats inste...DRC
2011-04-02Slight refactor to put ScalingFactor into its own class (mainly because the $...DRC
2011-03-15Java code cleanup + Java docsDRC
2011-03-04On Windows, long is 32-bit, so use jlong insteadDRC
2011-03-04Implement lossless cropping interface in JavaDRC