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
2017-09-28avutil/cpu: split flag checks per arch in av_cpu_max_align()James Almer
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-01-31Merge commit '8e9cd81d291b1010c625b2766058aadf4affb537'James Almer
2016-07-20x86: cpu: Detect Conroe CPUs and their slow shuffle unitFiona Glaser
2016-06-27asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-28asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-07x86/cpu: set avxslow cpuflag on btver2 CPUsJames Almer
2015-10-28lavu: add AESNI CPU flagRodger Combs
2015-05-31x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer
2015-05-27x86/cpu: add AV_CPU_FLAG_AVXSLOW flagJames Almer
2014-09-27avutil/x86/cpu: fix cpuid sub-leaf selectionlvqcl
2014-03-25x86/cpu: check for OS support before enabling AVX2James Almer
2014-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-24Merge commit '1b932eb1508f550fac9e911923a0383efda53aa3'Michael Niedermayer
2014-02-23x86: add detection for Bit Manipulation Instruction setsJames Almer
2014-02-23x86: add detection for FMA3 instruction setJames Almer
2014-02-22x86: add detection for Bit Manipulation Instruction setsJames Almer
2014-02-22x86: add detection for FMA3 instruction setJames Almer
2013-10-26Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4'Michael Niedermayer
2013-10-26Add AVX2 capable CPU detection. Patch based on x264's AVX2 detectionKieran Kunhya
2013-10-25libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya
2013-08-29Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'Michael Niedermayer
2013-08-29avutil: Move internal CPU detection function declarations to private headerDiego Biurrun
2012-11-28Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1'Michael Niedermayer
2012-11-28x86: cpu: Drop unused HAVE_RWEFLAGS conditionDiego Biurrun
2012-10-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-05Merge commit '65d12900432ac880d764edbbd36818431484a76e'Michael Niedermayer
2012-10-04x86: get_cpu_flags: add necessary ifdefs around function bodyDiego Biurrun
2012-10-04x86: Drop CPU detection intrinsicsDiego Biurrun
2012-10-04x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun
2012-10-04x86: cpu: Break out test for cpuid capabilities into separate functionDiego Biurrun
2012-10-04x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirectionDiego Biurrun
2012-08-31Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-10x86: cpu: clean up check for cpuid instruction supportMans Rullgard
2012-07-10x86/cpu: implement get/set_eflags using intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for cpuid through intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for xgetbv through intrinsicsRonald S. Bultje
2012-07-01x86: cpu: clean up check for cpuid instruction supportMans Rullgard
2012-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-25x86: cpu: whitespace (mostly) cosmeticsMans Rullgard
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-23x86: Add CPU flag for the i686 cmov instructionDiego Biurrun