aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg-jni.c
AgeCommit message (Expand)Author
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
2011-03-02Fix compiler warnings in Visual C++DRC
2011-03-02Perform size checks on arraysDRC
2011-03-01tjGetScaledSize() would never be able to accommodate scaling factors > 1, so...DRC
2011-02-28Unused variablesDRC
2011-02-26"tjScaledSize"="tjGetScaledSize"DRC
2011-02-25Implement YUV encode/decode methods at the Java level; Remove some of the arg...DRC
2011-02-23Support for compressing from/decompressing to a BufferedImage in the Java wra...DRC
2011-02-23More JNI cleanup + added unit test and fixed bugs uncovered by itDRC
2011-02-22Streamline Java wrapperDRC
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