summaryrefslogtreecommitdiff
path: root/trunk/simd
AgeCommit message (Expand)Author
2012-01-31Compiler warningsdcommander
2011-12-19Added new alpha channel colorspace constants/pixel formats, so applications c...dcommander
2011-12-01Fixed non-fatal out-of-bounds read in SSE2 SIMD code reported by valgrind whe...dcommander
2011-11-29Expose NASM variable in ccmakedcommander
2011-11-29NASM automatically adds the current directory to the include path, but YASM d...dcommander
2011-09-08When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it ...dcommander
2011-09-07Improve performance of non-SIMD color conversion routines and use global cons...dcommander
2011-09-06Update Nokia contact infodcommander
2011-09-06Improve performance of IFAST iDCT by changing the order of transpose and desc...dcommander
2011-09-06Make ARM ISLOW iDCT faster on typical cases, and eliminate the possibility of...dcommander
2011-08-24Improve the performance of YCbCr to RGB conversion on ARMdcommander
2011-08-22NEON-accelerated slow integer inverse DCTdcommander
2011-08-17NEON-accelerated quantizationdcommander
2011-08-15Improve performance of ARM NEON IFAST iDCTdcommander
2011-08-12ARM NEON-accelerated RGB-to-YCbCr conversiondcommander
2011-08-10Support for accelerated forward DCT using ARM NEON instructionsdcommander
2011-06-17NEON-optimized 2x2 and 4x4 scaled iDCTsdcommander
2011-06-14iOS ARM supportdcommander
2011-05-10Not necessary to save r10 and r11, since these are scratch registersdcommander
2011-05-03ARM NEON supportdcommander
2011-05-03YASM supportdcommander
2011-04-07Don't need MSVC definition in assembler code anymoredcommander
2011-04-04Attempt to make build work with Visual Studio 2010 (still doesn't work if SIM...dcommander
2011-04-02Ensure that *gra*.asm is rebuilt whenever *gry*.asm changes.dcommander
2011-03-22MinGW64 no longer prefixes symbols with underscores by defaultdcommander
2011-03-04Include new grayscale SIMD routines in distdcommander
2011-03-02Fix Windows build; Add grayscale tests to Windows build; Add proper implement...dcommander
2011-02-27Add short names for RGB->grayscale MMX functionsdcommander
2011-02-27Change filename in headerdcommander
2011-02-18Updated (C)dcommander
2011-02-18SIMD-accelerated RGB-to-Grayscale color conversiondcommander
2011-02-02Oops. Committed debugging codedcommander
2011-02-02Clarify that the C wrappers fall under the same license as the rest of the SI...dcommander
2011-02-02Clarify that the C wrappers fall under the same license as the rest of the SI...dcommander
2010-10-18Allow RPMs and SRPMs to be generated with v7/v8b emulation; Add CMake scripts...dcommander
2010-10-15Fix dependencies for the color conversion routines, which build other .asm fi...dcommander
2010-10-15Unix LFdcommander
2010-10-15Allow nasm path to be overriddendcommander
2010-10-15First pass at a CMake build systemdcommander
2010-09-06Remove simd/ prefix from #include (not necessary and was causing problems wit...dcommander
2010-08-07Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling todcommander
2010-08-03Fix build with YASMdcommander
2010-04-23xmm6-xmm15 must also be preserved by the callee; Win64 should fully work nowdcommander
2010-04-21Win64 should fully work nowdcommander
2010-04-20Updated (C)dcommander
2010-04-20Win64 (mostly) works nowdcommander
2010-04-20Use correct filenames in headersdcommander
2010-04-19Only have to use 32-bit mov for r14, since it is populated from the stackdcommander
2010-04-17Attempt to fix Win64 issuesdcommander
2010-03-03Don't allow code path to be forced on a system that doesn't support itdcommander