| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14' | Michael Niedermayer | 2014-04-07 | 1 | -0/+1 |
|\ |
|
| * | aarch64: add armv8 CPU flag | Janne Grunau | 2014-04-06 | 1 | -0/+1 |
| * | x86: add detection for Bit Manipulation Instruction sets | James Almer | 2014-02-23 | 1 | -0/+2 |
| * | x86: add detection for FMA3 instruction set | James Almer | 2014-02-23 | 1 | -0/+1 |
* | | x86: add detection for Bit Manipulation Instruction sets | James Almer | 2014-02-22 | 1 | -0/+2 |
* | | x86: add detection for FMA3 instruction set | James Almer | 2014-02-22 | 1 | -0/+1 |
* | | Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4' | Michael Niedermayer | 2013-10-26 | 1 | -1/+0 |
|\| |
|
| * | libavutil: x86: Add AVX2 capable CPU detection. | Kieran Kunhya | 2013-10-25 | 1 | -0/+1 |
* | | Add AVX2 capable CPU detection. Patch based on x264's AVX2 detection | Kieran Kunhya | 2013-10-26 | 1 | -0/+2 |
* | | Merge commit '80fefbed623491b92fe59ead99225f99c0d0ca08' | Michael Niedermayer | 2013-10-04 | 1 | -0/+2 |
|\| |
|
| * | x86: cpu: Restore some explanatory comments removed in 7160bb7 | Diego Biurrun | 2013-10-03 | 1 | -0/+2 |
* | | Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b' | Michael Niedermayer | 2013-08-29 | 1 | -5/+0 |
|\| |
|
| * | avutil: Move internal CPU detection function declarations to private header | Diego Biurrun | 2013-08-28 | 1 | -5/+0 |
* | | Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675' | Michael Niedermayer | 2013-05-24 | 1 | -0/+5 |
|\| |
|
| * | Move get_logical_cpus() from lavc/pthread to lavu/cpu. | Anton Khirnov | 2013-05-24 | 1 | -0/+5 |
| * | cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52 | Janne Grunau | 2012-11-16 | 1 | -1/+1 |
* | | cpu: improve av_get_cpu_flags() doxy | Michael Niedermayer | 2012-10-01 | 1 | -0/+3 |
* | | deprecate av_parse_cpu_flags | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-04 | 1 | -0/+1 |
|\| |
|
| * | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -5/+4 |
|\| |
|
* | | cpu.h: include version.h for LIBAVUTIL_VERSION_MAJOR | Michael Niedermayer | 2012-06-24 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -1/+6 |
|\| |
|
| * | x86: Add CPU flag for the i686 cmov instruction | Diego Biurrun | 2012-06-23 | 1 | -0/+2 |
* | | libavutil: Document the shortcommings of av_parse_cpu_flags() | Michael Niedermayer | 2012-04-30 | 1 | -0/+4 |
* | | cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps() | Michael Niedermayer | 2012-04-30 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-26 | 1 | -0/+7 |
|\| |
|
| * | avutil: add av_parse_cpu_flags() function | Mans Rullgard | 2012-04-25 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-22 | 1 | -0/+8 |
|\| |
|
| * | ARM: allow runtime masking of CPU features | Mans Rullgard | 2012-04-22 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-13 | 1 | -2/+0 |
|\| |
|
| * | remove iwmmxt optimizations | Janne Grunau | 2012-03-12 | 1 | -2/+0 |
* | | libavutil: document av_force_cpu_flags(-1). | Michael Niedermayer | 2012-03-08 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-07 | 1 | -1/+10 |
|\| |
|
| * | cpu: add av_set_cpu_flags_mask(). | Anton Khirnov | 2012-03-06 | 1 | -0/+8 |
* | | Detect and check for CMOV. | Reimar Döffinger | 2012-02-12 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-27 | 1 | -0/+2 |
|\| |
|
| * | x86: XOP/FMA4 CPU detection support | Jason Garrett-Glaser | 2011-09-26 | 1 | -0/+2 |
* | | cpudetect: add av_force_cpu_flags() | Michael Niedermayer | 2011-06-02 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-22 | 1 | -1/+1 |
|\| |
|
| * | multiple inclusion guard cleanup | Diego Biurrun | 2011-05-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-23 | 1 | -0/+1 |
|\| |
|
| * | Add a CPU flag for the Atom processor. | Justin Ruggles | 2011-03-22 | 1 | -0/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | x86: check for AVX support | Mans Rullgard | 2011-02-20 | 1 | -0/+1 |
* | | x86: check for AVX support | Mans Rullgard | 2011-02-20 | 1 | -0/+1 |
|/ |
|
* | Clean up av_get_cpu_flag() | Måns Rullgård | 2010-09-09 | 1 | -2/+5 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -0/+5 |
* | Sort AV_CPU_FLAG* by value. | Stefano Sabatini | 2010-09-06 | 1 | -1/+1 |
* | Fix typo. | Stefano Sabatini | 2010-09-06 | 1 | -1/+1 |