| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use _tzcnt instrinics with clang for windows w/o BMI. | Dale Curtis | 2017-10-25 | 1 | -1/+2 |
* | lavu/intmath.h: fix compilation with msvc10. | Matt Oliver | 2016-06-13 | 1 | -0/+2 |
* | x86/intmath: disable sse av_clip functions when using ICC | James Almer | 2016-01-21 | 1 | -2/+2 |
* | x86/intmath: add missing early clobber to output operands | James Almer | 2016-01-15 | 1 | -2/+2 |
* | x86/intmath: add sse optimized av_clipf and av_clipd | James Almer | 2016-01-07 | 1 | -0/+33 |
* | avutil/x86/intmath: Fix intrinsic header include when using newer gcc with ol... | Matt Oliver | 2015-11-12 | 1 | -1/+1 |
* | avutil/x86/intmath: Disable use of tzcnt on older intel compilers. | Matt Oliver | 2015-11-11 | 1 | -1/+1 |
* | avutil/x86/intmath: Correct intrinsic headers for older compilers. | Matt Oliver | 2015-11-09 | 1 | -2/+6 |
* | avutil/x86/intmath: Add missing header. | Matt Oliver | 2015-11-01 | 1 | -0/+3 |
* | avutil/x86/intmath: Use tzcnt in place of bsf. | Matt Oliver | 2015-10-31 | 1 | -39/+15 |
* | lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header. | Matt Oliver | 2015-10-19 | 1 | -0/+20 |
* | lavu/intmath.h: Add msvc/icl ctzll optimisations. | Matt Oliver | 2015-10-19 | 1 | -0/+35 |
* | avutil/x86/intmath: add missing check for inline assembly | James Almer | 2015-06-27 | 1 | -1/+1 |
* | avutil/x86/intmath: use bzhi gcc builtin in av_mod_uintp2() | James Almer | 2015-06-27 | 1 | -0/+7 |
* | libavutil: add bmi2 optimized av_mod_uintp2 | James Almer | 2015-03-20 | 1 | -2/+22 |
* | libavutil: add x86 optimized av_popcount | James Almer | 2015-02-25 | 1 | -0/+38 |
* | x86: remove FASTDIV inline asm | Mans Rullgard | 2012-08-22 | 1 | -37/+0 |
* | x86: place some inline asm under #if HAVE_INLINE_ASM | Ronald S. Bultje | 2012-06-25 | 1 | -0/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -2/+0 |
* | Move FASTDIV macro to intmath.h | Måns Rullgård | 2010-01-19 | 1 | -0/+37 |