]> granicus.if.org Git - libjpeg-turbo/shortlog
libjpeg-turbo
2015-06-27 DRCFix compiler warnings in jpeg_skip_scanlines() when...
2015-06-27 DRCAdd regression tests for jpeg_skip_scanlines(); change...
2015-06-27 DRCFix a couple of seg faults discovered when testing...
2015-06-27 DRCMake sure that Java is disabled when 12-bit is enabled...
2015-06-27 DRCMake sure that Java is disabled when 12-bit is enabled...
2015-06-25 DRCAdd a -skip option to djpeg, which opens up further...
2015-06-25 DRCAdd a new libjpeg API function (jpeg_skip_scanlines...
2015-06-20 DRCFix 'make dist'
2015-06-20 DRCThe Linux build machine has been upgraded to autoconf...
2015-06-20 DRCStudies show that GCC v5.1.0 performs as well as or...
2015-06-20 DRCStudies show that GCC v5.1.0 performs as well as or...
2015-06-20 DRCTypo
2015-06-19 DRCClarify that the TurboJPEG API functions/methods do...
2015-06-08 DRCNow that the TurboJPEG API is reporting libjpeg warning... 1.4.1
2015-06-08 DRCFix a segfault that occured in the MIPS DSPr2 fancy...
2015-06-01 DRCIf a warning (such as "Premature end of JPEG file"...
2015-05-17 DRCBack out r1555 and r1548. Using setenv() didn't fix...
2015-05-16 DRCFix the Windows build. I remember now why I used puten...
2015-05-15 DRCAllow building only static or only shared libraries...
2015-05-15 DRC__WORDSIZE doesn't seem to be available on platforms...
2015-05-15 DRCUnless you define _ANSI_SOURCE, then putenv() on Mac...
2015-05-06 DRCFix a bug in the 64-bit Huffman encoder that Google...
2015-04-30 DRCRestore backward compatibility with MSVC < 2010 (broken...
2015-04-22 DRCOops. OS X doesn't define __WORDSIZE unless you includ...
2015-03-19 DRCAllow the executables and libraries outside of the...
2015-02-23 DRCSurround the usage of getenv() in the TurboJPEG API...
2015-02-23 DRCIf libjpeg-turbo is configured with a non-default prefi...
2015-02-23 DRCEnable silent build rules for the NASM objects, if...
2015-02-20 DRCSet the RPM and deb architecture properly on non-x86...
2015-02-20 DRCExtend the AltiVec VMX SIMD routines to support little...
2015-01-28 DRCCome on, Cohaagen, you got what you want. Give these...
2015-01-28 DRCCome on, Cohaagen, you got what you want. Give these...
2015-01-27 DRCOops. Need to set the alpha channel when using TYPE_4B...
2015-01-21 DRCOops. The MIPS SIMD implementations of h2v1 and h2v2...
2015-01-20 DRCIntroduce fast paths to speed up NULL color conversion...
2015-01-16 DRCSome clarifications (actually MIPS doesn't implement...
2015-01-16 DRCMake the floating point regression tests optional....
2015-01-16 DRCIn the process of developing the AltiVec extensions...
2015-01-16 DRCAdd separate pseudo-targets for the TurboJPEG and libjp...
2015-01-16 DRCBump copyright year
2015-01-16 DRCAdd the ability to benchmark YCCK JPEG compression...
2015-01-16 DRC1.4.1
2015-01-16 DRCDocument AltiVec extensions
2015-01-16 DRCRevert r1506 (we actually are generating columns with...
2015-01-15 DRCDe-confusify the variable names a bit -- "out" represen...
2015-01-14 DRCAdd the ability to benchmark YCCK JPEG compression...
2015-01-14 DRCAltiVec SIMD implementation of H2V1 and H2V2 plain...
2015-01-14 DRCAltiVec SIMD implementation of H2V1 and H2V2 merged...
2015-01-14 DRCFix an overread detected by valgrind
2015-01-14 DRCFix bugs in the AltiVec fancy upsampling routines uncov...
2015-01-14 DRCIn the process of developing the AltiVec extensions...
2015-01-14 DRCFix a bug in the AltiVec downsampling routines uncovere...
2015-01-13 DRCMake the formatting and naming of variables and constan...
2015-01-13 DRCMake the formatting and naming of variables and constan...
2015-01-13 DRCMake the formatting and naming of variables and constan...
2015-01-13 DRCAltiVec SIMD implementation of H2V1 and H2V2 fancy...
2015-01-12 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2015-01-12 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2015-01-11 DRCMinor code readability tweak
2015-01-11 DRCUse intrinsics for loading aligned data in the IDCT...
2015-01-11 DRCBump copyright year
2015-01-10 DRCAltiVec SIMD implementation of YCC-to-RGB color conversion
2015-01-10 DRCFix minor issue in code comments
2015-01-10 DRCFix minor issue in code comments
2015-01-10 DRCSimplify the code somewhat. It actually wasn't necessa...
2015-01-10 DRCOverhaul the AltiVec vector loading code in the compres...
2015-01-08 DRCFix minor issue in code comments
2015-01-08 DRCAltiVec SIMD implementation of 2x1 and 2x2 downsampling
2015-01-07 DRCOops. Delete the duplicate copy of [lib]turbojpeg...
2015-01-07 DRCOops. Delete the duplicate copy of [lib]turbojpeg... 1.4.0
2014-12-23 DRCAltiVec SIMD implementation of sample conversion and...
2014-12-23 DRCDocument the fact that the AltiVec implementation uses...
2014-12-22 DRCUse intrinsics for loading/storing data in the DCT...
2014-12-22 DRCAltiVec SIMD implementation of RGB-to-Grayscale color...
2014-12-22 DRCRemove unneeded code; Make sure jccolor-altivec.o...
2014-12-22 DRCAltiVec SIMD implementation of RGB-to-YCC color conversion
2014-12-22 DRCMake test a phony target so things don't go haywire...
2014-12-22 DRCMaintain the traditional order of the regression tests...
2014-12-22 DRCMake comments more consistent
2014-12-22 DRCAdd a "quicktest" pseudo-target, for those times when...
2014-12-22 DRCCosmetic tweaks to the PowerPC SIMD stubs
2014-12-22 DRCSplit AltiVec algorithms into separate files for ease...
2014-12-20 DRCOptimizations to the AltiVec DCT algorithms (pre-comput...
2014-12-20 DRCAltiVec SIMD implementation of slow integer inverse DCT
2014-12-20 DRCUse macros to allocate constants statically, rather...
2014-12-20 DRCSwap the order of the IFAST and ISLOW FDCT functions...
2014-12-19 DRCInclude ARMv8 binaries when generating a combined OS...
2014-12-19 DRCDocument that the ARMv8/iOS issues are now fixed
2014-12-19 DRCRemove reference to install.txt, which we do not includ...
2014-12-19 DRCInclude ARMv8 binaries when generating a combined OS...
2014-12-19 DRCIn the output of the configure script, indicate whether...
2014-12-19 DRCModify the ARM64 assembly file so that it uses only...
2014-12-19 DRCAdd iOS architectures to the shared libraries generated...
2014-12-19 DRC1.4.0
2014-12-18 DRCAltiVec SIMD implementation of fast integer inverse DCT
2014-12-18 DRCFurther cleanup of the AltiVec forward DCT code:
2014-12-17 DRCAltiVec SIMD implementation of slow integer forward...
2014-12-17 DRCFix cosmetic issues in AltiVec comments
2014-12-14 DRCFix 'make dist'
2014-12-14 DRCFix 'make dist'
next