aboutsummaryrefslogtreecommitdiff
path: root/java/org
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-15Fix build broken by r1349dcommander
2014-08-15Restore backward compatibility between libjpeg-turbo 1.3.x JAR and the new JN...dcommander
2014-08-10Clean up and consolidate notes regarding the YUV image format. This also cor...dcommander
2014-03-17Extend YUVImage class to allow reuse of the same buffer with different metada...dcommander
2014-03-16Extend the YUV decode functionality to the TurboJPEG Java API, and port the T...dcommander
2014-03-14Streamline the BufferedImage functionality in the compressor so that it works...dcommander
2013-11-25Per the conventions of the image compression and digital video communities, u...dcommander
2013-10-31Deprecate and undocument the FORCE{MMX|SSE|SSE2|SSE3} flags. These were orig...dcommander
2013-10-31Extend the TurboJPEG Java API to support compressing JPEG images from YUV pla...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-08-18Add 4:1:1 subsampling support in the TurboJPEG Java APIdcommander
2013-08-18Add note regarding the fact that 4:4:0 lacks full SIMD support; Add an optio...dcommander
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
2013-04-24In order to avoid a functional regression with previous releases, the JAR fil...dcommander
2013-04-24Move the TurboJPEG DLLs back into the system directory on Windows platforms. ...dcommander
2013-04-23Further enhancements/fixes to the packaging system:dcommander
2012-09-24Add a Java version of TJBench and extend the TurboJPEG Java API to support it...dcommander
2012-08-24If libturbojpeg.jnilib is not found on Mac systems, specifically look for it ...dcommander
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
2011-12-19Added new alpha channel colorspace constants/pixel formats, so applications c...dcommander
2011-12-15"which"="that"dcommander
2011-09-20Implement custom filter callback in Javadcommander
2011-09-08When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it ...dcommander
2011-07-12Re-work TJBUFSIZE() to take into account the level of chrominance subsamplingdcommander
2011-04-02Oops. Constructor should actually do something.dcommander
2011-04-02Slight refactor to put ScalingFactor into its own class (mainly because the $...dcommander
2011-04-01Fix compiler warning with OpenJDKdcommander
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-04Oops. Forgot to add TJTransform classdcommander
2011-03-04Add access methods for getting at the JPEG bufferdcommander
2011-03-04Handle 4:4:0 (transposed 4:2:2 subsampling)dcommander
2011-03-04Implement lossless cropping interface in Javadcommander
2011-03-04Methods of a final class are automatically finaldcommander
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