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
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
2012-02-12Detect and check for CMOV.Reimar Döffinger
2011-12-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-08x86 cpuid: set vendor union members separatelySean McGovern
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-27x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser
2011-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-03cpu detection: avoid a signed overflowSean McGovern
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-22cosmetics: indentationJustin Ruggles
2011-03-22Add a CPU flag for the Atom processor.Justin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-22x86: use raw opcode for xgetbv instructionMans Rullgard
2011-02-20x86: check for AVX supportMans Rullgard
2011-02-20x86: use raw opcode for xgetbv instructionMans Rullgard
2011-02-20x86: check for AVX supportMans Rullgard
2011-02-13Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles
2011-02-12Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles
2010-09-09Add missing #include <string.h> in x86/cpu.cMåns Rullgård
2010-09-09Clean up av_get_cpu_flag()Måns Rullgård