aboutsummaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2015-06-19Clarify that the TurboJPEG API functions/methods do not modify the source buf...DRC
2015-01-27Oops. Need to set the alpha channel when using TYPE_4BYTE_ABGR*. This has n...DRC
2014-11-18Make TJCompressor.close() and TJDecompressor.close() idempotentDRC
2014-08-22Run the TurboJPEG conformance tests out of a directory in /tmp (for improved ...DRC
2014-08-17Refactored YUVImage Java class so that it supports both unified YUV image buf...DRC
2014-08-15Fix build broken by r1349DRC
2014-08-15Restore backward compatibility between libjpeg-turbo 1.3.x JAR and the new JN...DRC
2014-08-10Clean up and consolidate notes regarding the YUV image format. This also cor...DRC
2014-05-09Remove trailing spaces (+ one additional tab in TJUnitTest.java that was miss...DRC
2014-03-22Fix Windows buildDRC
2014-03-17Extend YUVImage class to allow reuse of the same buffer with different metada...DRC
2014-03-17Fix an error that occurred when trying to use the lossless transform feature ...DRC
2014-03-17Move the garbage collection of the JPEG tiles into the decompression function...DRC
2014-03-17Move the garbage collection of the JPEG tiles into the decompression function...DRC
2014-03-16Generate the Java documentation using javadoc 7, to improve readability.DRC
2014-03-16This should have been checked in with the previous commit.DRC
2014-03-16Extend the YUV decode functionality to the TurboJPEG Java API, and port the T...DRC
2014-03-16Update (C) yearDRC
2014-03-16Don't use deprecated constructorDRC
2014-03-16Doc tweaksDRC
2014-03-16Go ahead and deprecate the old constructor in 1.3.1 instead of in 1.4, since ...DRC
2014-03-15Add @Deprecated to the deprecated Java methods, so javac will actually print ...DRC
2014-03-14Streamline the BufferedImage functionality in the compressor so that it works...DRC
2014-03-14Remove benchmarks. They were originally intended as a way of measuring overh...DRC
2014-03-14Formatting tweakDRC
2014-03-11Wordsmithing & formatting tweaksDRC
2014-03-11Back-port the -subsamp option from 1.4 rather than use the hackish approach o...DRC
2014-03-11Oops. This was apparently the victim of an overly aggressive search/replace.DRC
2014-03-11Fix the build of the Java classes when using MSVC 2010 and later. Something ...DRC
2014-03-11Fix the build of the Java classes when using MSVC 2010 and later. Something ...DRC
2014-02-11Fix an issue that prevented tjEncodeYUV2() and TJCompressor.encodeYUV() from ...DRC
2014-02-11Fix an issue that prevented tjEncodeYUV3() and TJCompressor.encodeYUV() from ...DRC
2013-11-25Per the conventions of the image compression and digital video communities, u...DRC
2013-11-25Per the conventions of the image compression and digital video communities, u...DRC
2013-11-25Per the conventions of the image compression and digital video communities, u...DRC
2013-11-05Add the ability to test scaling when decompressing to YUV; compression from Y...DRC
2013-10-31Deprecate and undocument the FORCE{MMX|SSE|SSE2|SSE3} flags. These were orig...DRC
2013-10-31Extend the TurboJPEG Java API to support compressing JPEG images from YUV pla...DRC
2013-08-23Oops. Forgot to implement access method for the colorspace & extend TJBenchDRC
2013-08-23WordsmithingDRC
2013-08-23Add CMYK support to the TurboJPEG Java API & clean up a few things in the C APIDRC
2013-08-18Add 4:1:1 subsampling support in the TurboJPEG Java APIDRC
2013-08-18Add note regarding the fact that 4:4:0 lacks full SIMD support; Add an optio...DRC
2013-08-18Add note regarding the fact that 4:4:0 lacks full SIMD support; Add an optio...DRC
2013-05-07Fix incorrect data output and buffer overruns in the new tjDecompressToYUV2()...DRC
2013-05-04Clean up the output of tjunittest and TJUnitTestDRC
2013-05-04Clean up the output of tjunittest and TJUnitTestDRC
2013-04-28Extend the TurboJPEG Java API to support generating YUV images with arbitrary...DRC
2013-04-27Fix backward compatibility between the Java classes and the 1.2.x JNI library...DRC
2013-04-27Correct misuse of the word "pitch" + more code formatting tweaksDRC