summaryrefslogtreecommitdiff
path: root/trunk
AgeCommit message (Expand)Author
2011-04-25Eliminate excessive I/O overhead when reading BMP files in cjpegdcommander
2011-04-25git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@5...dcommander
2011-04-18git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@5...dcommander
2011-04-18Re-factor and re-license under the libjpeg BSD-style license. Justification:...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-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-05git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@5...dcommander
2011-04-04Attempt to make build work with Visual Studio 2010 (still doesn't work if SIM...dcommander
2011-04-04Comment codedcommander
2011-04-03Fix jpegoptim with v7 emulation as welldcommander
2011-04-03Allow customization of Java compiler flagsdcommander
2011-04-02Ensure that image_width and image_height are initialized if libjpeg v8 emulat...dcommander
2011-04-02Change build instructions and README to reflect the fact that the Java front-...dcommander
2011-04-02Add testclean target for cleaning up test imagesdcommander
2011-04-02Fix compiler warningdcommander
2011-04-02Oops. Constructor should actually do something.dcommander
2011-04-02Distribute TJLoader.java.indcommander
2011-04-02Ensure that *gra*.asm is rebuilt whenever *gry*.asm changes.dcommander
2011-04-02Slight refactor to put ScalingFactor into its own class (mainly because the $...dcommander
2011-04-01Fix compiler warning with OpenJDKdcommander
2011-04-01git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@5...dcommander
2011-04-01Include TurboJPEG/OSS Java wrapper JAR in Windows distribution packagesdcommander
2011-04-01Fix regression bug that caused the "Installer" targets to fail when building ...dcommander
2011-04-01Modify build instructions to reflect the fact that the Java front-end classes...dcommander
2011-04-01Fix 'make dist' so that it includes only what we need from java/ (it was erra...dcommander
2011-04-01Build and package TurboJPEG/OSS Java wrapper into JAR filedcommander
2011-03-31Use a different naming convention, to avoid conflict with jpegutdcommander
2011-03-31Use the same naming convention for the output files as the Java testsdcommander
2011-03-31Clean up compiler warningsdcommander
2011-03-31make testclean should clean up .yuv and 4:4:0 files as well dcommander
2011-03-31"JAVA_CFLAGS"="JNI_CFLAGS"dcommander
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-22Clean up packaging systemdcommander
2011-03-22MinGW64 no longer prefixes symbols with underscores by defaultdcommander
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-17Fix compression from/decompression to TYPE_INT_{RGB|BGR} BufferedImages on bi...dcommander
2011-03-16More Java API cleanupdcommander
2011-03-15Java code cleanup + Java docsdcommander
2011-03-15tjTransform() was not working properly if r.w=0 or r.h=0dcommander
2011-03-15Wordsmithingdcommander
2011-03-10Add notes about performancedcommander
2011-03-07Add an option to display the output imagedcommander
2011-03-07If a scaled-down JPEG output image is requested, we must decompress and recom...dcommander
2011-03-04On Windows, long is 32-bit, so use jlong insteaddcommander