]> granicus.if.org Git - libjpeg-turbo/shortlog
libjpeg-turbo
2011-03-31 DRCUse the same naming convention for the output files...
2011-03-31 DRCClean up compiler warnings
2011-03-31 DRCmake testclean should clean up .yuv and 4:4:0 files...
2011-03-31 DRC"JAVA_CFLAGS"="JNI_CFLAGS"
2011-03-31 DRCGet rid of unused IS_WIN32 conditional
2011-03-31 DRCGet rid of unused IS_WIN32 conditional
2011-04-17 DRCGet rid of unused IS_WIN32 conditional
2011-04-17 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2011-04-16 DRCThe previous attempt to handle unexpected markers in...
2011-04-16 DRC"OS/X"="OS X"
2011-04-16 DRCUpdate build instructions to reflect the fact that...
2011-03-29 DRCCreate local round up function for jmemmgr.c so we...
2011-03-29 DRCCreate local round up function for jmemmgr.c so we...
2011-03-22 DRCMinGW64 no longer prefixes symbols with underscores...
2011-03-22 DRCClean up packaging system
2011-03-22 DRCMinGW64 no longer prefixes symbols with underscores...
2011-03-22 DRCWe want to keep the same name for the install directory...
2011-03-22 DRCTypo
2011-03-22 DRCMinGW64 no longer prefixes symbols with underscores...
2011-03-22 DRCOops. Forgot to generate makecygwinpkg
2011-03-22 DRCDon't use architecture extension in package name, since...
2011-03-22 DRC"release/"="pkgscripts/"
2011-03-22 DRCNeed to put the generated packaging scripts in a direct...
2011-03-22 DRCClean up packaging system
2011-03-21 DRC1.1.1
2011-03-18 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2011-03-18 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2011-03-18 DRCThrow a warning if an unexpected marker is found in...
2011-03-18 DRCThrow a warning if an unexpected marker is found in...
2011-03-18 DRCThrow a warning if an unexpected marker is found in...
2011-03-18 DRCThrow a warning if an unexpected marker is found in...
2011-03-17 DRCFix compression from/decompression to TYPE_INT_{RGB...
2011-03-16 DRCMore Java API cleanup
2011-03-15 DRCJava code cleanup + Java docs
2011-03-15 DRCtjTransform() was not working properly if r.w=0 or...
2011-03-15 DRCWordsmithing
2011-03-10 DRCAdd notes about performance
2011-03-07 DRCAdd an option to display the output image
2011-03-07 DRCIf a scaled-down JPEG output image is requested, we...
2011-03-04 DRCOn Windows, long is 32-bit, so use jlong instead
2011-03-04 DRCWe actually don't need windows.h at all, and it makes...
2011-03-04 DRCMinGW already has snprintf(), so don't use our macro...
2011-03-04 DRCOops. Forgot to add TJTransform class
2011-03-04 DRCInclude new grayscale SIMD routines in dist
2011-03-04 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2011-03-04 DRCAdd access methods for getting at the JPEG buffer
2011-03-04 DRCIf transforming and outputting a JPEG file, output...
2011-03-04 DRCAdd TJTransformer JNI functions to mapfile
2011-03-04 DRCHandle 4:4:0 (transposed 4:2:2 subsampling)
2011-03-04 DRCHandle 4:4:0 (transposed 4:2:2 subsampling)
2011-03-04 DRCImplement lossless cropping interface in Java
2011-03-04 DRCDon't need PAD() anymore
2011-03-04 DRCPrint stack trace on error
2011-03-04 DRCMethods of a final class are automatically final
2011-03-04 DRCModify filename of decompressed output files to indicat...
2011-03-04 DRCIf losslessly transforming to grayscale, compute trimme...
2011-03-04 DRCTile generation did not work with TJXFORM_HFLIP, becaus...
2011-03-04 DRCTransform tests; Variable benchmark time; General cleanup
2011-03-03 DRCAdd an option to force grayscale->RGB conversion (neede...
2011-03-02 DRCMove per-format flag assignments to the actual TurboJPE...
2011-03-02 DRCMake the C version work more like the Java version
2011-03-02 DRCGenerate separate JPEG images for the YUV decode tests
2011-03-02 DRCOops. Left out the all-important transform structures
2011-03-02 DRCSince lossless transforms have such a high fixed perfor...
2011-03-02 DRCWordsmithing and general cleanup
2011-03-02 DRCFix Windows build; Add grayscale tests to Windows build...
2011-03-02 DRCFix compiler warnings in Visual C++
2011-03-02 DRCFix compiler warnings in Visual C++
2011-03-02 DRCPerform size checks on arrays
2011-03-01 DRCUse new scaling API
2011-03-01 DRCMake error handling more consistent with other TurboJPE...
2011-03-01 DRCUse "bailout" label to be more consistent with other...
2011-03-01 DRCUse consistent formatting conventions
2011-03-01 DRCAdd getScalingFactors() method to libturbojpeg version...
2011-03-01 DRCtjGetScaledSize() would never be able to accommodate...
2011-03-01 DRCDon't call jpeg_finish_compress() with YUV output,...
2011-03-01 DRCDon't call jpeg_finish_compress() with YUV output,...
2011-02-28 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2011-02-28 DRCUnused variables
2011-02-27 DRCImprove performance a bit for the non-SIMD case
2011-02-27 DRCImprove performance a bit for the non-SIMD case
2011-02-27 DRCOops. cconvert is still needed for 12-bit samples
2011-02-27 DRCAdd short names for RGB->grayscale MMX functions
2011-02-27 DRCChange filename in header
2011-02-27 DRCMake Visual C++ happy
2011-02-27 DRCMake Visual C++ happy 1.1.0
2011-02-26 DRCExpose libjpeg lossless transform feature in TurboJPEG/OSS
2011-02-26 DRCFix compiler warnings
2011-02-26 DRCEnable full GCC compiler warnings by default
2011-02-26 DRCFix compiler warnings
2011-02-26 DRCEnable full GCC compiler warnings by default
2011-02-26 DRC"tjScaledSize"="tjGetScaledSize" (again)
2011-02-26 DRCRemove entry for tjScaledSize()
2011-02-26 DRCInclude tjGetScaledSize() in version scripts
2011-02-26 DRC"tjScaledSize"="tjGetScaledSize"
2011-02-26 DRCFix uninitialized variables
2011-02-25 DRCAdd RGB --> Grayscale YUV decoding test
2011-02-25 DRCAdd RGB-->Grayscale YUV decode test
2011-02-25 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2011-02-25 DRCImplement YUV encode/decode methods at the Java level...
next