aboutsummaryrefslogtreecommitdiff
path: root/java/TJUnitTest.java
AgeCommit message (Expand)Author
2012-03-16Fix the behavior of the alpha-enabled colorspace constants whenever libjpeg-t...dcommander
2011-12-19Added new alpha channel colorspace constants/pixel formats, so applications c...dcommander
2011-09-08When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it ...dcommander
2011-07-12Use random noise to ensure that the JPEG image generated in the buffer size t...dcommander
2011-07-12Re-work TJBUFSIZE() to take into account the level of chrominance subsamplingdcommander
2011-05-27Re-factor checkBufYUV() function to more closely resemble re-factored checkBu...dcommander
2011-05-23Refactor slightly to match new C codedcommander
2011-04-02Slight refactor to put ScalingFactor into its own class (mainly because the $...dcommander
2011-03-31Use a different naming convention, to avoid conflict with jpegutdcommander
2011-03-31Clean up compiler warningsdcommander
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-04Print stack trace on errordcommander
2011-03-01Use consistent formatting conventionsdcommander
2011-03-01tjGetScaledSize() would never be able to accommodate scaling factors > 1, so...dcommander
2011-02-28git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@474 632fc199-4ca...dcommander
2011-02-25Implement YUV encode/decode methods at the Java level; Remove some of the arg...dcommander
2011-02-23Support for compressing from/decompressing to a BufferedImage in the Java wra...dcommander
2011-02-23More JNI cleanup + added unit test and fixed bugs uncovered by itdcommander