aboutsummaryrefslogtreecommitdiff
path: root/simd/Makefile.am
AgeCommit message (Expand)Author
2015-02-23Enable silent build rules for the NASM objects, if the source is configured w...dcommander
2015-01-14AltiVec SIMD implementation of H2V1 and H2V2 merged upsamplingdcommander
2015-01-13AltiVec SIMD implementation of H2V1 and H2V2 fancy upsamplingdcommander
2015-01-10AltiVec SIMD implementation of YCC-to-RGB color conversiondcommander
2015-01-08AltiVec SIMD implementation of 2x1 and 2x2 downsamplingdcommander
2014-12-23AltiVec SIMD implementation of sample conversion and integer quantizationdcommander
2014-12-22AltiVec SIMD implementation of RGB-to-Grayscale color conversiondcommander
2014-12-22Remove unneeded code; Make sure jccolor-altivec.o will be rebuilt if jccolex...dcommander
2014-12-22AltiVec SIMD implementation of RGB-to-YCC color conversiondcommander
2014-12-22Split AltiVec algorithms into separate files for ease of maintenance; Rename...dcommander
2014-09-05The AltiVec code actually works on 32-bit PowerPC platforms as well, so chang...dcommander
2014-09-05AltiVec SIMD implementation of fast forward DCTdcommander
2014-08-29Rename the ARM64 assembly file to match the C filedcommander
2014-05-19Allow for building the MIPS DSPr2 extensions if the host is mips-* as well as...dcommander
2014-05-10Using subdirectories unfortunately opened up a can of worms. In order to pre...dcommander
2014-05-09Re-organize the x86/x86-64 SIMD routines into separate folders by instruction...dcommander
2014-05-09Remove trailing spaces (+ one additional tab in TJUnitTest.java that was miss...dcommander
2014-02-05Create a separate stub file for 64-bit ARM, since it currently implements onl...dcommander
2014-02-05First pass at ARMv8 64-bit NEON SIMD supportdcommander
2013-08-23Fix 'make dist'dcommander
2013-07-24SIMD support for performing color conversion using MIPS DSPr2 instructionsdcommander
2011-11-29NASM automatically adds the current directory to the include path, but YASM d...dcommander
2011-05-03ARM NEON supportdcommander
2011-03-04Include new grayscale SIMD routines in distdcommander
2011-02-18SIMD-accelerated RGB-to-Grayscale color conversiondcommander
2010-10-18Allow RPMs and SRPMs to be generated with v7/v8b emulation; Add CMake scripts...dcommander
2010-02-16Fix build with Sun Studiodcommander
2010-02-14builddir isn't always defineddcommander
2010-02-13Enable (i.e. fix) VPATH and out-of-tree buildsdcommander
2010-02-05Oops. Use EGREP instead of GREP, because GREP is not available in earlier ve...dcommander
2010-01-29Fix build problems on Solaris 10dcommander
2009-09-14Merge unified_buildsys branch to trunk (r3892 - r3898)atkac
2009-07-10Make sure the indirectly used assembly files get packaged.ossman_
2009-06-29Clean up SIMD glue codeossman_
2009-06-2564-bit SIMD accelerationdcommander
2009-06-25Fix dependencies for merged upsampling codedcommander
2009-04-03Implement new colorspaces to allow directly compressing from/decompressing to...dcommander
2009-03-16Work around subdirectory bug in older automake.ossman_