summaryrefslogtreecommitdiffstats
path: root/common/jpeg/simd
Commit message (Expand)AuthorAgeFilesLines
* Fix VPATH and out-of-tree buildsDRC2010-02-141-3/+5
* Oops. Use EGREP instead of GREP, because GREP is not available in earlier ve...DRC2010-02-051-1/+1
* Fix build problems on Solaris 10DRC2010-01-291-1/+1
* [Bugfix] Mark stack as non-executable in NASM code.Adam Tkac2010-01-271-0/+3
* Enable 64-bit build on Snow LeopardDRC2009-10-082-2/+2
* Work around alignment issue with OS X linker which was causing problems on Le...DRC2009-10-0845-0/+148
* Fix tarball generation via `make dist`.Adam Tkac2009-09-071-10/+3
* Windows build fixes: Peter Åstrand2009-08-191-1/+1
* Oops. Clean up a couple of remaining 32-bit memory accessesDRC2009-08-062-3/+3
* Make sure the indirectly used assembly files get packaged.Pierre Ossman2009-07-101-0/+7
* Make x86_64 SIMD code PIC friendlyPierre Ossman2009-06-2911-247/+247
* Clean up SIMD glue codePierre Ossman2009-06-294-100/+1645
* 64-bit SIMD accelerationDRC2009-06-2521-2/+7105
* Fix dependencies for merged upsampling codeDRC2009-06-251-0/+2
* Add colorspace extensions to merged upsampling routinesDRC2009-04-055-984/+1268
* Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it rece...DRC2009-04-044-2/+4
* Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that ...DRC2009-04-044-2/+4
* Implement new colorspaces to allow directly compressing from/decompressing to...DRC2009-04-0310-1802/+2275
* Fix build for RGB_PIXELSIZE==4DRC2009-04-011-2/+2
* Work around subdirectory bug in older automake.Pierre Ossman2009-03-1634-58/+142
* Add SSE2 SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-0918-0/+6761
* Add SSE SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-098-0/+1188
* Add 3DNow SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-097-0/+1046
* Add MMX SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-0917-1/+6140
* Implement x86 SIMD frameworkPierre Ossman2009-03-094-0/+358