aboutsummaryrefslogtreecommitdiff
path: root/java/doc
AgeCommit message (Expand)Author
2014-08-17Refactored YUVImage Java class so that it supports both unified YUV image buf...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-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
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-27Java doc tweaksdcommander
2012-09-24Add a Java version of TJBench and extend the TurboJPEG Java API to support 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-07-12Re-work TJBUFSIZE() to take into account the level of chrominance subsamplingdcommander
2011-04-02Slight refactor to put ScalingFactor into its own class (mainly because the $...dcommander
2011-03-16More Java API cleanupdcommander
2011-03-15Java code cleanup + Java docsdcommander