39 Commits (5c8a5765dc5f4e29afb85b95be393c30f45412a8)

Author SHA1 Message Date
Wan-Teh Chang 2170017a1c avutil: fix data race in av_get_cpu_flags() 8 years ago
Diego Biurrun d12b5b2f13 build: Split test programs off into separate files 9 years ago
Janne Grunau e2710e790c arm: add a cpu flag for the VFPv2 vector mode 9 years ago
James Almer f7cafb5d02 x86: add AV_CPU_FLAG_AVXSLOW flag 10 years ago
James Almer a1d58e3b38 avutil: remove pointless bmi1 define 10 years ago
Diego Biurrun 353240541d cpu-test: Add unistd.h #include for getopt() 10 years ago
Janne Grunau caf5ef852b cpu-test: test av_cpu_count 10 years ago
Janne Grunau 07d8fa5812 fate: add informative cpu test 10 years ago
Janne Grunau 8675bcb0ad aarch64: add armv8 CPU flag 11 years ago
James Almer d59fcdaff3 x86: add detection for Bit Manipulation Instruction sets 11 years ago
James Almer 1b932eb150 x86: add detection for FMA3 instruction set 11 years ago
Janne Grunau b7b17ed66e aarch64: add cpuflags support for NEON and VFP 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Kieran Kunhya 4d6ee07255 libavutil: x86: Add AVX2 capable CPU detection. 11 years ago
Diego Biurrun b78b10c4b7 avutil: Move internal CPU detection function declarations to private header 11 years ago
Diego Biurrun f0ce1d9909 cpu: Restructure code to avoid pointless ret variable indirection 12 years ago
Martin Storsjö 597208fde1 cpu: Include common.h for av_popcount64 12 years ago
Anton Khirnov 2a6eaeaa85 Move get_logical_cpus() from lavc/pthread to lavu/cpu. 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 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
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 12 years ago
Diego Biurrun 65345a5a30 x86: Add CPU flag for the i686 cmov instruction 13 years ago
Mans Rullgard 6eca84bad8 cpu: recognise only cpu flag names pertinent to the architecture 13 years ago
Mans Rullgard 3527a73933 avutil: add av_parse_cpu_flags() function 13 years ago
Mans Rullgard d526c5338d ARM: allow runtime masking of CPU features 13 years ago
Janne Grunau 363bd1c62c remove iwmmxt optimizations 13 years ago
Ronald S. Bultje a9c5b6f602 cpu: initialize mask to -1, so that by default, optimizations are used. 13 years ago
Anton Khirnov 4d851f8dcf cpu: add av_set_cpu_flags_mask(). 13 years ago
Jason Garrett-Glaser 96a59cf37b x86: XOP/FMA4 CPU detection support 13 years ago
Mans Rullgard c31bc5371e Fix cpu flags test program 14 years ago
Justin Ruggles eba586b0d9 Add a CPU flag for the Atom processor. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Mans Rullgard 87f1355f9b x86: check for AVX support 14 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