| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/cpu: check av_parse_cpu_caps() table during cpu-test | Michael Niedermayer | 2014-08-06 | 1 | -0/+9 |
* | avutil/cpu: Make cpu flag names match between cpu-test and av_parse_cpu_caps(... | Michael Niedermayer | 2014-08-06 | 1 | -2/+2 |
* | avutil/cpu: add aarch64 entries to 2nd table | Michael Niedermayer | 2014-08-06 | 1 | -0/+4 |
* | avutil/cpu: output cpu data to stdout | Michael Niedermayer | 2014-08-06 | 1 | -5/+5 |
* | avutil/cpu: fix cpu-test to work with ffmpegs cpuflags syntax | Michael Niedermayer | 2014-08-06 | 1 | -3/+4 |
* | Merge commit 'caf5ef852bf71984d3322bbeaf48cfb04ac8255f' | Michael Niedermayer | 2014-08-04 | 1 | -1/+13 |
|\ |
|
| * | cpu-test: test av_cpu_count | Janne Grunau | 2014-08-04 | 1 | -1/+13 |
* | | Merge commit '07d8fa58121be8fe315bd51ab760547fe209a745' | Michael Niedermayer | 2014-08-04 | 1 | -6/+43 |
|\| |
|
| * | fate: add informative cpu test | Janne Grunau | 2014-08-04 | 1 | -6/+43 |
* | | avutil/cpu: Use HAVE_UNISTD_H instead of HAVE_SYSCONF for #include <unistd.h> | Michael Niedermayer | 2014-07-08 | 1 | -1/+1 |
* | | avutil/cpu: force mmx on selection of higher x86 SIMD features | Michael Niedermayer | 2014-05-20 | 1 | -0/+20 |
* | | Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14' | Michael Niedermayer | 2014-04-07 | 1 | -0/+2 |
|\| |
|
| * | aarch64: add armv8 CPU flag | Janne Grunau | 2014-04-06 | 1 | -0/+2 |
| * | x86: add detection for Bit Manipulation Instruction sets | James Almer | 2014-02-23 | 1 | -0/+6 |
| * | x86: add detection for FMA3 instruction set | James Almer | 2014-02-23 | 1 | -0/+3 |
* | | x86: add detection for Bit Manipulation Instruction sets | James Almer | 2014-02-22 | 1 | -0/+8 |
* | | x86: add detection for FMA3 instruction set | James Almer | 2014-02-22 | 1 | -0/+4 |
* | | x86/cpu: add missing avx2 AVOption in av_parse_cpu_flags() | James Almer | 2014-02-06 | 1 | -0/+1 |
* | | Merge commit 'b7b17ed66e199afc7246e642bf3b35c3f8eca217' | Michael Niedermayer | 2014-01-15 | 1 | -4/+15 |
|\| |
|
| * | aarch64: add cpuflags support for NEON and VFP | Janne Grunau | 2014-01-15 | 1 | -4/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+2 |
|\| |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | | Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4' | Michael Niedermayer | 2013-10-26 | 1 | -1/+1 |
|\| |
|
| * | libavutil: x86: Add AVX2 capable CPU detection. | Kieran Kunhya | 2013-10-25 | 1 | -0/+3 |
* | | Add AVX2 capable CPU detection. Patch based on x264's AVX2 detection | Kieran Kunhya | 2013-10-26 | 1 | -0/+3 |
* | | avutil/cpu: remove duplicate include | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b' | Michael Niedermayer | 2013-08-29 | 1 | -0/+1 |
|\| |
|
| * | avutil: Move internal CPU detection function declarations to private header | Diego Biurrun | 2013-08-28 | 1 | -0/+1 |
* | | Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a' | Michael Niedermayer | 2013-06-03 | 1 | -8/+4 |
|\| |
|
| * | cpu: Restructure code to avoid pointless ret variable indirection | Diego Biurrun | 2013-06-02 | 1 | -8/+4 |
* | | av_cpu_count: factorize "detected %d logical cores" message | Michael Niedermayer | 2013-05-26 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-24 | 1 | -0/+1 |
|\| |
|
| * | cpu: Include common.h for av_popcount64 | Martin Storsjö | 2013-05-24 | 1 | -0/+1 |
* | | Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675' | Michael Niedermayer | 2013-05-24 | 1 | -0/+55 |
|\| |
|
| * | Move get_logical_cpus() from lavc/pthread to lavu/cpu. | Anton Khirnov | 2013-05-24 | 1 | -0/+51 |
* | | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 1 | -1/+0 |
|\| |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -1/+0 |
* | | cpu: add a few cpu names as aliases for their cpu flags | Michael Niedermayer | 2012-11-17 | 1 | -0/+17 |
* | | cpu: add cmov ro the table, which appears to have been forgotten | Michael Niedermayer | 2012-11-17 | 1 | -0/+1 |
* | | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078' | Michael Niedermayer | 2012-09-05 | 1 | -2/+2 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -48/+48 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -24/+24 |
* | | av_parse_cpu_caps: add "mmxext" as alias for mmx2 | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-04 | 1 | -4/+4 |
|\| |
|
| * | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -1/+3 |
|\| |
|
| * | x86: Add CPU flag for the i686 cmov instruction | Diego Biurrun | 2012-06-23 | 1 | -1/+3 |
* | | cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps() | Michael Niedermayer | 2012-04-30 | 1 | -0/+43 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-26 | 1 | -0/+64 |
|\| |
|