Michael Niedermayer
|
e68114868f
avutil/cpu: force mmx on selection of higher x86 SIMD features
|
10 years ago |
Michael Niedermayer
|
99efd59626
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
|
12 years ago |
Anton Khirnov
|
cb45553f57
Remove pointless #undefs of previously forbidden functions.
|
12 years ago |
Michael Niedermayer
|
7b723ed4c0
cpu: add a few cpu names as aliases for their cpu flags
|
12 years ago |
Michael Niedermayer
|
65e57975b9
cpu: add cmov ro the table, which appears to have been forgotten
|
12 years ago |
Michael Niedermayer
|
99de3df3d3
Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'
|
12 years ago |
Michael Niedermayer
|
d5f65e9d40
Merge commit '124134e42455763b28cc346fed1d07017a76e84e'
|
12 years ago |
Martin Storsjö
|
d58dd4b5b5
avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member
|
12 years ago |
Martin Storsjö
|
124134e424
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
|
12 years ago |
Michael Niedermayer
|
540bd5a95f
av_parse_cpu_caps: add "mmxext" as alias for mmx2
|
12 years ago |
Michael Niedermayer
|
e776ee8f29
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Diego Biurrun
|
239fdf1b4a
x86: build: replace mmx2 by mmxext
|
12 years ago |
Michael Niedermayer
|
1c60088885
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Diego Biurrun
|
65345a5a30
x86: Add CPU flag for the i686 cmov instruction
|
12 years ago |
Michael Niedermayer
|
eadac34c80
cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps()
|
12 years ago |
Michael Niedermayer
|
e890b68962
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Mans Rullgard
|
6eca84bad8
cpu: recognise only cpu flag names pertinent to the architecture
|
12 years ago |
Mans Rullgard
|
3527a73933
avutil: add av_parse_cpu_flags() function
|
12 years ago |
Michael Niedermayer
|
92ef4be4ab
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Mans Rullgard
|
d526c5338d
ARM: allow runtime masking of CPU features
|
12 years ago |
Michael Niedermayer
|
b25a265a5c
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Janne Grunau
|
363bd1c62c
remove iwmmxt optimizations
|
12 years ago |
Michael Niedermayer
|
6df42f9874
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Ronald S. Bultje
|
a9c5b6f602
cpu: initialize mask to -1, so that by default, optimizations are used.
|
12 years ago |
Anton Khirnov
|
4d851f8dcf
cpu: add av_set_cpu_flags_mask().
|
12 years ago |
Michael Niedermayer
|
7c1aba4f01
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Jason Garrett-Glaser
|
96a59cf37b
x86: XOP/FMA4 CPU detection support
|
13 years ago |
Michael Niedermayer
|
721be99371
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Mans Rullgard
|
c31bc5371e
Fix cpu flags test program
|
13 years ago |
Michael Niedermayer
|
5ad38d93e8
cpudetect: add av_force_cpu_flags()
|
13 years ago |
Michael Niedermayer
|
4fa0e24736
Merge remote-tracking branch 'newdev/master'
|
13 years ago |
Justin Ruggles
|
eba586b0d9
Add a CPU flag for the Atom processor.
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Mans Rullgard
|
cdeba2de82
x86: check for AVX support
|
13 years ago |
Mans Rullgard
|
87f1355f9b
x86: check for AVX support
|
13 years ago |
Mans Rullgard
|
ec5f57192a
cpu-test: include stdio.h only for test prog
|
14 years ago |
Ramiro Polla
|
e3c011c836
fix building of cpu-test by including required header
|
14 years ago |
Måns Rullgård
|
a3f0d2b967
Cache detected CPU flags
|
14 years ago |
Måns Rullgård
|
9275438a19
Clean up av_get_cpu_flag()
|
14 years ago |
Stefano Sabatini
|
c6c98d0897
Move mm_support() from libavcodec to libavutil, make it a public
|
14 years ago |