2015-06-27 |
DRC | Fix compiler warnings in jpeg_skip_scanlines() when... |
commit | commitdiff | tree | snapshot |
2015-06-27 |
DRC | Add regression tests for jpeg_skip_scanlines(); change... |
commit | commitdiff | tree | snapshot |
2015-06-27 |
DRC | Fix a couple of seg faults discovered when testing... |
commit | commitdiff | tree | snapshot |
2015-06-27 |
DRC | Make sure that Java is disabled when 12-bit is enabled... |
commit | commitdiff | tree | snapshot |
2015-06-27 |
DRC | Make sure that Java is disabled when 12-bit is enabled... |
commit | commitdiff | tree | snapshot |
2015-06-25 |
DRC | Add a -skip option to djpeg, which opens up further... |
commit | commitdiff | tree | snapshot |
2015-06-25 |
DRC | Add a new libjpeg API function (jpeg_skip_scanlines... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
DRC | Fix 'make dist' |
commit | commitdiff | tree | snapshot |
2015-06-20 |
DRC | The Linux build machine has been upgraded to autoconf... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
DRC | Studies show that GCC v5.1.0 performs as well as or... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
DRC | Studies show that GCC v5.1.0 performs as well as or... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
DRC | Typo |
commit | commitdiff | tree | snapshot |
2015-06-19 |
DRC | Clarify that the TurboJPEG API functions/methods do... |
commit | commitdiff | tree | snapshot |
2015-06-08 |
DRC | Now that the TurboJPEG API is reporting libjpeg warning... 1.4.1 |
commit | commitdiff | tree | snapshot |
2015-06-08 |
DRC | Fix a segfault that occured in the MIPS DSPr2 fancy... |
commit | commitdiff | tree | snapshot |
2015-06-01 |
DRC | If a warning (such as "Premature end of JPEG file"... |
commit | commitdiff | tree | snapshot |
2015-05-17 |
DRC | Back out r1555 and r1548. Using setenv() didn't fix... |
commit | commitdiff | tree | snapshot |
2015-05-16 |
DRC | Fix the Windows build. I remember now why I used puten... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
DRC | Allow building only static or only shared libraries... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
DRC | __WORDSIZE doesn't seem to be available on platforms... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
DRC | Unless you define _ANSI_SOURCE, then putenv() on Mac... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
DRC | Fix a bug in the 64-bit Huffman encoder that Google... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
DRC | Restore backward compatibility with MSVC < 2010 (broken... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
DRC | Oops. OS X doesn't define __WORDSIZE unless you includ... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
DRC | Allow the executables and libraries outside of the... |
commit | commitdiff | tree | snapshot |
2015-02-23 |
DRC | Surround the usage of getenv() in the TurboJPEG API... |
commit | commitdiff | tree | snapshot |
2015-02-23 |
DRC | If libjpeg-turbo is configured with a non-default prefi... |
commit | commitdiff | tree | snapshot |
2015-02-23 |
DRC | Enable silent build rules for the NASM objects, if... |
commit | commitdiff | tree | snapshot |
2015-02-20 |
DRC | Set the RPM and deb architecture properly on non-x86... |
commit | commitdiff | tree | snapshot |
2015-02-20 |
DRC | Extend the AltiVec VMX SIMD routines to support little... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
DRC | Come on, Cohaagen, you got what you want. Give these... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
DRC | Come on, Cohaagen, you got what you want. Give these... |
commit | commitdiff | tree | snapshot |
2015-01-27 |
DRC | Oops. Need to set the alpha channel when using TYPE_4B... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
DRC | Oops. The MIPS SIMD implementations of h2v1 and h2v2... |
commit | commitdiff | tree | snapshot |
2015-01-20 |
DRC | Introduce fast paths to speed up NULL color conversion... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | Some clarifications (actually MIPS doesn't implement... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | Make the floating point regression tests optional.... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | In the process of developing the AltiVec extensions... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | Add separate pseudo-targets for the TurboJPEG and libjp... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | Bump copyright year |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | Add the ability to benchmark YCCK JPEG compression... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | 1.4.1 |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | Document AltiVec extensions |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | Revert r1506 (we actually are generating columns with... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
DRC | De-confusify the variable names a bit -- "out" represen... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
DRC | Add the ability to benchmark YCCK JPEG compression... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
DRC | AltiVec SIMD implementation of H2V1 and H2V2 plain... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
DRC | AltiVec SIMD implementation of H2V1 and H2V2 merged... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
DRC | Fix an overread detected by valgrind |
commit | commitdiff | tree | snapshot |
2015-01-14 |
DRC | Fix bugs in the AltiVec fancy upsampling routines uncov... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
DRC | In the process of developing the AltiVec extensions... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
DRC | Fix a bug in the AltiVec downsampling routines uncovere... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
DRC | Make the formatting and naming of variables and constan... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
DRC | Make the formatting and naming of variables and constan... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
DRC | Make the formatting and naming of variables and constan... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
DRC | AltiVec SIMD implementation of H2V1 and H2V2 fancy... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
DRC | git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
DRC | git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
DRC | Minor code readability tweak |
commit | commitdiff | tree | snapshot |
2015-01-11 |
DRC | Use intrinsics for loading aligned data in the IDCT... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
DRC | Bump copyright year |
commit | commitdiff | tree | snapshot |
2015-01-10 |
DRC | AltiVec SIMD implementation of YCC-to-RGB color conversion |
commit | commitdiff | tree | snapshot |
2015-01-10 |
DRC | Fix minor issue in code comments |
commit | commitdiff | tree | snapshot |
2015-01-10 |
DRC | Fix minor issue in code comments |
commit | commitdiff | tree | snapshot |
2015-01-10 |
DRC | Simplify the code somewhat. It actually wasn't necessa... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
DRC | Overhaul the AltiVec vector loading code in the compres... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
DRC | Fix minor issue in code comments |
commit | commitdiff | tree | snapshot |
2015-01-08 |
DRC | AltiVec SIMD implementation of 2x1 and 2x2 downsampling |
commit | commitdiff | tree | snapshot |
2015-01-07 |
DRC | Oops. Delete the duplicate copy of [lib]turbojpeg... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
DRC | Oops. Delete the duplicate copy of [lib]turbojpeg... 1.4.0 |
commit | commitdiff | tree | snapshot |
2014-12-23 |
DRC | AltiVec SIMD implementation of sample conversion and... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
DRC | Document the fact that the AltiVec implementation uses... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
DRC | Use intrinsics for loading/storing data in the DCT... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
DRC | AltiVec SIMD implementation of RGB-to-Grayscale color... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
DRC | Remove unneeded code; Make sure jccolor-altivec.o... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
DRC | AltiVec SIMD implementation of RGB-to-YCC color conversion |
commit | commitdiff | tree | snapshot |
2014-12-22 |
DRC | Make test a phony target so things don't go haywire... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
DRC | Maintain the traditional order of the regression tests... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
DRC | Make comments more consistent |
commit | commitdiff | tree | snapshot |
2014-12-22 |
DRC | Add a "quicktest" pseudo-target, for those times when... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
DRC | Cosmetic tweaks to the PowerPC SIMD stubs |
commit | commitdiff | tree | snapshot |
2014-12-22 |
DRC | Split AltiVec algorithms into separate files for ease... |
commit | commitdiff | tree | snapshot |
2014-12-20 |
DRC | Optimizations to the AltiVec DCT algorithms (pre-comput... |
commit | commitdiff | tree | snapshot |
2014-12-20 |
DRC | AltiVec SIMD implementation of slow integer inverse DCT |
commit | commitdiff | tree | snapshot |
2014-12-20 |
DRC | Use macros to allocate constants statically, rather... |
commit | commitdiff | tree | snapshot |
2014-12-20 |
DRC | Swap the order of the IFAST and ISLOW FDCT functions... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | Include ARMv8 binaries when generating a combined OS... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | Document that the ARMv8/iOS issues are now fixed |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | Remove reference to install.txt, which we do not includ... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | Include ARMv8 binaries when generating a combined OS... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | In the output of the configure script, indicate whether... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | Modify the ARM64 assembly file so that it uses only... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | Add iOS architectures to the shared libraries generated... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | 1.4.0 |
commit | commitdiff | tree | snapshot |
2014-12-18 |
DRC | AltiVec SIMD implementation of fast integer inverse DCT |
commit | commitdiff | tree | snapshot |
2014-12-18 |
DRC | Further cleanup of the AltiVec forward DCT code: |
commit | commitdiff | tree | snapshot |
2014-12-17 |
DRC | AltiVec SIMD implementation of slow integer forward... |
commit | commitdiff | tree | snapshot |
2014-12-17 |
DRC | Fix cosmetic issues in AltiVec comments |
commit | commitdiff | tree | snapshot |
2014-12-14 |
DRC | Fix 'make dist' |
commit | commitdiff | tree | snapshot |
2014-12-14 |
DRC | Fix 'make dist' |
commit | commitdiff | tree | snapshot |
next |