96 Commits (c305e134ce23b46a1164527ade3e1b7e2ecedf5f)

Author SHA1 Message Date
James Darnley 8b81eabe57 avutil: add AVX-512 flags 7 years ago
James Almer 3d828c9fd5 cpu: split flag checks per arch in av_cpu_max_align() 7 years ago
James Almer 3b345d389b avutil/cpu: split flag checks per arch in av_cpu_max_align() 7 years ago
Clément Bœsch 2658e66cd1 lavu/cpu: disable MMX warning on non x86 platforms 7 years ago
Anton Khirnov e6bff23f1e cpu: add a function for querying maximum required data alignment 8 years ago
Wan-Teh Chang fed50c4304 avutil: fix data race in av_get_cpu_flags() 8 years ago
Wan-Teh Chang 2170017a1c avutil: fix data race in av_get_cpu_flags() 8 years ago
Wan-Teh Chang 29fb49194b avutil/cpu: remove the |checked| static variable 8 years ago
Diego Biurrun d12b5b2f13 build: Split test programs off into separate files 9 years ago
Hendrik Leppkes 957667d198 avutil/cpu: add missing entry for vfp_vm to av_parse_cpu_caps 9 years ago
Janne Grunau e2710e790c arm: add a cpu flag for the VFPv2 vector mode 9 years ago
Rodger Combs 1e477a970f lavu: add AESNI CPU flag 9 years ago
wang-bin 0861862b89 winrt: multithreading support 9 years ago
James Almer f7cafb5d02 x86: add AV_CPU_FLAG_AVXSLOW flag 10 years ago
James Almer c312bfac4c x86/cpu: add AV_CPU_FLAG_AVXSLOW flag 10 years ago
James Almer a1d58e3b38 avutil: remove pointless bmi1 define 10 years ago
James Almer a40cee03a3 avutil: remove pointless bmi1 define 10 years ago
James Almer 1f5d1eed78 avutil/cpu: add missing check for mmxext to av_force_cpu_flags 10 years ago
Diego Biurrun 353240541d cpu-test: Add unistd.h #include for getopt() 10 years ago
Michael Niedermayer 1e519b9d40 avutil: turn arm setend into a cpuflag 10 years ago
Michael Niedermayer 6b1df5544e avutil/cpu: check av_parse_cpu_caps() table during cpu-test 10 years ago
Michael Niedermayer fe0157a19a avutil/cpu: Make cpu flag names match between cpu-test and av_parse_cpu_caps() tables 10 years ago
Michael Niedermayer efc4fe9d74 avutil/cpu: add aarch64 entries to 2nd table 10 years ago
Michael Niedermayer 9101ef6757 avutil/cpu: output cpu data to stdout 10 years ago
Michael Niedermayer 1b168e3bcf avutil/cpu: fix cpu-test to work with ffmpegs cpuflags syntax 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
Michael Niedermayer 0ffba9feb6 avutil/cpu: Use HAVE_UNISTD_H instead of HAVE_SYSCONF for #include <unistd.h> 11 years ago
Michael Niedermayer 6310eb8010 avutil/cpu: force mmx on selection of higher x86 SIMD features 11 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
James Almer 0bc3de19ff x86: add detection for Bit Manipulation Instruction sets 11 years ago
James Almer a2af8eddab x86: add detection for FMA3 instruction set 11 years ago
James Almer a4e4948ffe x86/cpu: add missing avx2 AVOption in av_parse_cpu_flags() 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 865b70bc5d Add AVX2 capable CPU detection. Patch based on x264's AVX2 detection 11 years ago
Kieran Kunhya 4d6ee07255 libavutil: x86: Add AVX2 capable CPU detection. 11 years ago
Michael Niedermayer 0506f3fa38 avutil/cpu: remove duplicate include 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
Michael Niedermayer 4cf7b87551 av_cpu_count: factorize "detected %d logical cores" message 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
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
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