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-02-27avcodec/h264: enable sse2 chroma deblock/loop filter functionsJames Darnley
2017-02-27avcodec/h264: add avx 8-bit 4:2:2 chroma h intra deblock/loop filterJames Darnley
2017-02-27avcodec/h264: add avx 8-bit 4:2:0 chroma h intra deblock/loop filterJames Darnley
2017-02-27avcodec/h264: add avx 8-bit chroma v intra deblock/loop filterJames Darnley
2017-02-27avcodec/h264: add avx 8-bit 4:2:2 chroma h deblock/loop filterJames Darnley
2017-02-27avcodec/h264: add avx 8-bit 4:2:0 chroma h deblock/loop filterJames Darnley
2017-02-27avcodec/h264: add avx 8-bit chroma v deblock/loop filterJames Darnley
2017-02-18avcodec/h264: sse2, avx h luma mbaff deblock/loop filterJames Darnley
2017-02-18avcodec/h264: add named parameters to x86 functionJames Darnley
2017-02-18avcodec/x86: deduplicate PASS8ROWS macroJames Darnley
2016-12-01avcodec/h264: mmxext 4:2:2 chroma intra deblock/loop filterJames Darnley
2016-02-06avcodec/h264: Fix segfault in 4:2:2 chroma deblock with 32-bit msvcHenrik Gramner
2016-02-05avcodec/h264: mmxext 4:2:2 chroma deblock/loop filterJames Darnley
2015-08-04x86inc: Support arbitrary stack alignmentsHenrik Gramner
2014-07-01Merge commit '79793f833784121d574454af4871866576c0749d'Michael Niedermayer
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-06-10Merge commit '570d4b21863b6254d6bbca9c528bede471bb4478'Michael Niedermayer
2014-06-10x86: h264: Don't keep data in the redzone across function calls on 64 bit unixMartin Storsjö
2014-03-14Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer
2014-03-13x86: Make function prototype comments in assembly code consistentDiego Biurrun
2013-10-08Merge commit 'bbe4a6db44f0b55b424a5cc9d3e89cd88e250450'Michael Niedermayer
2013-10-07x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-03-12dsputil: make selectable.Ronald S. Bultje
2013-02-22Fix Win64 AVX h264_deblock by not using redzone on Win64Matt Wolenetz
2013-02-21x86: h264: Don't use redzone in AVX h264_deblock on Win64Matt Wolenetz
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUE.Ronald S. Bultje
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje
2012-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-08-31Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-31h264: convert loop filter strength dsp function to yasm.Ronald S. Bultje
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28h264_loopfilter: port x86 simd to cpuflags.Ronald S. Bultje
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-11x86inc improvements for 64-bitHenrik Gramner
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-20h264: don't use redzone in loopfilter on win64.Ronald S. Bultje
2012-02-18h264: change deblock_h_chroma_8_mmxext() to prevent valgrind confusion.Michael Niedermayer
2012-02-13Fix compilation without HAVE_AVX.Reimar Döffinger
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2011-10-19Move x264asm to libavutil.Kieran Kunhya
2011-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-15Fix NASM include directiveDave Yeo
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer