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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-13lavu/intmath.h: fix compilation with msvc10.Matt Oliver
2016-01-21x86/intmath: disable sse av_clip functions when using ICCJames Almer
2016-01-15x86/intmath: add missing early clobber to output operandsJames Almer
2016-01-07x86/intmath: add sse optimized av_clipf and av_clipdJames Almer
2015-11-12avutil/x86/intmath: Fix intrinsic header include when using newer gcc with ol...Matt Oliver
2015-11-11avutil/x86/intmath: Disable use of tzcnt on older intel compilers.Matt Oliver
2015-11-09avutil/x86/intmath: Correct intrinsic headers for older compilers.Matt Oliver
2015-10-31avutil/x86/intmath: Add missing header.Matt Oliver
2015-10-31avutil/x86/intmath: Use tzcnt in place of bsf.Matt Oliver
2015-10-19lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header.Matt Oliver
2015-10-19lavu/intmath.h: Add msvc/icl ctzll optimisations.Matt Oliver
2015-06-27avutil/x86/intmath: add missing check for inline assemblyJames Almer
2015-06-27avutil/x86/intmath: use bzhi gcc builtin in av_mod_uintp2()James Almer
2015-03-20libavutil: add bmi2 optimized av_mod_uintp2James Almer
2015-02-26libavutil: add x86 optimized av_popcountJames Almer
2012-08-22x86: remove FASTDIV inline asmMans Rullgard
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-01-20Move FASTDIV macro to intmath.hMåns Rullgård