Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-25avutil: add AVX-512 flagsJames Darnley
2017-09-28avutil/cpu: split flag checks per arch in av_cpu_max_align()James Almer
2017-09-28Merge commit 'e6bff23f1e11aefb16a2b5d6ee72bf7469c5a66e'James Almer
2017-06-29lavu/cpu: disable MMX warning on non x86 platformsClément Bœsch
2017-02-11cpu: add a function for querying maximum required data alignmentAnton Khirnov
2016-12-13avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang
2016-12-08avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang
2016-11-24avutil/cpu: remove the |checked| static variableWan-Teh Chang
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-01-02avutil/cpu: add missing entry for vfp_vm to av_parse_cpu_capsHendrik Leppkes
2016-01-02Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0'Hendrik Leppkes
2015-12-14arm: add a cpu flag for the VFPv2 vector modeJanne Grunau
2015-10-28lavu: add AESNI CPU flagRodger Combs
2015-10-15winrt: multithreading supportwang-bin
2015-05-31x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer
2015-05-27x86/cpu: add AV_CPU_FLAG_AVXSLOW flagJames Almer
2015-04-20avutil: remove pointless bmi1 defineJames Almer
2015-04-19avutil: remove pointless bmi1 defineJames Almer
2015-03-27avutil/cpu: add missing check for mmxext to av_force_cpu_flagsJames Almer
2014-08-13cpu-test: Add unistd.h #include for getopt()Diego Biurrun
2014-08-13avutil: turn arm setend into a cpuflagMichael Niedermayer
2014-08-06avutil/cpu: check av_parse_cpu_caps() table during cpu-testMichael Niedermayer
2014-08-06avutil/cpu: Make cpu flag names match between cpu-test and av_parse_cpu_caps(...Michael Niedermayer
2014-08-06avutil/cpu: add aarch64 entries to 2nd tableMichael Niedermayer
2014-08-06avutil/cpu: output cpu data to stdoutMichael Niedermayer
2014-08-06avutil/cpu: fix cpu-test to work with ffmpegs cpuflags syntaxMichael Niedermayer
2014-08-04Merge commit 'caf5ef852bf71984d3322bbeaf48cfb04ac8255f'Michael Niedermayer
2014-08-04Merge commit '07d8fa58121be8fe315bd51ab760547fe209a745'Michael Niedermayer
2014-08-04cpu-test: test av_cpu_countJanne Grunau
2014-08-04fate: add informative cpu testJanne Grunau
2014-07-08avutil/cpu: Use HAVE_UNISTD_H instead of HAVE_SYSCONF for #include <unistd.h>Michael Niedermayer
2014-05-20avutil/cpu: force mmx on selection of higher x86 SIMD featuresMichael Niedermayer
2014-04-07Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14'Michael Niedermayer
2014-04-06aarch64: add armv8 CPU flagJanne Grunau
2014-02-23x86: add detection for Bit Manipulation Instruction setsJames Almer
2014-02-23x86: add detection for FMA3 instruction setJames Almer
2014-02-22x86: add detection for Bit Manipulation Instruction setsJames Almer
2014-02-22x86: add detection for FMA3 instruction setJames Almer
2014-02-07x86/cpu: add missing avx2 AVOption in av_parse_cpu_flags()James Almer
2014-01-15Merge commit 'b7b17ed66e199afc7246e642bf3b35c3f8eca217'Michael Niedermayer
2014-01-15aarch64: add cpuflags support for NEON and VFPJanne Grunau
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-10-26Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4'Michael Niedermayer
2013-10-26Add AVX2 capable CPU detection. Patch based on x264's AVX2 detectionKieran Kunhya
2013-10-25libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya
2013-09-21avutil/cpu: remove duplicate includeMichael Niedermayer
2013-08-29Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'Michael Niedermayer
2013-08-29avutil: Move internal CPU detection function declarations to private headerDiego Biurrun