| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: get_cpu_flags: add necessary ifdefs around function body | Diego Biurrun | 2012-10-04 | 1 | -0/+5 |
* | x86: Drop CPU detection intrinsics | Diego Biurrun | 2012-10-04 | 1 | -36/+0 |
* | x86: Add YASM implementations of cpuid and xgetbv from x264 | Diego Biurrun | 2012-10-04 | 1 | -1/+16 |
* | x86: cpu: Break out test for cpuid capabilities into separate function | Diego Biurrun | 2012-10-04 | 1 | -11/+21 |
* | x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection | Diego Biurrun | 2012-10-04 | 1 | -4/+1 |
* | x86: cosmetics: Comment some #endifs for better readability | Diego Biurrun | 2012-08-30 | 1 | -2/+2 |
* | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 1 | -1/+1 |
* | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -2/+2 |
* | x86/cpu: implement get/set_eflags using intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+14 |
* | x86/cpu: implement support for cpuid through intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+14 |
* | x86/cpu: implement support for xgetbv through intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+11 |
* | x86: cpu: clean up check for cpuid instruction support | Mans Rullgard | 2012-07-01 | 1 | -20/+16 |
* | x86: cpu: whitespace (mostly) cosmetics | Mans Rullgard | 2012-06-25 | 1 | -34/+36 |
* | x86: Add CPU flag for the i686 cmov instruction | Diego Biurrun | 2012-06-23 | 1 | -0/+2 |
* | x86 cpuid: set vendor union members separately | Sean McGovern | 2011-12-08 | 1 | -1/+4 |
* | x86: XOP/FMA4 CPU detection support | Jason Garrett-Glaser | 2011-09-26 | 1 | -0/+9 |
* | cpu detection: avoid a signed overflow | Sean McGovern | 2011-09-03 | 1 | -1/+1 |
* | cosmetics: indentation | Justin Ruggles | 2011-03-22 | 1 | -8/+8 |
* | Add a CPU flag for the Atom processor. | Justin Ruggles | 2011-03-22 | 1 | -2/+10 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | x86: use raw opcode for xgetbv instruction | Mans Rullgard | 2011-02-20 | 1 | -1/+1 |
* | x86: check for AVX support | Mans Rullgard | 2011-02-20 | 1 | -0/+12 |
* | Add check for Athlon64 and similar AMD processors with slow SSE2. | Justin Ruggles | 2011-02-11 | 1 | -1/+16 |
* | Add missing #include <string.h> in x86/cpu.c | Måns Rullgård | 2010-09-09 | 1 | -0/+1 |
* | Clean up av_get_cpu_flag() | Måns Rullgård | 2010-09-09 | 1 | -0/+123 |