]> granicus.if.org Git - libjpeg-turbo/shortlog
libjpeg-turbo
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'
2014-12-08 DRCFix typos in test names
2014-12-01 DRCRemove unused code
2014-12-01 DRCFix build when INPUT_SMOOTHING_SUPPORTED is undefined
2014-11-25 DRCSome software also needs the FAR macro. Ugh. Also...
2014-11-25 DRCRestore the JPP() and JMETHOD() macros. Even though...
2014-11-22 DRCOops. Include the tjPlane*() functions in the mapfile...
2014-11-22 DRCFix Huffman local buffer overrun discovered by Debian...
2014-11-22 DRCFix whitespace issues introduced with previous commit.
2014-11-22 DRCPrint the library version and exit whenever -version...
2014-11-19 DRCSometimes the sampling factors in grayscale images...
2014-11-18 DRCMake TJCompressor.close() and TJDecompressor.close...
2014-11-18 DRCUses clz and bsr instructions for bit counting on ARM64...
2014-11-06 DRCRemove trailing spaces
2014-10-23 DRCAnother oops. tjBufSizeYUV2() should return -1 if...
2014-10-23 DRCOops. tjPlaneSizeYUV() should return -1 if componentID...
2014-09-05 DRCThe AltiVec code actually works on 32-bit PowerPC platf...
2014-09-05 DRCAltiVec SIMD implementation of fast forward DCT
2014-09-04 DRCBump version to 1.5 alpha1 to prepare for new features
2014-09-04 DRCWhen building libjpeg-turbo on Un*x systems, INT32...
2014-09-04 DRCWhen building libjpeg-turbo on Un*x systems, INT32...
2014-08-30 DRCFix Windows build
2014-08-30 DRCFix issues with RGB565 color conversion on big endian...
2014-08-30 DRCFix build on OS X PowerPC platforms
2014-08-30 DRCFix build on OS X PowerPC platforms
2014-08-30 DRCOops. Forgot to alter the version header in the change...
2014-08-29 DRCCreate 1.4.x branch
2014-08-29 DRCRename the ARM64 assembly file to match the C file 1.3.90
2014-08-29 DRCFix several mathematical issues discovered in the ARM64...
2014-08-25 DRCReformat code per Siarhei's original patch (to clearly...
2014-08-23 DRCClarify forward compatibility of iOS/ARM builds
2014-08-23 DRCARM64 NEON SIMD support for YCC-to-RGB565 conversion
2014-08-23 DRCARM NEON SIMD support for YCC-to-RGB565 conversion...
2014-08-22 DRCEnsure that tjFree() is used for any JPEG buffers that...
2014-08-22 DRCEnsure that tjFree() is used for any JPEG buffers that...
2014-08-22 DRCRevert r1335 and r1336. It was a valiant effort, but...
2014-08-22 DRCDon't use sudo when building a Debian package unless...
2014-08-22 DRCWindows doesn't have setenv(). Go, go Gadget Macros.
2014-08-22 DRC1.4 beta1
2014-08-22 DRCFix 'make dist'
2014-08-22 DRCDon't use sudo when building a Debian package unless...
2014-08-22 DRCAdd a set of undocumented environment variables and...
2014-08-22 DRC.func/.endfunc are only necessary when generating STABS...
next