summaryrefslogtreecommitdiffstats
path: root/libavutil/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* avutil: add AVX-512 flagsJames Darnley2017-12-241-1/+5
* avutil/cpu: split flag checks per arch in av_cpu_max_align()James Almer2017-09-271-31/+8
* Merge commit 'e6bff23f1e11aefb16a2b5d6ee72bf7469c5a66e'James Almer2017-09-271-0/+39
|\
| * cpu: add a function for querying maximum required data alignmentAnton Khirnov2017-02-111-0/+13
| * avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang2016-12-081-16/+18
* | lavu/cpu: disable MMX warning on non x86 platformsClément Bœsch2017-06-291-1/+2
* | avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang2016-12-131-5/+7
* | avutil/cpu: remove the |checked| static variableWan-Teh Chang2016-11-231-19/+21
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-127/+0
|\ \ | |/
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-119/+0
* | avutil/cpu: add missing entry for vfp_vm to av_parse_cpu_capsHendrik Leppkes2016-01-021-0/+1
* | Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0'Hendrik Leppkes2016-01-021-0/+2
|\ \ | |/
| * arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-141-0/+2
| * x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-311-0/+3
| * avutil: remove pointless bmi1 defineJames Almer2015-04-191-3/+2
| * cpu-test: Add unistd.h #include for getopt()Diego Biurrun2014-08-131-0/+4
* | lavu: add AESNI CPU flagRodger Combs2015-10-281-0/+4
* | winrt: multithreading supportwang-bin2015-10-161-1/+7
* | x86/cpu: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-271-0/+5
* | avutil: remove pointless bmi1 defineJames Almer2015-04-181-3/+2
* | avutil/cpu: add missing check for mmxext to av_force_cpu_flagsJames Almer2015-03-261-0/+1
* | avutil: turn arm setend into a cpuflagMichael Niedermayer2014-08-131-0/+2
* | avutil/cpu: check av_parse_cpu_caps() table during cpu-testMichael Niedermayer2014-08-061-0/+9
* | avutil/cpu: Make cpu flag names match between cpu-test and av_parse_cpu_caps(...Michael Niedermayer2014-08-061-2/+2
* | avutil/cpu: add aarch64 entries to 2nd tableMichael Niedermayer2014-08-061-0/+4
* | avutil/cpu: output cpu data to stdoutMichael Niedermayer2014-08-061-5/+5
* | avutil/cpu: fix cpu-test to work with ffmpegs cpuflags syntaxMichael Niedermayer2014-08-061-3/+4
* | Merge commit 'caf5ef852bf71984d3322bbeaf48cfb04ac8255f'Michael Niedermayer2014-08-041-1/+13
|\ \ | |/
| * cpu-test: test av_cpu_countJanne Grunau2014-08-041-1/+13
* | Merge commit '07d8fa58121be8fe315bd51ab760547fe209a745'Michael Niedermayer2014-08-041-6/+43
|\ \ | |/
| * fate: add informative cpu testJanne Grunau2014-08-041-6/+43
* | avutil/cpu: Use HAVE_UNISTD_H instead of HAVE_SYSCONF for #include <unistd.h>Michael Niedermayer2014-07-081-1/+1
* | avutil/cpu: force mmx on selection of higher x86 SIMD featuresMichael Niedermayer2014-05-201-0/+20
* | Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14'Michael Niedermayer2014-04-071-0/+2
|\ \ | |/
| * aarch64: add armv8 CPU flagJanne Grunau2014-04-061-0/+2
| * x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-231-0/+6
| * x86: add detection for FMA3 instruction setJames Almer2014-02-231-0/+3
* | x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-221-0/+8
* | x86: add detection for FMA3 instruction setJames Almer2014-02-221-0/+4
* | x86/cpu: add missing avx2 AVOption in av_parse_cpu_flags()James Almer2014-02-061-0/+1
* | Merge commit 'b7b17ed66e199afc7246e642bf3b35c3f8eca217'Michael Niedermayer2014-01-151-4/+15
|\ \ | |/
| * aarch64: add cpuflags support for NEON and VFPJanne Grunau2014-01-151-4/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+2
|\ \ | |/
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* | Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4'Michael Niedermayer2013-10-261-1/+1
|\ \ | |/
| * libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya2013-10-251-0/+3
* | Add AVX2 capable CPU detection. Patch based on x264's AVX2 detectionKieran Kunhya2013-10-261-0/+3
* | avutil/cpu: remove duplicate includeMichael Niedermayer2013-09-211-1/+0
* | Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'Michael Niedermayer2013-08-291-0/+1
|\ \ | |/
| * avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-281-0/+1
OpenPOWER on IntegriCloud