aboutsummaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2015-01-27Oops. Need to set the alpha channel when using TYPE_4BYTE_ABGR*. This has n...dcommander
2014-11-18Make TJCompressor.close() and TJDecompressor.close() idempotentdcommander
2014-08-22Run the TurboJPEG conformance tests out of a directory in /tmp (for improved ...dcommander
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-05-09Remove trailing spaces (+ one additional tab in TJUnitTest.java that was miss...dcommander
2014-03-22Fix Windows builddcommander
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-16Generate the Java documentation using javadoc 7, to improve readability.dcommander
2014-03-16This should have been checked in with the previous commit.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
2014-03-14Remove benchmarks. They were originally intended as a way of measuring overh...dcommander
2014-03-14Formatting tweakdcommander
2014-03-11Fix the build of the Java classes when using MSVC 2010 and later. Something ...dcommander
2014-02-11Fix an issue that prevented tjEncodeYUV3() and TJCompressor.encodeYUV() from ...dcommander
2013-11-25Per the conventions of the image compression and digital video communities, u...dcommander
2013-11-05Add the ability to test scaling when decompressing to YUV; compression from Y...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-05-07Fix incorrect data output and buffer overruns in the new tjDecompressToYUV2()...dcommander
2013-05-04Clean up the output of tjunittest and TJUnitTestdcommander
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-24Minor doc tweaks + ChangeLog updatedcommander
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-24Older versions of automake don't support multiple _JAVA primaries, but we don...dcommander
2013-04-24Fix 'make dist'dcommander
2013-04-23Further enhancements/fixes to the packaging system:dcommander
2013-04-19Overhaul Linux/Unix packaging system, primarily to avoid conflicts with vendo...dcommander
2013-01-21Eliminated the awkward and confusing "TurboJPEG/OSS" designation, since there...dcommander
2013-01-19ImageIO.read() returns null if the input image type is not supported (which o...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
2012-03-16Fix the behavior of the alpha-enabled colorspace constants whenever libjpeg-t...dcommander