| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 1 | -1/+0 |
|\ |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -1/+0 |
* | | cpu: add a few cpu names as aliases for their cpu flags | Michael Niedermayer | 2012-11-17 | 1 | -0/+17 |
* | | cpu: add cmov ro the table, which appears to have been forgotten | Michael Niedermayer | 2012-11-17 | 1 | -0/+1 |
* | | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078' | Michael Niedermayer | 2012-09-05 | 1 | -2/+2 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -48/+48 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -24/+24 |
* | | av_parse_cpu_caps: add "mmxext" as alias for mmx2 | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-04 | 1 | -4/+4 |
|\| |
|
| * | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -1/+3 |
|\| |
|
| * | x86: Add CPU flag for the i686 cmov instruction | Diego Biurrun | 2012-06-23 | 1 | -1/+3 |
* | | cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps() | Michael Niedermayer | 2012-04-30 | 1 | -0/+43 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-26 | 1 | -0/+64 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-22 | 1 | -1/+9 |
|\| |
|
| * | ARM: allow runtime masking of CPU features | Mans Rullgard | 2012-04-22 | 1 | -1/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-13 | 1 | -4/+1 |
|\| |
|
| * | remove iwmmxt optimizations | Janne Grunau | 2012-03-12 | 1 | -4/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-07 | 1 | -1/+8 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-27 | 1 | -0/+2 |
|\| |
|
| * | x86: XOP/FMA4 CPU detection support | Jason Garrett-Glaser | 2011-09-26 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-01 | 1 | -21/+34 |
|\| |
|
| * | Fix cpu flags test program | Mans Rullgard | 2011-06-30 | 1 | -21/+34 |
* | | cpudetect: add av_force_cpu_flags() | Michael Niedermayer | 2011-06-02 | 1 | -2/+7 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-23 | 1 | -0/+1 |
|\| |
|
| * | 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 |
* | | 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 |