Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-17Merge commit '48aef27f5232794e70ecef0d347b9f65e27a9bad'Michael Niedermayer
2015-03-17x86: Put COPY3_IF_LT under HAVE_6REGSLuca Barbato
2014-04-19Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos
2014-03-31Use intel compliant CDQ instead of CLTD in inline asm.Matt Oliver
2013-09-15mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes
2013-06-21mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes
2013-05-13Merge commit 'f54b55058a429c4eea5bae7e5bcb49bd29b34199'Michael Niedermayer
2013-05-12configure: Rename cmov processor capability to i686Diego Biurrun
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard
2012-06-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-16mathops: fix MULL() when the compiler does not inline the function.Justin Ruggles
2011-03-15mathops: change "g" constraint to "rm" in x86-32 version of MUL64().Justin Ruggles
2011-03-15mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.Justin Ruggles
2010-05-11Adding missing () to mathops.h.Michael Niedermayer
2010-02-18Move NEG_[US]SR32 macros to mathops.hMåns Rullgård
2010-01-20Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård
2009-02-08re-enable mid_pred asm on x86_64. (broke in r16681)Loren Merritt
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun