aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg-jni.c
AgeCommit message (Expand)Author
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