aboutsummaryrefslogtreecommitdiff
path: root/java/TJBench.java
AgeCommit message (Expand)Author
2014-08-22Run the TurboJPEG conformance tests out of a directory in /tmp (for improved ...dcommander
2014-03-17Extend YUVImage class to allow reuse of the same buffer with different metada...dcommander
2014-03-17Fix an error that occurred when trying to use the lossless transform feature ...dcommander
2014-03-17Move the garbage collection of the JPEG tiles into the decompression function...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-05Add the ability to test scaling when decompressing to YUV; compression from Y...dcommander
2013-08-23Oops. Forgot to implement access method for the colorspace & extend TJBenchdcommander
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-27Code formatting tweaksdcommander
2012-09-24Add a Java version of TJBench and extend the TurboJPEG Java API to support it...dcommander