| Commit message (Expand) | Author | Age | Files | Lines |
* | libavutil: x86: Include stdlib.h before using _byteswap_ulong | Martin Storsjö | 2020-01-23 | 1 | -0/+1 |
* | x86/float_dsp: add ff_vector_dmul_{sse2,avx} | James Almer | 2018-09-14 | 2 | -0/+40 |
* | x86/pixelutils: don't use the AVX2 functions on CPUs known to be slow with them | James Almer | 2018-07-31 | 1 | -1/+1 |
* | x86/pixelutils: add missing preprocessor wrapper to the AVX2 functions | James Almer | 2018-07-31 | 1 | -0/+2 |
* | avutil/pixelutils: sad_32x32 sse2/avx2 optimizations. | Jun Zhao | 2018-07-31 | 2 | -0/+249 |
* | lavu/x86/cpu: Fix aesni detection | alexander schmid | 2018-07-19 | 1 | -1/+1 |
* | avutil/pixelutils: correct the function name in comments | Jun Zhao | 2018-07-11 | 1 | -4/+4 |
* | Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906' | James Almer | 2018-02-11 | 1 | -1/+0 |
|\ |
|
| * | Drop some unnecessary config.h #includes | Diego Biurrun | 2018-02-06 | 1 | -1/+0 |
| * | cpu: split flag checks per arch in av_cpu_max_align() | James Almer | 2017-10-09 | 1 | -0/+11 |
* | | x86inc: Drop cpuflags_slowctz | Henrik Gramner | 2018-01-20 | 1 | -3/+2 |
* | | x86inc: Correctly set mmreg variables | Henrik Gramner | 2018-01-20 | 1 | -51/+36 |
* | | x86inc: Support creating global symbols from local labels | Henrik Gramner | 2018-01-20 | 1 | -1/+11 |
* | | x86inc: Use .rdata instead of .rodata on Windows | Henrik Gramner | 2018-01-20 | 1 | -0/+4 |
* | | x86inc: Enable AVX emulation for floating-point pseudo-instructions | Henrik Gramner | 2018-01-20 | 1 | -0/+32 |
* | | x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled ... | James Almer | 2017-12-24 | 1 | -10/+16 |
* | | x86inc: AVX-512 support | Henrik Gramner | 2017-12-24 | 1 | -33/+139 |
* | | avutil: add alignment needed for AVX-512 | James Darnley | 2017-12-24 | 1 | -0/+2 |
* | | avutil: detect when AVX-512 is available | James Darnley | 2017-12-24 | 1 | -2/+10 |
* | | avutil: add AVX-512 flags | James Darnley | 2017-12-24 | 1 | -0/+2 |
* | | avutil/x86util : add macro for loading a 128 bits constants in an xmm or in e... | Martin Vignali | 2017-12-02 | 1 | -0/+8 |
* | | Don't use _tzcnt instrinics with clang for windows w/o BMI. | Dale Curtis | 2017-10-25 | 1 | -1/+2 |
* | | Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2' | James Almer | 2017-10-21 | 1 | -16/+26 |
|\| |
|
| * | x86util: Port all macros to cpuflags | Diego Biurrun | 2017-03-14 | 1 | -21/+31 |
| * | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-03-01 | 2 | -7/+7 |
* | | avutil/cpu: split flag checks per arch in av_cpu_max_align() | James Almer | 2017-09-27 | 1 | -0/+27 |
* | | Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6' | James Almer | 2017-09-26 | 1 | -2/+2 |
|\| |
|
| * | asm: Consistently uppercase SECTION markers | Diego Biurrun | 2017-02-03 | 1 | -1/+1 |
| * | x86inc: Avoid using eax/rax for storing the stack pointer | Henrik Gramner | 2017-01-09 | 1 | -0/+7 |
* | | Add macros to x86util.asm . | Ivan Kalvachev | 2017-08-18 | 1 | -8/+98 |
* | | x86inc: don't use read-only data sections on COFF targets | James Almer | 2017-06-27 | 1 | -0/+2 |
* | | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 2 | -4/+4 |
* | | x86/aacpsdsp: add ff_ps_hybrid_synthesis_deint_{sse,sse4} | James Almer | 2017-06-18 | 1 | -6/+9 |
* | | x86inc: Add some additional cpuflag relations | Henrik Gramner | 2017-06-12 | 1 | -19/+19 |
* | | x86inc: Remove argument from WIN64_RESTORE_XMM | Anton Mitrofanov | 2017-06-09 | 1 | -9/+10 |
* | | x86inc: Prefer r14/r15 over r12/r13 on x86-64 | Henrik Gramner | 2017-06-09 | 1 | -8/+8 |
* | | x86inc: Make REP_RET identical to RET in SSSE3+ functions | Henrik Gramner | 2017-06-09 | 1 | -1/+1 |
* | | x86inc: Fix call with memory operands | Henrik Gramner | 2017-06-09 | 1 | -2/+6 |
* | | x86/float_dsp: remove usage of integer instructions | James Almer | 2017-05-12 | 1 | -7/+7 |
* | | x86/float_dsp: add ff_vector_fmul_reverse_avx2 | James Almer | 2017-04-11 | 2 | -1/+19 |
* | | x86/float_dsp: add ff_vector_dmac_scalar_{sse2,avx,fma3} | James Almer | 2017-04-10 | 2 | -0/+73 |
* | | Merge commit '99434f4df81b6801b2b535d5b9143305595784f6' | Clément Bœsch | 2017-03-30 | 1 | -1/+1 |
|\| |
|
| * | float_dsp: Have implementation match function pointer prototype | Diego Biurrun | 2016-11-03 | 1 | -1/+1 |
* | | Merge commit '7911186ed616ae81dd8617d6d0e8b08c818db9d8' | James Almer | 2017-03-23 | 2 | -4/+4 |
|\| |
|
| * | emms: Give apriv_emms_yasm() a more general name | Diego Biurrun | 2016-10-18 | 2 | -4/+4 |
* | | Merge commit '6be7944ee2ec2f045e6eb9a93237e992c8b20ac4' | James Almer | 2017-03-23 | 1 | -2/+2 |
|\| |
|
| * | x86: Add missing colons after assembly labels | Diego Biurrun | 2016-10-17 | 1 | -2/+2 |
* | | avutil/x86util: don't use movss in VBROADCASTSS macro when src and dst args a... | James Almer | 2017-03-21 | 1 | -0/+2 |
* | | Merge commit '07e1f99a1bb41d1a615676140eefc85cf69fa793' | Clément Bœsch | 2017-03-20 | 1 | -0/+10 |
|\| |
|
| * | x86util: Document SBUTTERFLY macro | Alexandra Hájková | 2016-09-19 | 1 | -0/+10 |