| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge commit 'd7bc52bf456deba0f32d9fe5c288ec441f1ebef5' | Clément Bœsch | 2017-03-20 | 3 | -0/+104 |
|\| |
|
| * | imgutils: add a function for copying image data from GPU mapped memory | Anton Khirnov | 2016-08-31 | 3 | -0/+104 |
* | | avcodec/h264: sse2, avx h luma mbaff deblock/loop filter | James Darnley | 2017-02-18 | 1 | -0/+15 |
* | | x86util: import MOVHL macro | James Darnley | 2017-02-18 | 1 | -0/+12 |
* | | avcodec/x86: deduplicate PASS8ROWS macro | James Darnley | 2017-02-18 | 1 | -0/+5 |
* | | Merge commit '8e9cd81d291b1010c625b2766058aadf4affb537' | James Almer | 2017-01-31 | 1 | -0/+6 |
|\| |
|
| * | x86: cpu: Detect Conroe CPUs and their slow shuffle unit | Fiona Glaser | 2016-07-20 | 1 | -0/+6 |
* | | Merge commit '7d7355aa92bb36ca0765c49a569a999bcb96f332' | James Almer | 2017-01-31 | 1 | -0/+6 |
|\| |
|
| * | x86: Add SSSE3_SLOW CPU flag and related convenience macros | Diego Biurrun | 2016-07-20 | 1 | -0/+6 |
| * | x86util: Extend SPLATW for avx2 | James Almer | 2016-07-18 | 1 | -1/+3 |
| * | asm: FF_-prefix internal macros used in inline assembly | Diego Biurrun | 2016-05-28 | 2 | -35/+35 |
| * | x86inc: Enable AVX emulation in additional cases | Anton Mitrofanov | 2016-05-16 | 1 | -8/+13 |
| * | x86inc: Improve handling of %ifid with multi-token parameters | Anton Mitrofanov | 2016-05-16 | 1 | -2/+2 |
| * | x86inc: Fix AVX emulation of some instructions | Anton Mitrofanov | 2016-05-16 | 1 | -20/+24 |
| * | x86inc: Fix AVX emulation of scalar float instructions | Henrik Gramner | 2016-05-16 | 1 | -14/+14 |
* | | x86inc: Avoid using eax/rax for storing the stack pointer | Henrik Gramner | 2017-01-09 | 1 | -0/+7 |
* | | avutil/x86/emms: Document the emms_c() vs alloc/free relation. | Michael Niedermayer | 2016-10-23 | 1 | -0/+2 |
* | | vp9: add 16x16 idct avx2 (8-bit). | Ronald S. Bultje | 2016-07-11 | 1 | -1/+68 |
* | | asm: FF_-prefix internal macros used in inline assembly | Matthieu Bouron | 2016-06-27 | 2 | -35/+35 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
| * | x86: Add ymm_reg struct | James Almer | 2016-01-28 | 1 | -0/+1 |
| * | x86inc: Add debug symbols indicating sizes of compiled functions | Geza Lore | 2016-01-23 | 1 | -0/+23 |
| * | x86inc: Avoid creating unnecessary local labels | Henrik Gramner | 2016-01-23 | 1 | -2/+4 |
| * | x86inc: Simplify AUTO_REP_RET | Henrik Gramner | 2016-01-23 | 1 | -4/+2 |
| * | x86inc: Use more consistent indentation | Henrik Gramner | 2016-01-23 | 1 | -67/+67 |
| * | x86inc: Preserve arguments when allocating stack space | Henrik Gramner | 2016-01-23 | 1 | -2/+5 |
| * | x86inc: Improve FMA instruction handling | Henrik Gramner | 2016-01-23 | 1 | -40/+37 |
| * | x86inc: Be more verbose in assertion failures | Henrik Gramner | 2016-01-23 | 1 | -1/+1 |
| * | x86inc: Make cpuflag() and notcpuflag() return 0 or 1 | Henrik Gramner | 2016-01-23 | 1 | -2/+3 |
| * | x86inc: Various minor backports from x264 | Henrik Gramner | 2015-08-13 | 1 | -11/+21 |
| * | x86inc: Drop SECTION_TEXT macro | Henrik Gramner | 2015-08-11 | 1 | -12/+0 |
| * | x86inc: Disable vpbroadcastq workaround in newer yasm versions | Henrik Gramner | 2015-08-11 | 1 | -9/+11 |
| * | x86inc: Fix instantiation of YMM registers | Christophe Gisquet | 2015-08-11 | 1 | -1/+1 |
| * | x86inc: warn when instructions incompatible with current cpuflags are used | Anton Mitrofanov | 2015-08-11 | 1 | -288/+299 |
| * | x86inc: Support arbitrary stack alignments | Henrik Gramner | 2015-08-11 | 1 | -22/+40 |
| * | x86inc: warn if XOP integer FMA instruction emulation is impossible | Anton Mitrofanov | 2015-08-11 | 1 | -2/+5 |
* | | lavu/intmath.h: fix compilation with msvc10. | Matt Oliver | 2016-06-13 | 1 | -0/+2 |
* | | x86/showcqt: use three operand format for some instructions | James Almer | 2016-06-08 | 1 | -1/+1 |