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
2022-06-22avcodec/x86/h264dsp_init: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt
2016-09-23x86/h264_weight: use appropriate register size for weight parametersHendrik Leppkes
2015-07-26avcodec/x86: add missing colon to labelsJames Almer
2015-06-12Merge commit '5e87080f2c73186066df0b9c43877b4af0beef3a'Michael Niedermayer
2015-06-12h264_weight: Fix SSSE3 biweight code with weights of 128Michael Niedermayer
2015-06-09avcodec/x86/h264_weight: handle weight1=128Michael Niedermayer
2014-03-14Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer
2014-03-13x86: Make function prototype comments in assembly code consistentDiego Biurrun
2012-11-28Merge commit 'f5fa03660db16f9d78abc5a626438b4d0b54f563'Michael Niedermayer
2012-11-28x86: h264_weight: port to cpuflagsDiego Biurrun
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-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-07x86: add colons after labelsMans Rullgard
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-11x86inc improvements for 64-bitHenrik Gramner
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2011-11-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-06h264: fix ssse3 biweight code with weights of 128Michael Niedermayer
2011-11-05h264_weight: remove duplication functions.Ronald S. Bultje
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21H264: change weight/biweight functions to take a height argument.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
2011-08-12Move x86inc.asm to libavutil/.Ronald S. Bultje
2011-05-15Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-14Fix FSF address copy paste error in some license headers.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-05Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger
2010-09-02Fix typo in r25019.Eli Friedman
2010-09-02Unscrew breakage after my last commit because of symbol prefixes.Ronald S. Bultje
2010-09-02Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje