| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/cpu: split flag checks per arch in av_cpu_max_align() | James Almer | 2017-09-27 | 1 | -31/+8 |
* | Merge commit 'e6bff23f1e11aefb16a2b5d6ee72bf7469c5a66e' | James Almer | 2017-09-27 | 1 | -0/+39 |
|\ |
|
| * | cpu: add a function for querying maximum required data alignment | Anton Khirnov | 2017-02-11 | 1 | -0/+13 |
| * | avutil: fix data race in av_get_cpu_flags() | Wan-Teh Chang | 2016-12-08 | 1 | -16/+18 |
* | | lavu/cpu: disable MMX warning on non x86 platforms | Clément Bœsch | 2017-06-29 | 1 | -1/+2 |
* | | avutil: fix data race in av_get_cpu_flags() | Wan-Teh Chang | 2016-12-13 | 1 | -5/+7 |
* | | avutil/cpu: remove the |checked| static variable | Wan-Teh Chang | 2016-11-23 | 1 | -19/+21 |
* | | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -127/+0 |
|\| |
|
| * | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -119/+0 |
* | | avutil/cpu: add missing entry for vfp_vm to av_parse_cpu_caps | Hendrik Leppkes | 2016-01-02 | 1 | -0/+1 |
* | | Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0' | Hendrik Leppkes | 2016-01-02 | 1 | -0/+2 |
|\| |
|
| * | arm: add a cpu flag for the VFPv2 vector mode | Janne Grunau | 2015-12-14 | 1 | -0/+2 |
| * | x86: add AV_CPU_FLAG_AVXSLOW flag | James Almer | 2015-05-31 | 1 | -0/+3 |
| * | avutil: remove pointless bmi1 define | James Almer | 2015-04-19 | 1 | -3/+2 |
| * | cpu-test: Add unistd.h #include for getopt() | Diego Biurrun | 2014-08-13 | 1 | -0/+4 |
* | | lavu: add AESNI CPU flag | Rodger Combs | 2015-10-28 | 1 | -0/+4 |
* | | winrt: multithreading support | wang-bin | 2015-10-16 | 1 | -1/+7 |
* | | x86/cpu: add AV_CPU_FLAG_AVXSLOW flag | James Almer | 2015-05-27 | 1 | -0/+5 |
* | | avutil: remove pointless bmi1 define | James Almer | 2015-04-18 | 1 | -3/+2 |
* | | avutil/cpu: add missing check for mmxext to av_force_cpu_flags | James Almer | 2015-03-26 | 1 | -0/+1 |
* | | avutil: turn arm setend into a cpuflag | Michael Niedermayer | 2014-08-13 | 1 | -0/+2 |
* | | 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 |
|\| |
|