aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-28Extend the TurboJPEG Java API to support generating YUV images with arbitrary...dcommander
2013-04-27Fix backward compatibility between the Java classes and the 1.2.x JNI library...dcommander
2013-04-27Bump the age number of the TurboJPEG DSO, because interfaces have been added.dcommander
2013-04-27Correct misuse of the word "pitch" + more code formatting tweaksdcommander
2013-04-27Code formatting tweaksdcommander
2013-04-27Java doc tweaksdcommander
2013-04-26Not that it matters, because JNI uses dlopen()/dlsym() to load symbols, but f...dcommander
2013-04-26Extend the TurboJPEG C API to support generating YUV images with arbitrary pa...dcommander
2013-04-26Further doc tweaksdcommander
2013-04-26Subtle point, but since libjpeg-turbo 1.3 now supports scaling factors > 1, t...dcommander
2013-04-25Bump version to prepare for new featuresdcommander
2013-04-25Fix I/O suspension. This little nugget of code was introduced in r30 as part...dcommander
2013-04-24For consistency, allow the name of the Mac and Cygwin packages to be overridd...dcommander
2013-04-24Minor doc tweaks + ChangeLog updatedcommander
2013-04-24In order to avoid a functional regression with previous releases, the JAR fil...dcommander
2013-04-24Move the TurboJPEG DLLs back into the system directory on Windows platforms. ...dcommander
2013-04-24Older versions of automake don't support multiple _JAVA primaries, but we don...dcommander
2013-04-24Fix 'make dist'dcommander
2013-04-23Further enhancements/fixes to the packaging system:dcommander
2013-04-19Overhaul Linux/Unix packaging system, primarily to avoid conflicts with vendo...dcommander
2013-04-11Formatting tweaksdcommander
2013-03-30Remove unneeded headers (cdef.h isn't available on all platforms) and change ...dcommander
2013-03-23Grammar policedcommander
2013-03-23Document issues encountered when building on OS X 10.7 and later.dcommander
2013-03-23It's more correct to say "The Independent JPEG Group's software", since libjp...dcommander
2013-02-24Add note about how to obtain PackageMaker if using recent Xcode releases.dcommander
2013-02-22Bump version for post-beta pre-releasesdcommander
2013-02-14git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@929 632fc199-4ca...dcommander
2013-02-11Trying to build ARM v7/v7s iOS binaries from the "official" libjpeg-turbo tar...dcommander
2013-02-06Fix 'make dist'dcommander
2013-02-06Include a C version of md5cmp rather than depending on an external md5sum bin...dcommander
2013-02-04Fix line breakdcommander
2013-02-04Include ARM v7s (iPhone 5, iPad 4) support in the universal libjpeg/libturboj...dcommander
2013-01-27Oops. Separate .def file is not needed when compiling with jpeg-8 API/ABI em...dcommander
2013-01-23Wordsmith the project descriptiondcommander
2013-01-22Actually, turbojpeg.c works with libjpeg as welldcommander
2013-01-21Eliminated the awkward and confusing "TurboJPEG/OSS" designation, since there...dcommander
2013-01-19ImageIO.read() returns null if the input image type is not supported (which o...dcommander
2013-01-19New year, new copyright messagedcommander
2013-01-19Fix several issues with SRPM generation: (1) ensure that all relevant config...dcommander
2013-01-19Since Windows doesn't use lazy loading, clarify that a Windows application th...dcommander
2013-01-18Compiler warnings on Windowsdcommander
2013-01-18Implement in-memory source/destination managers even when not emulating the l...dcommander
2013-01-18Include justification for not supporting SmartScale, DCT scaling, and the lib...dcommander
2013-01-18Subtle point, but the libjpeg v7+ API is not backward incompatible. That is,...dcommander
2013-01-17Say "do not include" rather than "omit", to be consistent with the CMake buil...dcommander
2013-01-13Include full readme for nightshot_iso_100dcommander
2013-01-13The GNU version of md5sum is picky about the spacingdcommander
2013-01-13Fix the x86 build with NASM 0.98. Since NASM 0.98 is the default version on ...dcommander
2013-01-13Fix 'make dist'dcommander