| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: check for AV_CPU_FLAG_AVXSLOW where useful | James Almer | 2015-06-01 | 2 | -3/+3 |
* | Merge commit 'cae39851201b7781f1262e1c23627b45e6e80bb4' | Michael Niedermayer | 2015-05-31 | 1 | -0/+18 |
|\ |
|
| * | x86: Add helper macros to check for slow cpuflags | James Almer | 2015-05-31 | 1 | -0/+18 |
| * | x86: add AV_CPU_FLAG_AVXSLOW flag | James Almer | 2015-05-31 | 1 | -3/+14 |
| * | x86inc: Clear __SECT__ | Timothy Gu | 2015-05-28 | 1 | -1/+5 |
| * | v210enc: Add SIMD optimised 8-bit and 10-bit encoders | Kieran Kunhya | 2014-12-05 | 1 | -0/+5 |
| * | x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags | Henrik Gramner | 2014-09-09 | 1 | -19/+22 |
| * | x86inc: Free up variable name "n" in global namespace | Loren Merritt | 2014-09-09 | 1 | -9/+9 |
| * | x86inc: Make ym# behave the same way as xm# | Henrik Gramner | 2014-09-09 | 1 | -4/+4 |
* | | x86inc: Clear __SECT__ | Timothy Gu | 2015-05-28 | 1 | -1/+5 |
* | | x86/cpu: add AV_CPU_FLAG_AVXSLOW flag | James Almer | 2015-05-27 | 1 | -3/+14 |
* | | avutil/x86/Makefile: fix conditional x86/emms.o build | Michael Niedermayer | 2015-04-09 | 1 | -2/+2 |
* | | avutil/x86/Makefile: Make building and linking of emms.c conditional | Ronald S. Bultje | 2015-04-08 | 1 | -1/+3 |
* | | libavutil: add bmi2 optimized av_mod_uintp2 | James Almer | 2015-03-20 | 1 | -2/+22 |
* | | pixelutils: Comment on (lack of) sad_8x8_sse2 | Peter Cordes | 2015-03-04 | 1 | -0/+6 |
* | | libavutil: add x86 optimized av_popcount | James Almer | 2015-02-25 | 1 | -0/+38 |
* | | x86inc: Correctly warn on use of SSE2 instructions in SSE functions | Christophe Gisquet | 2015-02-17 | 1 | -2/+4 |
* | | x86: lavu/x264asm: fix ymm register instantiation | Christophe Gisquet | 2015-02-04 | 1 | -1/+1 |
* | | lavu/x86/x86inc: deprecate INIT_AVX | James Darnley | 2015-02-02 | 1 | -8/+0 |
* | | x264asm: warn when inappropriate instruction used in function with specified ... | Anton Mitrofanov | 2015-02-02 | 1 | -286/+295 |
* | | x86/swr: add SSE2/AVX pack_8ch functions | James Almer | 2014-12-30 | 1 | -0/+37 |
* | | v210enc: Add SIMD optimised 8-bit and 10-bit encoders | Kieran Kunhya | 2014-11-26 | 1 | -0/+5 |
* | | avutil/lls: Make unchanged function arguments const | Michael Niedermayer | 2014-09-28 | 1 | -3/+3 |
* | | avutil/x86/cpu: fix cpuid sub-leaf selection | lvqcl | 2014-09-27 | 1 | -1/+1 |
* | | x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags | Henrik Gramner | 2014-09-05 | 1 | -19/+22 |
* | | x86inc: Make ym# behave the same way as xm# | Henrik Gramner | 2014-09-05 | 1 | -4/+4 |
* | | x86inc: free up variable name "n" in global namespace | Loren Merritt | 2014-09-05 | 1 | -9/+9 |
* | | avutil/pixelutils: faster pixelutils_sad_16x16 | Clément Bœsch | 2014-08-23 | 1 | -5/+11 |
* | | avutil/pixelutils: faster pixelutils_sad_[au]_16x16 | Clément Bœsch | 2014-08-23 | 1 | -5/+9 |
* | | drop LLS1, rename LLS2 to LLS | Michael Niedermayer | 2014-08-09 | 2 | -9/+9 |
* | | avutil: add pixelutils API | Clément Bœsch | 2014-08-05 | 4 | -0/+243 |
* | | x86/hevc_deblock: improve 8bit transpose store macros | James Almer | 2014-08-03 | 1 | -0/+9 |
* | | x86/hevc_idct: replace old and unused idct functions | James Almer | 2014-07-26 | 1 | -1/+3 |
* | | Merge commit '79793f833784121d574454af4871866576c0749d' | Michael Niedermayer | 2014-07-01 | 2 | -2/+2 |
|\| |
|
| * | Update Fiona's name in copyright statements. | Diego Biurrun | 2014-07-01 | 2 | -2/+2 |
* | | x86util: add and use RSHIFT/LSHIFT macros | Christophe Gisquet | 2014-06-15 | 1 | -0/+16 |
* | | x86/float_dsp: add missing femms | James Almer | 2014-06-08 | 1 | -0/+3 |
* | | x86/float_dsp: port vector_fmul_window to yasm | James Almer | 2014-06-08 | 2 | -73/+63 |
* | | x86/vp9: inital AVX2 intra_pred | James Almer | 2014-06-08 | 1 | -0/+1 |
* | | x86: hpeldsp: better factorization | Christophe Gisquet | 2014-05-29 | 1 | -1/+9 |
* | | x86/dsputilenc: implement SSE2 versions of pix_{sum16, norm1} | James Almer | 2014-05-28 | 1 | -0/+5 |
* | | inline asm: fix arrays as named constraints. | Matt Oliver | 2014-05-07 | 1 | -0/+6 |
* | | x86/float_dsp: remove duplicated code from vector_dmul_scalar | James Almer | 2014-04-19 | 1 | -8/+3 |
* | | x86: move horizontal add macros to x86util | James Almer | 2014-04-17 | 1 | -0/+33 |
* | | x86/float_dsp: unroll loop in vector_fmac_scalar | James Almer | 2014-04-16 | 1 | -18/+26 |
* | | x86/float_dsp: use SWAP in vector_fmac_scalar Win64 | James Almer | 2014-04-16 | 1 | -3/+3 |
* | | x86/cpu: check for OS support before enabling AVX2 | James Almer | 2014-03-25 | 1 | -1/+1 |
* | | Automatically change MANGLE() into named inline asm operands when direct symb... | Matt Oliver | 2014-03-18 | 1 | -1/+35 |
* | | x86/float_dsp: add ff_vector_{fmul_add, fmac_scalar}_fma3 | James Almer | 2014-03-13 | 2 | -1/+31 |
* | | avutil/timer: Fix units for x86 after c708b5403346255ea5adc776645616cc7c61f078 | Michael Niedermayer | 2014-03-09 | 1 | -0/+1 |