aboutsummaryrefslogtreecommitdiff
path: root/tjbench.c
AgeCommit message (Expand)Author
2015-01-14Add the ability to benchmark YCCK JPEG compression/decompression. This is pa...dcommander
2014-08-22Ensure that tjFree() is used for any JPEG buffers that might have been dynami...dcommander
2014-08-22Extend tjbenchtest so that it tests the dynamic JPEG buffer allocation featur...dcommander
2014-05-09Remove trailing spaces (+ one additional tab in TJUnitTest.java that was miss...dcommander
2014-04-16Fix warnings about unused variables when building with GCC 4.8.xdcommander
2014-03-17formatting tweaksdcommander
2014-03-14Oops. This code should not have been removed. It is necessary for generatin...dcommander
2014-03-13If we have transformed a 4:2:2 or 4:4:0 image in any way that transposes the ...dcommander
2014-03-12Execute warmup runs with tjTransform() as welldcommander
2014-03-12Fix a couple of output formatting issuesdcommander
2014-03-12Since we now have a complete set of YUV functions, TJBench can be greatly sim...dcommander
2014-03-12Fix a segfault that would occur in decompress-only mode if -alloc was specifi...dcommander
2013-11-04Add the ability to test scaling when decompressing to YUV; compression from Y...dcommander
2013-10-31Deprecate and undocument the FORCE{MMX|SSE|SSE2|SSE3} flags. These were orig...dcommander
2013-10-12Fix a couple of issues with return value checking. JFREAD(), which wraps fre...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-08-18Add note regarding the fact that 4:4:0 lacks full SIMD support; Add an optio...dcommander
2012-06-29Add flags to the TurboJPEG API that allow the caller to force the use of eith...dcommander
2012-03-16Fix the behavior of the alpha-enabled colorspace constants whenever libjpeg-t...dcommander
2012-01-28Expose new scaling factors in TurboJPEG APIdcommander
2012-01-28Oops. Height of output buffer should equal scaled height, not JPEG height.dcommander
2011-10-18Fix compiler warningdcommander
2011-09-20Implement custom filter callback in Javadcommander
2011-09-17git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@704 632fc199-4ca...dcommander
2011-09-17Implement a custom DCT filter callback for lossless transformsdcommander
2011-07-12Re-work TJBUFSIZE() to take into account the level of chrominance subsamplingdcommander
2011-05-25Oops. Add the already-advertised -bmp optiondcommander
2011-05-25"jpegut"="tjunittest" & "jpgtest"="tjbench"dcommander