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-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
2015-10-01x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner
2015-09-18avutil/attributes: add AV_GCC_VERSION_AT_MOSTJames Almer
2015-09-12x86: port PSIGNW to cpuflagsJames Almer
2015-08-22avutil/x86/asm: rename REG_SP to REG_spGanesh Ajjanagadde
2015-08-13x86inc: Various minor backports from x264Henrik Gramner
2015-08-11x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-08-11x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner
2015-08-11x86inc: Fix instantiation of YMM registersChristophe Gisquet
2015-08-11x86inc: warn when instructions incompatible with current cpuflags are usedAnton Mitrofanov
2015-08-11x86inc: Support arbitrary stack alignmentsHenrik Gramner
2015-08-11x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov
2015-08-05x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov
2015-08-04x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-08-04x86inc: Support arbitrary stack alignmentsHenrik Gramner
2015-08-03x86: move XOP emulation code back to x86incJames Almer
2015-08-03x86inc: Various minor backports from x264Henrik Gramner
2015-08-03x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner
2015-07-26x86/float_dsp: add missing colon to labelsJames Almer
2015-07-19avutil/x86/bswap: force inline asm versions with ICCJames Almer
2015-07-09Merge commit 'd1a6cb195f610978ba5d2351e60f938f7f261d59'Michael Niedermayer
2015-07-09x86: Serialize rdtsc in read_time()Henrik Gramner
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-06-01x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-06-01Merge commit 'cae39851201b7781f1262e1c23627b45e6e80bb4'Michael Niedermayer
2015-05-31x86: Add helper macros to check for slow cpuflagsJames Almer