| Commit message (Expand) | Author | Age | Files | Lines |
* | x86inc: Add cvisible macro for C functions with public prefix | Diego Biurrun | 2013-01-18 | 1 | -0/+1 |
* | x86inc: Rename "program_name" to "private_prefix" | Diego Biurrun | 2013-01-18 | 1 | -1/+1 |
* | 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 |
* | float_dsp: add vector_dmul_scalar() to multiply a vector of doubles | Justin Ruggles | 2012-12-05 | 1 | -0/+11 |
* | 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 |
* | x86inc: Set program_name outside of x86inc.asm | Diego Biurrun | 2012-11-11 | 1 | -0/+1 |
* | 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 |
* | x86: Fix assembly with NASM | Dave Yeo | 2012-10-31 | 1 | -1/+1 |
* | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 1 | -3/+3 |
* | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 1 | -0/+2 |
* | lavr: x86: optimized 6-channel s16 to fltp conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+12 |
* | dsputil: x86: add SHUFFLE_MASK_W macro | Jason Garrett-Glaser | 2012-07-22 | 1 | -0/+12 |
* | x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros | Loren Merritt | 2012-07-05 | 1 | -4/+37 |
* | x86: Avoid movs on BUTTERFLYPS when in AVX mode | Vitor Sessak | 2012-05-29 | 1 | -7/+6 |
* | lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVX | Justin Ruggles | 2012-05-09 | 1 | -4/+3 |
* | Add libavresample | Justin Ruggles | 2012-04-24 | 1 | -0/+9 |
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -1/+1 |
* | fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 1 | -0/+12 |
* | Move clipd macros to x86util.asm. | Ronald S. Bultje | 2011-08-17 | 1 | -0/+33 |
* | Move x86util.asm from libavcodec/ to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -0/+542 |