summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-01Use consistent formatting conventionsdcommander
2011-03-01Add getScalingFactors() method to libturbojpeg version scriptdcommander
2011-03-01tjGetScaledSize() would never be able to accommodate scaling factors > 1, so...dcommander
2011-03-01Don't call jpeg_finish_compress() with YUV output, because it tries to insert...dcommander
2011-03-01Don't call jpeg_finish_compress() with YUV output, because it tries to insert...dcommander
2011-02-28git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@4...dcommander
2011-02-28Unused variablesdcommander
2011-02-27Improve performance a bit for the non-SIMD casedcommander
2011-02-27Improve performance a bit for the non-SIMD casedcommander
2011-02-27Oops. cconvert is still needed for 12-bit samplesdcommander
2011-02-27Tag 1.1.0 releasedcommander
2011-02-27Add short names for RGB->grayscale MMX functionsdcommander
2011-02-27Change filename in headerdcommander
2011-02-27Make Visual C++ happydcommander
2011-02-27Make Visual C++ happydcommander
2011-02-26Expose libjpeg lossless transform feature in TurboJPEG/OSSdcommander
2011-02-26Fix compiler warningsdcommander
2011-02-26Enable full GCC compiler warnings by defaultdcommander
2011-02-26Fix compiler warningsdcommander
2011-02-26Enable full GCC compiler warnings by defaultdcommander
2011-02-26"tjScaledSize"="tjGetScaledSize" (again)dcommander
2011-02-26Remove entry for tjScaledSize()dcommander
2011-02-26Include tjGetScaledSize() in version scriptsdcommander
2011-02-26"tjScaledSize"="tjGetScaledSize"dcommander
2011-02-26Fix uninitialized variablesdcommander
2011-02-25Add RGB --> Grayscale YUV decoding testdcommander
2011-02-25Add RGB-->Grayscale YUV decode testdcommander
2011-02-25git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@4...dcommander
2011-02-25Implement YUV encode/decode methods at the Java level; Remove some of the arg...dcommander
2011-02-25Fix the buffer size regression test so that it generates the intended pixel p...dcommander
2011-02-25Oops. Committed some debugging codedcommander
2011-02-25Replace the TJ_YUV flag with two new API functionsdcommander
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-25Tiling doesn't work with YUV encoding eitherdcommander
2011-02-25Fix various CR/LF issuesdcommander
2011-02-25Use a proper version script for libturbojpegdcommander
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-23Add line feeddcommander
2011-02-23Numerous enhancements, including using the new BufferedImage support to read/...dcommander
2011-02-23Check for invalid subsampling factordcommander
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
2011-02-23Oops. dumpbuf() was displaying only red components.dcommander