aboutsummaryrefslogtreecommitdiff
path: root/java/doc/org/libjpegturbo/turbojpeg/TJCompressor.html
AgeCommit message (Expand)Author
2016-10-23libjpeg-turbo: Upgrade to 1.5.1Alex Naidis
2015-06-19Clarify that the TurboJPEG API functions/methods do not modify the source buf...DRC
2014-08-17Refactored YUVImage Java class so that it supports both unified YUV image buf...DRC
2014-03-16Generate the Java documentation using javadoc 7, to improve readability.DRC
2014-03-16Extend the YUV decode functionality to the TurboJPEG Java API, and port the T...DRC
2014-03-14Streamline the BufferedImage functionality in the compressor so that it works...DRC
2013-10-31Extend the TurboJPEG Java API to support compressing JPEG images from YUV pla...DRC
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 note regarding the fact that 4:4:0 lacks full SIMD support; Add an optio...DRC
2013-04-28Extend the TurboJPEG Java API to support generating YUV images with arbitrary...DRC
2013-04-27Java doc tweaksDRC
2012-09-24Add a Java version of TJBench and extend the TurboJPEG Java API to support it...DRC
2012-06-29Add flags to the TurboJPEG API that allow the caller to force the use of eith...DRC
2012-06-06Add x, y parameters to TJDecompressor so that it can be used to decompress to...DRC
2011-12-19Added new alpha channel colorspace constants/pixel formats, so applications c...DRC
2011-12-15"which"="that"DRC
2011-09-20Implement custom filter callback in JavaDRC
2011-07-12Re-work TJBUFSIZE() to take into account the level of chrominance subsamplingDRC
2011-04-02Slight refactor to put ScalingFactor into its own class (mainly because the $...DRC
2011-03-16More Java API cleanupDRC
2011-03-15Java code cleanup + Java docsDRC