| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/riscv: drop probing for F & D extensions | Rémi Denis-Courmont | 2024-08-01 | 1 | -2/+0 |
* | lavu/riscv: add CPU flag for B bit manipulations | Rémi Denis-Courmont | 2024-07-25 | 1 | -0/+1 |
* | lavu/riscv: CPU flag for fast misaligned accesses | Rémi Denis-Courmont | 2024-05-14 | 1 | -0/+1 |
* | riscv: add Zvbb vector bit manipulation extension | Rémi Denis-Courmont | 2024-05-11 | 1 | -0/+1 |
* | all: Don't use ATOMIC_VAR_INIT | Andreas Rheinhardt | 2024-03-28 | 1 | -3/+3 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | riscv: Tweak names of cpu flags, print flags in libavutil/tests/cpu | Martin Storsjö | 2023-12-17 | 1 | -6/+6 |
* | lavu: add/use flag for RISC-V Zba extension | Rémi Denis-Courmont | 2023-07-19 | 1 | -0/+1 |
* | aarch64: Add cpu flags for the dotprod and i8mm extensions | Martin Storsjö | 2023-06-06 | 1 | -0/+2 |
* | lavu/riscv: CPU flag for the Zbb extension | Rémi Denis-Courmont | 2022-10-05 | 1 | -0/+1 |
* | lavu/cpu: CPU flags for the RISC-V Vector extension | Rémi Denis-Courmont | 2022-09-27 | 1 | -0/+4 |
* | lavu/cpu: detect RISC-V base extensions | Rémi Denis-Courmont | 2022-09-27 | 1 | -0/+6 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -24/+26 |
* | avutil/cpu: #define _GNU_SOURCE before including any standard headers | Marton Balint | 2022-04-22 | 1 | -7/+9 |
* | avutil/cpu: add AVX512 Icelake flag | Wu Jianhua | 2022-03-10 | 1 | -0/+1 |
* | avutil/cpu: add slowgather to av_parse_cpu_caps() | James Almer | 2021-12-21 | 1 | -0/+1 |
* | avutil: [loongarch] Add support for loongarch SIMD. | Shiyou Yin | 2021-12-15 | 1 | -0/+7 |
* | lavu/cpu: Use av_cpu_ prefix | Thilo Borgmann | 2021-07-20 | 1 | -1/+2 |
* | lavu/cpu.c: Add av_force_cpu_count() to override auto-detection. | Thilo Borgmann | 2021-07-16 | 1 | -0/+13 |
* | avutil/cpu: Remove deprecated functions | Andreas Rheinhardt | 2021-04-27 | 1 | -92/+0 |
* | avutil/cpu: Schedule deprecated functions for removal | Andreas Rheinhardt | 2021-04-19 | 1 | -1/+2 |
* | avutil/cpu: Use HW_NCPUONLINE to detect # of online CPUs with OpenBSD | Brad Smith | 2021-04-18 | 1 | -0/+6 |
* | avutil/cpu: Fix race condition in av_cpu_count() | Andreas Rheinhardt | 2021-04-02 | 1 | -4/+2 |
* | libavutil: Detect MMI and MSA flags for MIPS | Jiaxun Yang | 2020-07-23 | 1 | -0/+10 |
* | avutil: add AVX-512 flags | James Darnley | 2017-12-24 | 1 | -1/+5 |
* | 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 |