| Commit message (Expand) | Author | Age | Files | Lines |
* | rv34: Drop now unnecessary dsputil dependencies | Diego Biurrun | 2013-02-06 | 1 | -1/+1 |
* | Add av_cold attributes to arch-specific init functions | Diego Biurrun | 2013-02-05 | 1 | -1/+2 |
* | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 1 | -15/+15 |
* | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -2/+2 |
* | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 1 | -5/+6 |
* | x86: Fix linking with some or all of yasm, mmx, optimizations disabled | Diego Biurrun | 2012-08-30 | 1 | -0/+3 |
* | x86: cosmetics: Comment some #endifs for better readability | Diego Biurrun | 2012-08-30 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -1/+1 |
* | x86/dsputil: put inline asm under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-25 | 1 | -0/+2 |
* | cosmetics: do not use full path for local headers | Diego Biurrun | 2012-06-22 | 1 | -1/+1 |
* | x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions. | Michael Kostylev | 2012-05-15 | 1 | -5/+5 |
* | rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC | Christophe Gisquet | 2012-05-10 | 1 | -0/+146 |
* | rv40dsp: implement prescaled versions for biweight. | Christophe GISQUET | 2012-04-10 | 1 | -10/+20 |
* | rv34: change most "int stride" into "ptrdiff_t stride". | Ronald S. Bultje | 2012-02-20 | 1 | -2/+2 |
* | rv40: x86 SIMD for biweight | Christophe Gisquet | 2012-01-30 | 1 | -0/+19 |
* | x86: Give RV40 init file a more suitable name. | Diego Biurrun | 2012-01-30 | 1 | -0/+60 |