summaryrefslogtreecommitdiff
path: root/libavutil/cpu.c
Commit message (Expand)AuthorAge
* 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
* | x86: add detection for FMA3 instruction setJames Almer2014-02-22
* | x86/cpu: add missing avx2 AVOption in av_parse_cpu_flags()James Almer2014-02-06
* | Merge commit 'b7b17ed66e199afc7246e642bf3b35c3f8eca217'Michael Niedermayer2014-01-15
|\|
| * aarch64: add cpuflags support for NEON and VFPJanne Grunau2014-01-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-24
|\|
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* | Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4'Michael Niedermayer2013-10-26
|\|
| * libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya2013-10-25
* | Add AVX2 capable CPU detection. Patch based on x264's AVX2 detectionKieran Kunhya2013-10-26
* | avutil/cpu: remove duplicate includeMichael Niedermayer2013-09-21
* | Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'Michael Niedermayer2013-08-29
|\|
| * avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-28