aboutsummaryrefslogtreecommitdiff
path: root/tjunittest.c
AgeCommit message (Expand)Author
2014-08-22Ensure that tjFree() is used for any JPEG buffers that might have been dynami...dcommander
2014-08-21If the output buffer in the TurboJPEG destination manager was allocated by th...dcommander
2014-03-14Remove unneeded/unused codedcommander
2014-03-10When tjDecodeYUV() is used with a "fresh" decompressor instance (one that has...dcommander
2014-03-08Silence valgrind false positives about uninitialized values. Even with this ...dcommander
2014-03-08Add a blank line before the alpha-enabled colorspace tests in order to improv...dcommander
2014-02-28Implement a YUV decode function in the TurboJPEG API, to be symmetric with tj...dcommander
2014-02-28Remove benchmarks. They were originally intended as a way of measuring overh...dcommander
2014-02-11Fix an issue that prevented tjEncodeYUV3() and TJCompressor.encodeYUV() from ...dcommander
2013-10-31Clean up formatting code and rename the JPEG files generated during the YUV d...dcommander
2013-10-30Extend the TurboJPEG C API to support compressing JPEG images from YUV planar...dcommander
2013-08-23Add CMYK support to the TurboJPEG Java API & clean up a few things in the C APIdcommander
2013-08-23Add CMYK support to the TurboJPEG C APIdcommander
2013-08-18Add 4:1:1 subsampling support in the TurboJPEG C APIdcommander
2013-05-07Fix incorrect data output and buffer overruns in the new tjDecompressToYUV2()...dcommander
2013-05-04Clean up the output of tjunittest and TJUnitTestdcommander
2013-04-28Extend the TurboJPEG Java API to support generating YUV images with arbitrary...dcommander
2013-04-26Extend the TurboJPEG C API to support generating YUV images with arbitrary pa...dcommander
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-15Windows doesn't have random()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-06-15git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@661 632fc199-4ca...dcommander
2011-05-27Re-factor checkBufYUV() function to more closely resemble re-factored checkBu...dcommander
2011-05-25"jpegut"="tjunittest" & "jpgtest"="tjbench"dcommander