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-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
2015-05-31x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-05-31x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer
2015-05-28x86inc: Clear __SECT__Timothy Gu
2015-05-28x86inc: Clear __SECT__Timothy Gu
2015-05-27x86/cpu: add AV_CPU_FLAG_AVXSLOW flagJames Almer
2015-04-09avutil/x86/Makefile: fix conditional x86/emms.o buildMichael Niedermayer
2015-04-08avutil/x86/Makefile: Make building and linking of emms.c conditionalRonald S. Bultje
2015-03-20libavutil: add bmi2 optimized av_mod_uintp2James Almer
2015-03-04pixelutils: Comment on (lack of) sad_8x8_sse2Peter Cordes
2015-02-26libavutil: add x86 optimized av_popcountJames Almer
2015-02-17x86inc: Correctly warn on use of SSE2 instructions in SSE functionsChristophe Gisquet
2015-02-04x86: lavu/x264asm: fix ymm register instantiationChristophe Gisquet