summaryrefslogtreecommitdiff
path: root/libavutil/cpu.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a'Michael Niedermayer2013-06-031-8/+4
|\ \ | |/
| * cpu: Restructure code to avoid pointless ret variable indirectionDiego Biurrun2013-06-021-8/+4
* | av_cpu_count: factorize "detected %d logical cores" messageMichael Niedermayer2013-05-261-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-241-0/+1
|\ \ | |/
| * cpu: Include common.h for av_popcount64Martin Storsjö2013-05-241-0/+1
* | Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675'Michael Niedermayer2013-05-241-0/+55
|\ \ | |/
| * Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov2013-05-241-0/+51
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-1/+0
|\ \ | |/
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-1/+0
* | cpu: add a few cpu names as aliases for their cpu flagsMichael Niedermayer2012-11-171-0/+17
* | cpu: add cmov ro the table, which appears to have been forgottenMichael Niedermayer2012-11-171-0/+1
* | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer2012-09-051-2/+2
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-48/+48
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-24/+24
* | av_parse_cpu_caps: add "mmxext" as alias for mmx2Michael Niedermayer2012-08-161-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-041-4/+4
|\ \ | |/
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-1/+3
|\ \ | |/
| * x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-231-1/+3
* | cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps()Michael Niedermayer2012-04-301-0/+43
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-261-0/+64
|\ \ | |/
| * cpu: recognise only cpu flag names pertinent to the architectureMans Rullgard2012-04-251-2/+4
| * avutil: add av_parse_cpu_flags() functionMans Rullgard2012-04-251-0/+62
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-221-1/+9
|\ \ | |/
| * ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-221-1/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-131-4/+1
|\ \ | |/
| * remove iwmmxt optimizationsJanne Grunau2012-03-121-4/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-071-1/+8
|\ \ | |/
| * cpu: initialize mask to -1, so that by default, optimizations are used.Ronald S. Bultje2012-03-061-1/+1
| * cpu: add av_set_cpu_flags_mask().Anton Khirnov2012-03-061-1/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-271-0/+2
|\ \ | |/
| * x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser2011-09-261-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-011-21/+34
|\ \ | |/
| * Fix cpu flags test programMans Rullgard2011-06-301-21/+34