aboutsummaryrefslogtreecommitdiff
path: root/java/org/libjpegturbo/turbojpeg/TJ.java
AgeCommit message (Expand)Author
2014-08-17Refactored YUVImage Java class so that it supports both unified YUV image buf...dcommander
2013-10-31Deprecate and undocument the FORCE{MMX|SSE|SSE2|SSE3} flags. These were orig...dcommander
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-27Correct misuse of the word "pitch" + more code formatting tweaksdcommander
2013-04-27Code formatting tweaksdcommander
2013-04-27Java doc tweaksdcommander
2012-06-29Add flags to the TurboJPEG API that allow the caller to force the use of eith...dcommander
2011-12-19Added new alpha channel colorspace constants/pixel formats, so applications c...dcommander
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
2011-03-04Handle 4:4:0 (transposed 4:2:2 subsampling)dcommander
2011-03-04Implement lossless cropping interface in Javadcommander
2011-03-04Methods of a final class are automatically finaldcommander
2011-03-01Use consistent formatting conventionsdcommander
2011-03-01tjGetScaledSize() would never be able to accommodate scaling factors > 1, so...dcommander
2011-02-25Implement YUV encode/decode methods at the Java level; Remove some of the arg...dcommander
2011-02-23More JNI cleanup + added unit test and fixed bugs uncovered by itdcommander
2011-02-22Streamline Java wrapperdcommander
2011-02-08Restructure Java classes into their own packagedcommander