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