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
2016-09-19x86util: Document SBUTTERFLY macroAlexandra Hájková
2016-08-31imgutils: add a function for copying image data from GPU mapped memoryAnton Khirnov
2016-07-20x86: cpu: Detect Conroe CPUs and their slow shuffle unitFiona Glaser
2016-07-20x86: Add SSSE3_SLOW CPU flag and related convenience macrosDiego Biurrun
2016-07-18x86util: Extend SPLATW for avx2James Almer
2016-05-28asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun
2016-05-16x86inc: Enable AVX emulation in additional casesAnton Mitrofanov
2016-05-16x86inc: Improve handling of %ifid with multi-token parametersAnton Mitrofanov
2016-05-16x86inc: Fix AVX emulation of some instructionsAnton Mitrofanov
2016-05-16x86inc: Fix AVX emulation of scalar float instructionsHenrik Gramner
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-01-28x86: Add ymm_reg structJames Almer
2016-01-23x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore
2016-01-23x86inc: Avoid creating unnecessary local labelsHenrik Gramner
2016-01-23x86inc: Simplify AUTO_REP_RETHenrik Gramner
2016-01-23x86inc: Use more consistent indentationHenrik Gramner
2016-01-23x86inc: Preserve arguments when allocating stack spaceHenrik Gramner
2016-01-23x86inc: Improve FMA instruction handlingHenrik Gramner
2016-01-23x86inc: Be more verbose in assertion failuresHenrik Gramner
2016-01-23x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner
2015-08-13x86inc: Various minor backports from x264Henrik Gramner
2015-08-11x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-08-11x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner
2015-08-11x86inc: Fix instantiation of YMM registersChristophe Gisquet
2015-08-11x86inc: warn when instructions incompatible with current cpuflags are usedAnton Mitrofanov
2015-08-11x86inc: Support arbitrary stack alignmentsHenrik Gramner
2015-08-11x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov
2015-07-09x86: Serialize rdtsc in read_time()Henrik Gramner
2015-05-31x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-05-31x86: Add helper macros to check for slow cpuflagsJames Almer
2015-05-31x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer
2015-05-28x86inc: Clear __SECT__Timothy Gu
2014-12-05v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
2014-09-09x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner
2014-09-09x86inc: Free up variable name "n" in global namespaceLoren Merritt
2014-09-09x86inc: Make ym# behave the same way as xm#Henrik Gramner
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-02-23x86: add detection for Bit Manipulation Instruction setsJames Almer
2014-02-23x86: add detection for FMA3 instruction setJames Almer
2014-02-23x86: add missing XOP checks and macrosJames Almer
2014-02-20x86: float dsp: unroll SSE versionsChristophe Gisquet
2014-01-26x86inc: Speed up assembling with YasmLoren Merritt
2013-10-25libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya
2013-10-14x86: more AVX2 frameworkJason Garrett-Glaser
2013-10-14x86inc: FMA3/4 SupportJason Garrett-Glaser
2013-10-14x86inc: Remove our FMA4 supportDerek Buitenhuis
2013-10-14x86inc: Use VEX-encoded instructions in AVX functionsHenrik Gramner
2013-10-09x86inc: Remove .rodata kludgesHenrik Gramner
2013-10-07x86inc: remove misaligned cpu flagHenrik Gramner
2013-10-07x86inc: various minor backports from x264Jason Garrett-Glaser