aboutsummaryrefslogtreecommitdiff
path: root/libavutil/cpu.c
AgeCommit message (Expand)Author
2012-04-25cpu: recognise only cpu flag names pertinent to the architectureMans Rullgard
2012-04-25avutil: add av_parse_cpu_flags() functionMans Rullgard
2012-04-22ARM: allow runtime masking of CPU featuresMans Rullgard
2012-03-12remove iwmmxt optimizationsJanne Grunau
2012-03-06cpu: initialize mask to -1, so that by default, optimizations are used.Ronald S. Bultje
2012-03-06cpu: add av_set_cpu_flags_mask().Anton Khirnov
2011-09-26x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser
2011-06-30Fix cpu flags test programMans Rullgard
2011-03-22Add a CPU flag for the Atom processor.Justin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-20x86: check for AVX supportMans Rullgard
2011-01-18cpu-test: include stdio.h only for test progMans Rullgard
2010-12-07fix building of cpu-test by including required headerRamiro Polla
2010-09-09Cache detected CPU flagsMåns Rullgård
2010-09-09Clean up av_get_cpu_flag()Måns Rullgård
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini