summaryrefslogtreecommitdiff
path: root/libavutil/cpu.c
Commit message (Expand)AuthorAge
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-23
* cpu: recognise only cpu flag names pertinent to the architectureMans Rullgard2012-04-25
* avutil: add av_parse_cpu_flags() functionMans Rullgard2012-04-25
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-22
* remove iwmmxt optimizationsJanne Grunau2012-03-12
* cpu: initialize mask to -1, so that by default, optimizations are used.Ronald S. Bultje2012-03-06
* cpu: add av_set_cpu_flags_mask().Anton Khirnov2012-03-06
* x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser2011-09-26
* Fix cpu flags test programMans Rullgard2011-06-30
* Add a CPU flag for the Atom processor.Justin Ruggles2011-03-22
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* x86: check for AVX supportMans Rullgard2011-02-20
* cpu-test: include stdio.h only for test progMans Rullgard2011-01-18
* fix building of cpu-test by including required headerRamiro Polla2010-12-07
* Cache detected CPU flagsMåns Rullgård2010-09-09
* Clean up av_get_cpu_flag()Måns Rullgård2010-09-09
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08