summaryrefslogtreecommitdiffstats
path: root/libavutil/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpu-test: test av_cpu_countJanne Grunau2014-08-041-1/+13
* fate: add informative cpu testJanne Grunau2014-08-041-6/+43
* 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
* aarch64: add cpuflags support for NEON and VFPJanne Grunau2014-01-151-4/+15
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya2013-10-251-0/+3
* avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-281-0/+1
* cpu: Restructure code to avoid pointless ret variable indirectionDiego Biurrun2013-06-021-8/+4
* cpu: Include common.h for av_popcount64Martin Storsjö2013-05-241-0/+1
* Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov2013-05-241-0/+51
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-1/+0
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-24/+24
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-4/+4
* x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-231-1/+3
* 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
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-221-1/+9
* remove iwmmxt optimizationsJanne Grunau2012-03-121-4/+1
* 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
* x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser2011-09-261-0/+2
* Fix cpu flags test programMans Rullgard2011-06-301-21/+34
* Add a CPU flag for the Atom processor.Justin Ruggles2011-03-221-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* x86: check for AVX supportMans Rullgard2011-02-201-1/+2
* cpu-test: include stdio.h only for test progMans Rullgard2011-01-181-2/+1
* fix building of cpu-test by including required headerRamiro Polla2010-12-071-0/+2
* Cache detected CPU flagsMåns Rullgård2010-09-091-4/+11
* Clean up av_get_cpu_flag()Måns Rullgård2010-09-091-8/+3
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-0/+66
OpenPOWER on IntegriCloud