aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/cpu.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Originally committed as revision 25917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cache detected CPU flagsMåns Rullgård2010-09-091-4/+11
| | | | Originally committed as revision 25085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up av_get_cpu_flag()Måns Rullgård2010-09-091-8/+3
| | | | | | | | Instead of defining functions in per-arch header files included by the main cpu.c, define them normally and call them from the generic one. Originally committed as revision 25084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-0/+66
function and rename it to av_get_cpu_flags(). Originally committed as revision 25076 to svn://svn.ffmpeg.org/ffmpeg/trunk