summaryrefslogtreecommitdiff
path: root/libavutil/cpu.c
Commit message (Expand)AuthorAge
* 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
* | Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a'Michael Niedermayer2013-06-03
|\|
| * cpu: Restructure code to avoid pointless ret variable indirectionDiego Biurrun2013-06-02
* | av_cpu_count: factorize "detected %d logical cores" messageMichael Niedermayer2013-05-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-24
|\|
| * cpu: Include common.h for av_popcount64Martin Storsjö2013-05-24
* | Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675'Michael Niedermayer2013-05-24
|\|
| * Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov2013-05-24
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\|
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* | cpu: add a few cpu names as aliases for their cpu flagsMichael Niedermayer2012-11-17
* | cpu: add cmov ro the table, which appears to have been forgottenMichael Niedermayer2012-11-17
* | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* | av_parse_cpu_caps: add "mmxext" as alias for mmx2Michael Niedermayer2012-08-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-04
|\|
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
|\|
| * x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-23
* | cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps()Michael Niedermayer2012-04-30