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
2017-03-24Merge commit '7911186ed616ae81dd8617d6d0e8b08c818db9d8'James Almer
2017-03-24Merge commit '6be7944ee2ec2f045e6eb9a93237e992c8b20ac4'James Almer
2017-03-22avutil/x86util: don't use movss in VBROADCASTSS macro when src and dst args a...James Almer
2017-03-20Merge commit '07e1f99a1bb41d1a615676140eefc85cf69fa793'Clément Bœsch
2017-03-20Merge commit 'd7bc52bf456deba0f32d9fe5c288ec441f1ebef5'Clément Bœsch
2017-02-18avcodec/h264: sse2, avx h luma mbaff deblock/loop filterJames Darnley
2017-02-18x86util: import MOVHL macroJames Darnley
2017-02-18avcodec/x86: deduplicate PASS8ROWS macroJames Darnley
2017-01-31Merge commit '8e9cd81d291b1010c625b2766058aadf4affb537'James Almer
2017-01-31Merge commit '7d7355aa92bb36ca0765c49a569a999bcb96f332'James Almer
2017-01-09x86inc: Avoid using eax/rax for storing the stack pointerHenrik Gramner
2016-10-23avutil/x86/emms: Document the emms_c() vs alloc/free relation.Michael Niedermayer
2016-10-18emms: Give apriv_emms_yasm() a more general nameDiego Biurrun
2016-10-17x86: Add missing colons after assembly labelsDiego Biurrun
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-07-11vp9: add 16x16 idct avx2 (8-bit).Ronald S. Bultje
2016-06-27asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-13lavu/intmath.h: fix compilation with msvc10.Matt Oliver
2016-06-09x86/showcqt: use three operand format for some instructionsJames Almer
2016-06-08avutil/x86util: move haddps sse emulation from showcqtJames 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-04-20x86inc: Enable AVX emulation in additional casesAnton Mitrofanov
2016-04-20x86inc: Improve handling of %ifid with multi-token parametersAnton Mitrofanov
2016-04-20x86inc: Fix AVX emulation of some instructionsAnton Mitrofanov
2016-04-20x86inc: Fix AVX emulation of scalar float instructionsHenrik Gramner
2016-02-15x86: use the new helper macros where usefulJames Almer
2016-02-15x86: add some more helper macros to check for slow cpuflagsJames Almer
2016-02-07x86/cpu: set avxslow cpuflag on btver2 CPUsJames Almer
2016-02-04x86/emms: empty the mmx state unconditionally on supported targetsJames Almer
2016-01-29all: Add missing header guardsTimothy Gu
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
2016-01-22x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore