| Commit message (Expand) | Author | Age | Files | Lines |
* | cpu: Restructure code to avoid pointless ret variable indirection | Diego Biurrun | 2013-06-02 | 1 | -8/+4 |
* | cpu: Include common.h for av_popcount64 | Martin Storsjö | 2013-05-24 | 1 | -0/+1 |
* | Move get_logical_cpus() from lavc/pthread to lavu/cpu. | Anton Khirnov | 2013-05-24 | 1 | -0/+51 |
* | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -1/+0 |
* | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -24/+24 |
* | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -4/+4 |
* | x86: Add CPU flag for the i686 cmov instruction | Diego Biurrun | 2012-06-23 | 1 | -1/+3 |
* | cpu: recognise only cpu flag names pertinent to the architecture | Mans Rullgard | 2012-04-25 | 1 | -2/+4 |
* | avutil: add av_parse_cpu_flags() function | Mans Rullgard | 2012-04-25 | 1 | -0/+62 |
* | ARM: allow runtime masking of CPU features | Mans Rullgard | 2012-04-22 | 1 | -1/+9 |
* | remove iwmmxt optimizations | Janne Grunau | 2012-03-12 | 1 | -4/+1 |
* | cpu: initialize mask to -1, so that by default, optimizations are used. | Ronald S. Bultje | 2012-03-06 | 1 | -1/+1 |
* | cpu: add av_set_cpu_flags_mask(). | Anton Khirnov | 2012-03-06 | 1 | -1/+11 |
* | x86: XOP/FMA4 CPU detection support | Jason Garrett-Glaser | 2011-09-26 | 1 | -0/+2 |
* | Fix cpu flags test program | Mans Rullgard | 2011-06-30 | 1 | -21/+34 |
* | Add a CPU flag for the Atom processor. | Justin Ruggles | 2011-03-22 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | x86: check for AVX support | Mans Rullgard | 2011-02-20 | 1 | -1/+2 |
* | cpu-test: include stdio.h only for test prog | Mans Rullgard | 2011-01-18 | 1 | -2/+1 |
* | fix building of cpu-test by including required header | Ramiro Polla | 2010-12-07 | 1 | -0/+2 |
* | Cache detected CPU flags | Måns Rullgård | 2010-09-09 | 1 | -4/+11 |
* | Clean up av_get_cpu_flag() | Måns Rullgård | 2010-09-09 | 1 | -8/+3 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -0/+66 |