summaryrefslogtreecommitdiff
path: root/trunk/java
AgeCommit message (Expand)Author
2012-06-29Add flags to the TurboJPEG API that allow the caller to force the use of eith...dcommander
2012-06-06Add x, y parameters to TJDecompressor so that it can be used to decompress to...dcommander
2012-03-16Fix the behavior of the alpha-enabled colorspace constants whenever libjpeg-t...dcommander
2011-12-19Added new alpha channel colorspace constants/pixel formats, so applications c...dcommander
2011-12-15"which"="that"dcommander
2011-09-20Add TJCustomFilter to Windows builddcommander
2011-09-20Implement custom filter callback in Javadcommander
2011-09-19Fix 'make docs' with out-of-tree buildsdcommander
2011-09-19Fix 'make headers' with out-of-tree buildsdcommander
2011-09-08When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it ...dcommander
2011-07-12Use random noise to ensure that the JPEG image generated in the buffer size t...dcommander
2011-07-12Re-work TJBUFSIZE() to take into account the level of chrominance subsamplingdcommander
2011-05-27Re-factor checkBufYUV() function to more closely resemble re-factored checkBu...dcommander
2011-05-23Refactor slightly to match new C codedcommander
2011-04-03Allow customization of Java compiler flagsdcommander
2011-04-02Change build instructions and README to reflect the fact that the Java front-...dcommander
2011-04-02Fix compiler warningdcommander
2011-04-02Oops. Constructor should actually do something.dcommander
2011-04-02Distribute TJLoader.java.indcommander
2011-04-02Slight refactor to put ScalingFactor into its own class (mainly because the $...dcommander
2011-04-01Fix compiler warning with OpenJDKdcommander
2011-04-01Include TurboJPEG/OSS Java wrapper JAR in Windows distribution packagesdcommander
2011-04-01Fix 'make dist' so that it includes only what we need from java/ (it was erra...dcommander
2011-04-01Build and package TurboJPEG/OSS Java wrapper into JAR filedcommander
2011-03-31Use a different naming convention, to avoid conflict with jpegutdcommander
2011-03-31Clean up compiler warningsdcommander
2011-03-17Fix compression from/decompression to TYPE_INT_{RGB|BGR} BufferedImages on bi...dcommander
2011-03-16More Java API cleanupdcommander
2011-03-15Java code cleanup + Java docsdcommander
2011-03-10Add notes about performancedcommander
2011-03-07Add an option to display the output imagedcommander
2011-03-07If a scaled-down JPEG output image is requested, we must decompress and recom...dcommander
2011-03-04Oops. Forgot to add TJTransform classdcommander
2011-03-04Add access methods for getting at the JPEG bufferdcommander
2011-03-04If transforming and outputting a JPEG file, output the transformed file direc...dcommander
2011-03-04Handle 4:4:0 (transposed 4:2:2 subsampling)dcommander
2011-03-04Implement lossless cropping interface in Javadcommander
2011-03-04Print stack trace on errordcommander
2011-03-04Methods of a final class are automatically finaldcommander
2011-03-01Use new scaling APIdcommander
2011-03-01Use consistent formatting conventionsdcommander
2011-03-01tjGetScaledSize() would never be able to accommodate scaling factors > 1, so...dcommander
2011-02-28git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@4...dcommander
2011-02-25Implement YUV encode/decode methods at the Java level; Remove some of the arg...dcommander
2011-02-23Add line feeddcommander
2011-02-23Numerous enhancements, including using the new BufferedImage support to read/...dcommander
2011-02-23Check for invalid subsampling factordcommander
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