aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg-jni.c
AgeCommit message (Expand)Author
2014-08-22Windows doesn't have setenv(). Go, go Gadget Macros.dcommander
2014-08-22Add a set of undocumented environment variables and Java system properties th...dcommander
2014-08-17Refactored YUVImage Java class so that it supports both unified YUV image buf...dcommander
2014-08-15Make the wrapped functions staticdcommander
2014-08-15Whitespace formatting tweaksdcommander
2014-08-15Add descriptions to help sort out which function goes with which version of t...dcommander
2014-08-15Compiler warningsdcommander
2014-08-15Restore backward compatibility between libjpeg-turbo 1.3.x JAR and the new JN...dcommander
2014-08-15Allow the int pixel versions of the various TurboJPEG JNI functions to share ...dcommander
2014-08-14Clean up exception handling in the JNI code. The exception is actually not t...dcommander
2014-05-09Remove trailing spaces (+ one additional tab in TJUnitTest.java that was miss...dcommander
2014-03-16Extend the YUV decode functionality to the TurboJPEG Java API, and port the T...dcommander
2013-10-31Extend the TurboJPEG Java API to support compressing JPEG images from YUV pla...dcommander
2013-08-23Add CMYK support to the TurboJPEG Java API & clean up a few things in the C APIdcommander
2013-04-28Extend the TurboJPEG Java API to support generating YUV images with arbitrary...dcommander
2013-04-27Correct misuse of the word "pitch" + more code formatting tweaksdcommander
2012-10-02Fix MinGW build and remove duplication of effortdcommander
2012-09-24Add a Java version of TJBench and extend the TurboJPEG Java API to support it...dcommander
2012-06-07Fix array size calculationsdcommander
2012-06-06Add x, y parameters to TJDecompressor so that it can be used to decompress to...dcommander
2012-01-17Compiler warningsdcommander
2011-09-26Oops. Don't try to use custom filter at the C level unless it is defined at ...dcommander
2011-09-20Implement custom filter callback in Javadcommander
2011-07-12Re-work TJBUFSIZE() to take into account the level of chrominance subsamplingdcommander
2011-05-25Need to set TJFLAG_NOREALLOC for tjTransform()dcommander
2011-05-21Clean up constants so that flags, pixel formats, etc. are clearly differentia...dcommander
2011-05-21Completely refactored the TurboJPEG C API so that it uses pixel formats inste...dcommander
2011-04-02Slight refactor to put ScalingFactor into its own class (mainly because the $...dcommander
2011-03-15Java code cleanup + Java docsdcommander
2011-03-04On Windows, long is 32-bit, so use jlong insteaddcommander
2011-03-04Implement lossless cropping interface in Javadcommander
2011-03-02Fix compiler warnings in Visual C++dcommander
2011-03-02Perform size checks on arraysdcommander
2011-03-01tjGetScaledSize() would never be able to accommodate scaling factors > 1, so...dcommander
2011-02-28Unused variablesdcommander
2011-02-26"tjScaledSize"="tjGetScaledSize"dcommander
2011-02-25Implement YUV encode/decode methods at the Java level; Remove some of the arg...dcommander
2011-02-23Support for compressing from/decompressing to a BufferedImage in the Java wra...dcommander
2011-02-23More JNI cleanup + added unit test and fixed bugs uncovered by itdcommander
2011-02-22Streamline Java wrapperdcommander
2011-02-22Make the scaling API a bit more friendlydcommander
2011-02-16Expose TurboJPEG scaling features in Java wrapperdcommander
2011-02-08Restructure Java classes into their own packagedcommander
2011-02-08Use Java capitalization conventionsdcommander
2011-02-04Eliminate compiler warnings in Sun Studiodcommander
2011-02-04JNI interface changed for TJ class, since it only has static methods nowdcommander
2011-02-04Add JNI wrapper for TurboJPEG/OSSdcommander