| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Add and use more convenience macros to check CPU extension availability | Diego Biurrun | 2013-08-29 | 1 | -0/+13 |
* | avutil: Refactor CPU extension availability macros | Diego Biurrun | 2013-08-28 | 1 | -28/+26 |
* | avutil: Move internal CPU detection function declarations to private header | Diego Biurrun | 2013-08-28 | 1 | -0/+1 |
* | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -6/+6 |
* | lls/x86: use 3-operator vaddpd in ADDPD_MEM | Loren Merritt | 2013-07-02 | 1 | -1/+1 |
* | x86: lpc: fix a segfault in av_evaluate_lls_sse2() | Loren Merritt | 2013-06-30 | 1 | -1/+1 |
* | x86: lpc: simd av_evaluate_lls | Loren Merritt | 2013-06-29 | 2 | -0/+41 |
* | x86: lpc: simd av_update_lls | Loren Merritt | 2013-06-29 | 3 | -0/+236 |
* | avutil: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | x86: float dsp: butterflies_float SSE | Christophe Gisquet | 2013-05-03 | 2 | -0/+29 |
* | dsputil: Make dsputil selectable | Ronald S. Bultje | 2013-04-10 | 1 | -0/+2 |
* | x86inc: Fix number of operands for cmp* instructions | Christophe Gisquet | 2013-04-09 | 1 | -4/+4 |
* | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 1 | -13/+13 |
* | x86: Use simple nop codes for <= sse (rather than <= mmx) | Ronald S. Bultje | 2013-02-19 | 1 | -1/+1 |
* | avutil: Ensure that emms_c is always defined, even on non-x86 | Diego Biurrun | 2013-02-14 | 1 | -3/+2 |
* | avutil: Move emms code to x86-specific header | Diego Biurrun | 2013-02-14 | 1 | -0/+22 |
* | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -0/+28 |
* | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -0/+44 |
* | floatdsp: move vector_fmul_add from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -0/+35 |
* | x86: Add a Yasm-based emms() replacement | Martin Storsjö | 2013-01-18 | 3 | -0/+55 |
* | x86inc: Add cvisible macro for C functions with public prefix | Diego Biurrun | 2013-01-18 | 2 | -14/+29 |
* | x86inc: Rename "program_name" to "private_prefix" | Diego Biurrun | 2013-01-18 | 2 | -6/+6 |
* | float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window | Martin Storsjö | 2013-01-17 | 1 | -3/+3 |
* | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 1 | -0/+75 |
* | x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags | Diego Biurrun | 2013-01-15 | 1 | -0/+8 |
* | x86: ABSB2: port to cpuflags | Diego Biurrun | 2013-01-15 | 1 | -8/+6 |
* | x86: ABSB: port to cpuflags | Diego Biurrun | 2013-01-15 | 1 | -6/+5 |
* | x86: ABS2: port to cpuflags | Diego Biurrun | 2013-01-14 | 1 | -16/+13 |
* | x86: ABS1: port to cpuflags | Diego Biurrun | 2013-01-06 | 1 | -12/+9 |
* | lavc: merge latest x86inc.asm fixes with x264 | Ronald S. Bultje | 2012-12-19 | 1 | -13/+20 |
* | x86inc: fully concatenate tokens to fix macro expansion for nasm | Janne Grunau | 2012-12-13 | 1 | -2/+2 |
* | x86inc: fix stack alignment on win64 | Ronald S. Bultje | 2012-12-12 | 1 | -4/+6 |
* | x86inc: support stack mem allocation and re-alignment in PROLOGUE | Ronald S. Bultje | 2012-12-12 | 1 | -36/+149 |
* | x86: float_dsp: fix loading of the len parameter on x86-32 | Justin Ruggles | 2012-12-07 | 1 | -1/+4 |
* | x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32 | Justin Ruggles | 2012-12-06 | 1 | -1/+1 |
* | x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling | Justin Ruggles | 2012-12-05 | 1 | -0/+1 |
* | float_dsp: add vector_dmul_scalar() to multiply a vector of doubles | Justin Ruggles | 2012-12-05 | 3 | -0/+65 |
* | x86: cpu: Drop unused HAVE_RWEFLAGS condition | Diego Biurrun | 2012-11-28 | 1 | -1/+1 |
* | x86: float_dsp: add SSE version of vector_fmul_scalar() | Justin Ruggles | 2012-11-26 | 2 | -0/+33 |
* | x86: SPLATD: port to cpuflags | Diego Biurrun | 2012-11-18 | 1 | -16/+6 |
* | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 1 | -1/+1 |
* | build: Drop AVX assembly ifdefs | Diego Biurrun | 2012-11-11 | 1 | -4/+0 |
* | x86inc: Set program_name outside of x86inc.asm | Diego Biurrun | 2012-11-11 | 2 | -1/+2 |
* | x86: PALIGNR: port to cpuflags | Diego Biurrun | 2012-11-09 | 1 | -8/+8 |
* | x86: PABSW: port to cpuflags | Diego Biurrun | 2012-11-05 | 1 | -12/+10 |
* | x86: Refactor PSWAPD fallback implementations and port to cpuflags | Diego Biurrun | 2012-11-02 | 1 | -0/+12 |
* | x86: PMINUB: port to cpuflags | Diego Biurrun | 2012-11-02 | 1 | -5/+5 |
* | x86util: Add cpuflags_mmxext alias for cpuflags_mmx2 | Diego Biurrun | 2012-11-02 | 1 | -0/+2 |
* | x86inc: Only define program_name if the macro is unset | Diego Biurrun | 2012-11-02 | 1 | -1/+3 |
* | x86: Fix assembly with NASM | Dave Yeo | 2012-10-31 | 1 | -1/+1 |