summaryrefslogtreecommitdiff
path: root/branches
AgeCommit message (Expand)Author
2011-03-01Don't call jpeg_finish_compress() with YUV output, because it tries to insert...dcommander
2011-02-27Oops. cconvert is still needed for 12-bit samplesdcommander
2011-02-27Make Visual C++ happydcommander
2011-02-26Fix compiler warningsdcommander
2011-02-26Enable full GCC compiler warnings by defaultdcommander
2011-02-26Fix uninitialized variablesdcommander
2011-02-25Add RGB-->Grayscale YUV decode testdcommander
2011-02-25Fix the buffer size regression test so that it generates the intended pixel p...dcommander
2011-02-25Correct memory allocation failure messagesdcommander
2011-02-25Only access TJBUFSIZEYUV symbol if YUV encoding is enabled, and add 1 to the ...dcommander
2011-02-25Use correct size for YUV buffersdcommander
2011-02-25git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@4...dcommander
2011-02-25Replace the TJ_YUV flag with two new API functions, and add TJBUFSIZEYUV() fr...dcommander
2011-02-24Tiling doesn't work with YUV encoding eitherdcommander
2011-02-24Fix various CR/LF issuesdcommander
2011-02-24Ensure that libjpeg state is reset if an error occursdcommander
2011-02-24Use a proper version script for libturbojpeg, since we've added functions to ...dcommander
2011-02-23Oops. dumpbuf() was displaying only red components.dcommander
2011-02-23Oops. dumpbuf() was displaying only red components.dcommander
2011-02-22Test all YUV decode pathsdcommander
2011-02-22"TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other co...dcommander
2011-02-19RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGBdcommander
2011-02-19Implement "ultra quiet mode" for generating output that is easy to copy/paste...dcommander
2011-02-19Wordsmithingdcommander
2011-02-19git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@4...dcommander
2011-02-19Include jpgtest in Unix/Linux distribution packagesdcommander
2011-02-18Include libjpeg run-time programs and jpgtest in installer; Move documentati...dcommander
2011-02-18Disable CXX compiler checkdcommander
2011-02-18Oops. We still had the description left over from VirtualGLdcommander
2011-02-18Wordsmithed the project descriptiondcommander
2011-02-18Include high-quality test image in distributiondcommander
2011-02-181.1.0dcommander
2011-02-18New C version of jpgtest needs libmdcommander
2011-02-18Updated (C)dcommander
2011-02-18The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since the...dcommander
2011-02-18Re-order high-quality JPEG test per existing conventiondcommander
2011-02-18Also run high-quality JPEG test when code is built without SIMD extensionsdcommander
2011-02-18Add high-quality JPEG tests to CMakedcommander
2011-02-18Various documentation tweaksdcommander
2011-02-18More doc tweaksdcommander
2011-02-18Various documentation tweaksdcommander
2011-02-18Include high-quality test image in distributiondcommander
2011-02-18The SIMD quantization algorithm does not produce correct results with the fas...dcommander
2011-02-18"integer forward DCT", not "forward integer DCT"dcommander
2011-02-18The fast integer DCT degrades for qualities > 95, so use the slow integer DCT...dcommander
2011-02-18Performance pitfallsdcommander
2011-02-18git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@3...dcommander
2011-02-18The SIMD quantization algorithm does not produce correct results with the fas...dcommander
2011-02-17Fix typo that was causing visual artifacts in grayscale JPEGsdcommander
2011-02-17Fix typo that was causing visual artifacts in grayscale JPEGsdcommander