]> granicus.if.org Git - libjpeg-turbo/shortlog
libjpeg-turbo
2014-05-06 DRCReplace our custom version of Android.mk with instructi...
2014-05-06 DRCWordsmithing
2014-05-06 DRCSIMD-accelerated slow integer IDCT routine for MIPS...
2014-05-06 DRCPhrasing. Boom.
2014-05-06 DRCRedesign the libjpeg regression tests so that they...
2014-05-05 DRCFirst pass at an Android makefile
2014-04-20 DRCWe use __CHAR_UNSIGNED__ (automatically defined by...
2014-04-20 DRCWe use __CHAR_UNSIGNED__ (automatically defined by...
2014-04-20 DRCFix crashes and bogus output in the CMYK and decode...
2014-04-20 DRCFix 'make dist'
2014-04-20 DRCThis patch accomplishes the following:
2014-04-20 DRCThis patch accomplishes the following:
2014-04-20 DRCWork around an issue in Visual C++ 2010 and 2013 that...
2014-04-20 DRCWork around an issue in Visual C++ 2010 and 2013 that...
2014-04-20 DRCPrevent svn:mergeinfo from being modified on Makefile...
2014-04-20 DRC1.3.2
2014-04-20 DRCWork around an issue in Visual C++ 2010 and 2013 that...
2014-04-18 DRCMinor comment correction (we support the full range...
2014-04-18 DRCMinor comment correction (we support the full range...
2014-04-18 DRCClarify how to do a 64-bit build using the Visual Studi...
2014-04-18 DRCClarify how to do a 64-bit build using the Visual Studi...
2014-04-18 DRCUpdate Windows build instructions
2014-04-17 DRCUpdate Windows build instructions
2014-04-17 DRCFix warnings about unused variables when building with...
2014-04-16 DRCFix warnings about unused variables when building with...
2014-04-16 DRCFix compiler warning ("always_inline function might...
2014-04-16 DRCFix compiler warning ("always_inline function might...
2014-04-16 DRCSet the BUILD environment variable properly when buildi...
2014-04-16 DRCSet the BUILD environment variable properly when buildi...
2014-04-15 DRCRemove trailing spaces
2014-04-15 DRCRemove trailing spaces
2014-04-15 DRCwordsmithing
2014-04-15 DRCwordsmithing
2014-03-28 DRCIntegrate a slightly modified version of Mozilla's...
2014-03-28 DRCUse clz/bsr instructions on ARM for bit counting rather...
2014-03-27 DRCModify svn:ignore so that it lists only files generated...
2014-03-27 DRCModify svn:ignore so that it lists only files generated...
2014-03-27 DRCMake iOS build instructions more generic and applicable...
2014-03-27 DRCMake iOS build instructions more generic and applicable...
2014-03-25 DRCUpdate build instructions to reflect the use of pkgbuil...
2014-03-23 DRCRemove any claims of support for OS X 10.4 "Tiger"...
2014-03-23 DRCMigrate Mac packaging system to pkgbuild, since Package...
2014-03-23 DRCRemove the sections about replacing libjpeg at run...
2014-03-22 DRCFix Windows build
2014-03-22 DRCSince we're now maintaining our own Cygwin pseudo-repos...
2014-03-22 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2014-03-22 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo... 1.3.1
2014-03-22 DRCFix 'make dist'
2014-03-21 DRCSince we're now maintaining our own Cygwin pseudo-repos...
2014-03-21 DRCRHEL 6 (and probably other platforms as well) sets...
2014-03-21 DRCRHEL 6 (and probably other platforms as well) sets...
2014-03-21 DRCPrevent svn:mergeinfo from being modified on Makefile...
2014-03-21 DRCFix compiler warning about unused function when buildin...
2014-03-21 DRCPrevent svn:mergeinfo from being modified on Makefile...
2014-03-21 DRCFix compiler warning about unused function when buildin...
2014-03-21 DRCFix compiler warning ("always_inline function might...
2014-03-21 DRCFix compiler warning ("always_inline function might...
2014-03-21 DRCEnable silent build (can be overridden with 'make V...
2014-03-21 DRCEnable silent build (can be overridden with 'make V...
2014-03-17 DRCExtend YUVImage class to allow reuse of the same buffer...
2014-03-17 DRCformatting tweaks
2014-03-17 DRCFix an error that occurred when trying to use the lossl...
2014-03-17 DRCFix an error that occurred when trying to use the lossl...
2014-03-17 DRCMove the garbage collection of the JPEG tiles into...
2014-03-17 DRCMove the garbage collection of the JPEG tiles into...
2014-03-16 DRCGenerate the Java documentation using javadoc 7, to...
2014-03-16 DRCThis should have been checked in with the previous...
2014-03-16 DRCExtend the YUV decode functionality to the TurboJPEG...
2014-03-16 DRCUpdate (C) year
2014-03-16 DRCDon't use deprecated constructor
2014-03-16 DRCDoc tweaks
2014-03-16 DRCGo ahead and deprecate the old constructor in 1.3.1...
2014-03-15 DRCAdd @Deprecated to the deprecated Java methods, so...
2014-03-15 DRCAs with tjDecompressToYUV*(), tjCompressFromYUV() also...
2014-03-14 DRCRemove unneeded/unused code
2014-03-14 DRCStreamline the BufferedImage functionality in the compr...
2014-03-14 DRCRemove benchmarks. They were originally intended as...
2014-03-14 DRCFormatting tweak
2014-03-14 DRCOops. This code should not have been removed. It...
2014-03-13 DRCActually, the issue with nightshot_iso_100 is unrelated...
2014-03-13 DRCAdd a mode to tjbenchtest for testing the YUV encoding...
2014-03-13 DRCIf we have transformed a 4:2:2 or 4:4:0 image in any...
2014-03-13 DRCWhitespace tweaks
2014-03-13 DRCWhitespace tweaks
2014-03-12 DRCExecute warmup runs with tjTransform() as well
2014-03-12 DRCFix a couple of output formatting issues
2014-03-12 DRCSince we now have a complete set of YUV functions,...
2014-03-12 DRCFix a segfault that would occur in decompress-only...
2014-03-12 DRCFix a segfault that would occur in decompress-only...
2014-03-11 DRCWordsmithing & formatting tweaks
2014-03-11 DRCBack-port the -subsamp option from 1.4 rather than...
2014-03-11 DRCOops. This was apparently the victim of an overly...
2014-03-11 DRCSilence warning in CMake 2.8.12 and later
2014-03-11 DRCSilence warning in CMake 2.8.12 and later
2014-03-11 DRCFix the build of the Java classes when using MSVC 2010...
2014-03-11 DRCFix the build of the Java classes when using MSVC 2010...
2014-03-10 DRCFix Windows build
2014-03-10 DRCFormatting tweaks
2014-03-10 DRCFor now, punt on trying to support fancy upsampling...
2014-03-10 DRCFix additional uninitialized values reported by valgrind
next