aboutsummaryrefslogtreecommitdiff
path: root/java/org/libjpegturbo/turbojpeg/TJDecompressor.java
AgeCommit message (Expand)Author
2014-11-18Make TJCompressor.close() and TJDecompressor.close() idempotentdcommander
2014-08-17Refactored YUVImage Java class so that it supports both unified YUV image buf...dcommander
2014-08-15Restore backward compatibility between libjpeg-turbo 1.3.x JAR and the new JN...dcommander
2014-03-16Extend the YUV decode functionality to the TurboJPEG Java API, and port the T...dcommander
2013-08-23Oops. Forgot to implement access method for the colorspace & extend TJBenchdcommander
2013-08-23Wordsmithingdcommander
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-27Fix backward compatibility between the Java classes and the 1.2.x JNI library...dcommander
2013-04-27Correct misuse of the word "pitch" + more code formatting tweaksdcommander
2013-04-27Code formatting tweaksdcommander
2013-04-27Java doc tweaksdcommander
2012-06-06Add x, y parameters to TJDecompressor so that it can be used to decompress to...dcommander
2011-12-19Added new alpha channel colorspace constants/pixel formats, so applications c...dcommander
2011-12-15"which"="that"dcommander
2011-09-08When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it ...dcommander
2011-04-02Slight refactor to put ScalingFactor into its own class (mainly because the $...dcommander
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-04Add access methods for getting at the JPEG bufferdcommander
2011-03-04Implement lossless cropping interface in Javadcommander
2011-03-01Use consistent formatting conventionsdcommander
2011-03-01tjGetScaledSize() would never be able to accommodate scaling factors > 1, so...dcommander
2011-02-25Implement YUV encode/decode methods at the Java level; Remove some of the arg...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
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