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-07-11vp9: add 16x16 idct avx2 (8-bit).Ronald S. Bultje
2016-06-27asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-13lavu/intmath.h: fix compilation with msvc10.Matt Oliver
2016-06-09x86/showcqt: use three operand format for some instructionsJames Almer
2016-06-08avutil/x86util: move haddps sse emulation from showcqtJames Almer
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-20x86inc: Enable AVX emulation in additional casesAnton Mitrofanov
2016-04-20x86inc: Improve handling of %ifid with multi-token parametersAnton Mitrofanov
2016-04-20x86inc: Fix AVX emulation of some instructionsAnton Mitrofanov
2016-04-20x86inc: Fix AVX emulation of scalar float instructionsHenrik Gramner
2016-02-15x86: use the new helper macros where usefulJames Almer
2016-02-15x86: add some more helper macros to check for slow cpuflagsJames Almer
2016-02-07x86/cpu: set avxslow cpuflag on btver2 CPUsJames Almer
2016-02-04x86/emms: empty the mmx state unconditionally on supported targetsJames Almer
2016-01-29all: Add missing header guardsTimothy Gu
2016-01-28x86: Add ymm_reg structJames Almer
2016-01-23x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore
2016-01-23x86inc: Avoid creating unnecessary local labelsHenrik Gramner
2016-01-23x86inc: Simplify AUTO_REP_RETHenrik Gramner
2016-01-23x86inc: Use more consistent indentationHenrik Gramner
2016-01-23x86inc: Preserve arguments when allocating stack spaceHenrik Gramner
2016-01-23x86inc: Improve FMA instruction handlingHenrik Gramner
2016-01-23x86inc: Be more verbose in assertion failuresHenrik Gramner
2016-01-23x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner
2016-01-22x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore
2016-01-22x86inc: Avoid creating unnecessary local labelsHenrik Gramner
2016-01-22x86inc: Simplify AUTO_REP_RETHenrik Gramner
2016-01-22x86inc: Use more consistent indentationHenrik Gramner
2016-01-22x86inc: Preserve arguments when allocating stack spaceHenrik Gramner
2016-01-22x86inc: Improve FMA instruction handlingHenrik Gramner
2016-01-22x86inc: Be more verbose in assertion failuresHenrik Gramner
2016-01-21x86/intmath: disable sse av_clip functions when using ICCJames Almer
2016-01-17x86/fixed_dsp: add ff_butterflies_fixed_sse2James Almer
2016-01-16lavu/x86/lls: add fma3 optimizations for update_llsGanesh Ajjanagadde
2016-01-15x86/intmath: add missing early clobber to output operandsJames Almer
2016-01-08x86/float_dsp: zero extend offset from ff_scalarproduct_float_sseJames Almer
2016-01-08x86/float_dsp: zero extend len from ff_butterflies_float_sse implicitlyJames Almer
2016-01-08x86/float_dsp: remove len check from ff_butterflies_float_sseJames Almer
2016-01-07x86/intmath: add sse optimized av_clipf and av_clipdJames Almer
2015-11-23avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.Matt Oliver
2015-11-12avutil/x86/intmath: Fix intrinsic header include when using newer gcc with ol...Matt Oliver
2015-11-12avutil/x86/bswap: Add msvc bswap instrinsics.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-28lavu: add AESNI CPU flagRodger Combs
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