summaryrefslogtreecommitdiff
path: root/branches
AgeCommit message (Expand)Author
2011-04-25Eliminate excessive I/O overhead when reading BMP files in cjpegdcommander
2011-04-25Eliminate excessive I/O overhead when reading BMP files in cjpegdcommander
2011-04-17Get rid of unused IS_WIN32 conditionaldcommander
2011-04-17git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@5...dcommander
2011-04-17git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@5...dcommander
2011-04-16The previous attempt to handle unexpected markers in the data stream caused b...dcommander
2011-04-16This is subtle, but an unread marker is not an error unless we run out of bit...dcommander
2011-04-16The previous attempt to handle unexpected markers in the data stream caused b...dcommander
2011-04-16"OS/X"="OS X"dcommander
2011-04-16Update build instructions to reflect the fact that 32-bit LJT build doesn't w...dcommander
2011-04-16Update build instructions to reflect the fact that 32-bit LJT build doesn't w...dcommander
2011-04-15Use option() to handle configuration variables, so they will show up in the C...dcommander
2011-04-07Don't need MSVC definition in assembler code anymoredcommander
2011-04-06Attempt to make build work with Visual Studio 2010 (still doesn't work if SIM...dcommander
2011-04-05git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@5...dcommander
2011-04-03Fix jpegoptim with v7 emulation as welldcommander
2011-04-02Ensure that image_width and image_height are initialized if libjpeg v8 emulat...dcommander
2011-04-01Fixed a regression bug in the NSIS script that caused the Windows installerdcommander
2011-03-31make testclean should clean up .yuv files as welldcommander
2011-03-31Get rid of unused IS_WIN32 conditionaldcommander
2011-03-29Create local round up function for jmemmgr.c so we can revert the original ar...dcommander
2011-03-22MinGW64 no longer prefixes symbols with underscores by defaultdcommander
2011-03-22We want to keep the same name for the install directory, even though the inst...dcommander
2011-03-22Typodcommander
2011-03-22MinGW64 no longer prefixes symbols with underscores by defaultdcommander
2011-03-22Oops. Forgot to generate makecygwinpkgdcommander
2011-03-22Don't use architecture extension in package name, since we're building a comb...dcommander
2011-03-22"release/"="pkgscripts/"dcommander
2011-03-22Need to put the generated packaging scripts in a directory other than release...dcommander
2011-03-22Clean up packaging systemdcommander
2011-03-211.1.1dcommander
2011-03-18git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@5...dcommander
2011-03-18Throw a warning if an unexpected marker is found in the middle of the JPEG da...dcommander
2011-03-18Throw a warning if an unexpected marker is found in the middle of the JPEG da...dcommander
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