index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
cpu.c
Age
Commit message (
Expand
)
Author
2012-04-25
cpu: recognise only cpu flag names pertinent to the architecture
Mans Rullgard
2012-04-25
avutil: add av_parse_cpu_flags() function
Mans Rullgard
2012-04-22
ARM: allow runtime masking of CPU features
Mans Rullgard
2012-03-12
remove iwmmxt optimizations
Janne Grunau
2012-03-06
cpu: initialize mask to -1, so that by default, optimizations are used.
Ronald S. Bultje
2012-03-06
cpu: add av_set_cpu_flags_mask().
Anton Khirnov
2011-09-26
x86: XOP/FMA4 CPU detection support
Jason Garrett-Glaser
2011-06-30
Fix cpu flags test program
Mans Rullgard
2011-03-22
Add a CPU flag for the Atom processor.
Justin Ruggles
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-20
x86: check for AVX support
Mans Rullgard
2011-01-18
cpu-test: include stdio.h only for test prog
Mans Rullgard
2010-12-07
fix building of cpu-test by including required header
Ramiro Polla
2010-09-09
Cache detected CPU flags
Måns Rullgård
2010-09-09
Clean up av_get_cpu_flag()
Måns Rullgård
2010-09-08
Move mm_support() from libavcodec to libavutil, make it a public
Stefano Sabatini