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-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-01-15aarch64: add cpuflags support for NEON and VFPJanne Grunau
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-10-25libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya
2013-08-29avutil: Move internal CPU detection function declarations to private headerDiego Biurrun
2013-06-02cpu: Restructure code to avoid pointless ret variable indirectionDiego Biurrun
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-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
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-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-06-23x86: Add CPU flag for the i686 cmov instructionDiego Biurrun
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-22ARM: allow runtime masking of CPU featuresMans Rullgard
2012-03-13remove iwmmxt optimizationsJanne Grunau
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-27x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser
2011-06-30Fix cpu flags test programMans Rullgard
2011-03-22Add a CPU flag for the Atom processor.Justin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-20x86: check for AVX supportMans Rullgard
2011-01-18cpu-test: include stdio.h only for test progMans Rullgard
2010-12-07fix building of cpu-test by including required headerRamiro Polla
2010-09-09Cache detected CPU flagsMåns Rullgård
2010-09-09Clean up av_get_cpu_flag()Måns Rullgård
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini