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