aboutsummaryrefslogtreecommitdiffstats
path: root/common/jpeg/simd
Commit message (Expand)AuthorAgeFilesLines
* Remove the included libjpeg-turbo from the tree and rely completely on onePierre Ossman2011-03-0264-25284/+0
* Clarify that the SIMD C wrappers and headers fall under the same license as t...DRC2011-02-023-0/+3
* [Bugfix] Pass correct include path (-I) to nasm.Adam Tkac2010-11-021-2/+2
* CMake build system for WindowsDRC2010-10-272-1/+63
* Sync with libjpeg-turbo 1.0.1DRC2010-09-301-1/+1
* Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling to be u...DRC2010-08-072-2/+2
* Fix build with YASMDRC2010-08-032-2/+2
* SIMD should now work on 64-bit WindowsDRC2010-04-234-12/+34
* Use correct filenames in headersDRC2010-04-2317-17/+17
* Don't allow code path to be forced on a system that doesn't support itDRC2010-03-031-4/+4
* Make TJ_FORCE* work properlyDRC2010-02-261-4/+4
* [Expletive deleted] Windows is LLP64, not LP64DRC2010-02-261-1/+1
* This should make the codec work on Win64 (but doesn't for unknown reasons)DRC2010-02-2211-22/+80
* Oops. Leftover bugs from the 64-bit port (cause seg fault when using JDCT_FL...DRC2010-02-183-3/+3
* Fix build on Sun StudioDRC2010-02-162-3/+2
* 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