summaryrefslogtreecommitdiff
path: root/libavutil/cpu.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avutil/cpu: #define _GNU_SOURCE before including any standard headersMarton Balint2022-04-22
* avutil/cpu: add AVX512 Icelake flagWu Jianhua2022-03-10
* avutil/cpu: add slowgather to av_parse_cpu_caps()James Almer2021-12-21
* avutil: [loongarch] Add support for loongarch SIMD.Shiyou Yin2021-12-15
* lavu/cpu: Use av_cpu_ prefixThilo Borgmann2021-07-20
* lavu/cpu.c: Add av_force_cpu_count() to override auto-detection.Thilo Borgmann2021-07-16
* avutil/cpu: Remove deprecated functionsAndreas Rheinhardt2021-04-27
* avutil/cpu: Schedule deprecated functions for removalAndreas Rheinhardt2021-04-19
* avutil/cpu: Use HW_NCPUONLINE to detect # of online CPUs with OpenBSDBrad Smith2021-04-18
* avutil/cpu: Fix race condition in av_cpu_count()Andreas Rheinhardt2021-04-02
* libavutil: Detect MMI and MSA flags for MIPSJiaxun Yang2020-07-23
* avutil: add AVX-512 flagsJames Darnley2017-12-24
* avutil/cpu: split flag checks per arch in av_cpu_max_align()James Almer2017-09-27
* Merge commit 'e6bff23f1e11aefb16a2b5d6ee72bf7469c5a66e'James Almer2017-09-27
|\
| * cpu: add a function for querying maximum required data alignmentAnton Khirnov2017-02-11
| * avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang2016-12-08
* | lavu/cpu: disable MMX warning on non x86 platformsClément Bœsch2017-06-29
* | avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang2016-12-13
* | avutil/cpu: remove the |checked| static variableWan-Teh Chang2016-11-23
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
|\|
| * build: Split test programs off into separate filesDiego Biurrun2016-04-07
* | avutil/cpu: add missing entry for vfp_vm to av_parse_cpu_capsHendrik Leppkes2016-01-02
* | Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0'Hendrik Leppkes2016-01-02
|\|
| * arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-14
| * x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-31
| * avutil: remove pointless bmi1 defineJames Almer2015-04-19
| * cpu-test: Add unistd.h #include for getopt()Diego Biurrun2014-08-13
* | lavu: add AESNI CPU flagRodger Combs2015-10-28
* | winrt: multithreading supportwang-bin2015-10-16
* | x86/cpu: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-27
* | avutil: remove pointless bmi1 defineJames Almer2015-04-18
* | avutil/cpu: add missing check for mmxext to av_force_cpu_flagsJames Almer2015-03-26
* | avutil: turn arm setend into a cpuflagMichael Niedermayer2014-08-13
* | avutil/cpu: check av_parse_cpu_caps() table during cpu-testMichael Niedermayer2014-08-06
* | avutil/cpu: Make cpu flag names match between cpu-test and av_parse_cpu_caps(...Michael Niedermayer2014-08-06
* | avutil/cpu: add aarch64 entries to 2nd tableMichael Niedermayer2014-08-06
* | avutil/cpu: output cpu data to stdoutMichael Niedermayer2014-08-06
* | avutil/cpu: fix cpu-test to work with ffmpegs cpuflags syntaxMichael Niedermayer2014-08-06
* | Merge commit 'caf5ef852bf71984d3322bbeaf48cfb04ac8255f'Michael Niedermayer2014-08-04
|\|
| * cpu-test: test av_cpu_countJanne Grunau2014-08-04
* | Merge commit '07d8fa58121be8fe315bd51ab760547fe209a745'Michael Niedermayer2014-08-04
|\|
| * fate: add informative cpu testJanne Grunau2014-08-04
* | avutil/cpu: Use HAVE_UNISTD_H instead of HAVE_SYSCONF for #include <unistd.h>Michael Niedermayer2014-07-08
* | avutil/cpu: force mmx on selection of higher x86 SIMD featuresMichael Niedermayer2014-05-20
* | Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14'Michael Niedermayer2014-04-07
|\|
| * aarch64: add armv8 CPU flagJanne Grunau2014-04-06
| * x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-23
| * x86: add detection for FMA3 instruction setJames Almer2014-02-23
* | x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-22