| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/x86/mathops: clip constants used with shift instructions within inlin... | Rémi Denis-Courmont | 2023-07-20 | 1 | -3/+23 |
* | Merge commit '48aef27f5232794e70ecef0d347b9f65e27a9bad' | Michael Niedermayer | 2015-03-17 | 1 | -0/+2 |
|\ |
|
| * | x86: Put COPY3_IF_LT under HAVE_6REGS | Luca Barbato | 2015-03-17 | 1 | -0/+5 |
| * | mathops/x86: work around inline asm miscompilation with GCC 4.8.1 | Hendrik Leppkes | 2013-09-15 | 1 | -1/+1 |
* | | Fix compilation with !HAVE_6REGS. | Carl Eugen Hoyos | 2014-04-19 | 1 | -0/+3 |
* | | Use intel compliant CDQ instead of CLTD in inline asm. | Matt Oliver | 2014-03-30 | 1 | -1/+1 |
* | | mathops/x86: work around inline asm miscompilation with GCC 4.8.1 | Hendrik Leppkes | 2013-06-21 | 1 | -1/+1 |
* | | Merge commit 'f54b55058a429c4eea5bae7e5bcb49bd29b34199' | Michael Niedermayer | 2013-05-13 | 1 | -4/+2 |
|\| |
|
| * | configure: Rename cmov processor capability to i686 | Diego Biurrun | 2013-05-12 | 1 | -4/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -0/+6 |
|\| |
|
| * | Move MASK_ABS macro to libavcodec/mathops.h | Mans Rullgard | 2012-08-09 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-25 | 1 | -0/+3 |
|\| |
|
| * | x86: place some inline asm under #if HAVE_INLINE_ASM | Ronald S. Bultje | 2012-06-25 | 1 | -0/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | mathops: fix MULL() when the compiler does not inline the function. | Justin Ruggles | 2011-03-15 | 1 | -1/+1 |
* | mathops: change "g" constraint to "rm" in x86-32 version of MUL64(). | Justin Ruggles | 2011-03-15 | 1 | -1/+1 |
* | mathops: convert MULL/MULH/MUL64 to inline functions rather than macros. | Justin Ruggles | 2011-03-15 | 1 | -16/+37 |
* | Adding missing () to mathops.h. | Michael Niedermayer | 2010-05-11 | 1 | -3/+3 |
* | Move NEG_[US]SR32 macros to mathops.h | Måns Rullgård | 2010-02-17 | 1 | -0/+19 |
* | Move COPY3_IF_LT to lavc/mathops.h | Måns Rullgård | 2010-01-20 | 1 | -0/+12 |
* | re-enable mid_pred asm on x86_64. (broke in r16681) | Loren Merritt | 2009-02-08 | 1 | -0/+2 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 1 | -0/+24 |
* | Rename libavcodec/i386/ --> libavcodec/x86/. | Diego Biurrun | 2008-12-22 | 1 | -0/+43 |