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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-06-03Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a'Michael Niedermayer
2013-06-02cpu: Restructure code to avoid pointless ret variable indirectionDiego Biurrun
2013-05-26av_cpu_count: factorize "detected %d logical cores" messageMichael Niedermayer
2013-05-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-24Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675'Michael Niedermayer
2013-05-24cpu: Include common.h for av_popcount64Martin Storsjö
2013-05-24Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-11-17cpu: add a few cpu names as aliases for their cpu flagsMichael Niedermayer
2012-11-17cpu: add cmov ro the table, which appears to have been forgottenMichael Niedermayer
2012-09-05Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-17av_parse_cpu_caps: add "mmxext" as alias for mmx2Michael Niedermayer
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-23x86: Add CPU flag for the i686 cmov instructionDiego Biurrun
2012-04-30cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps()Michael Niedermayer
2012-04-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-26cpu: recognise only cpu flag names pertinent to the architectureMans Rullgard
2012-04-26avutil: add av_parse_cpu_flags() functionMans Rullgard
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-22ARM: allow runtime masking of CPU featuresMans Rullgard
2012-03-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-13remove iwmmxt optimizationsJanne Grunau
2012-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07cpu: initialize mask to -1, so that by default, optimizations are used.Ronald S. Bultje
2012-03-06cpu: add av_set_cpu_flags_mask().Anton Khirnov
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-27x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser