| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+2 |
|\ |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | | Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4' | Michael Niedermayer | 2013-10-26 | 1 | -1/+1 |
|\| |
|
| * | libavutil: x86: Add AVX2 capable CPU detection. | Kieran Kunhya | 2013-10-25 | 1 | -0/+3 |
* | | Add AVX2 capable CPU detection. Patch based on x264's AVX2 detection | Kieran Kunhya | 2013-10-26 | 1 | -0/+3 |
* | | avutil/cpu: remove duplicate include | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b' | Michael Niedermayer | 2013-08-29 | 1 | -0/+1 |
|\| |
|
| * | avutil: Move internal CPU detection function declarations to private header | Diego Biurrun | 2013-08-28 | 1 | -0/+1 |
* | | Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a' | Michael Niedermayer | 2013-06-03 | 1 | -8/+4 |
|\| |
|
| * | cpu: Restructure code to avoid pointless ret variable indirection | Diego Biurrun | 2013-06-02 | 1 | -8/+4 |
* | | av_cpu_count: factorize "detected %d logical cores" message | Michael Niedermayer | 2013-05-26 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-24 | 1 | -0/+1 |
|\| |
|
| * | cpu: Include common.h for av_popcount64 | Martin Storsjö | 2013-05-24 | 1 | -0/+1 |
* | | Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675' | Michael Niedermayer | 2013-05-24 | 1 | -0/+55 |
|\| |
|
| * | Move get_logical_cpus() from lavc/pthread to lavu/cpu. | Anton Khirnov | 2013-05-24 | 1 | -0/+51 |
* | | 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 |