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-12-01avcodec/h264: sse2 and avx 4:2:2 idct add8 10-bit functionsJames Darnley
2016-07-09Merge commit 'f1a9eee41c4b5ea35db9ff0088ce4e6f1e187f2c'Clément Bœsch
2016-06-17x86: Add missing movsxd for the int stride parameterMartin Storsjö
2015-10-03vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions.Ronald S. Bultje
2015-02-07x86: lavc: share more constant through definesChristophe Gisquet
2014-03-14Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer
2014-03-14Merge commit 'edd1f833fa145eb9c5026877c699ebe6efca00a0'Michael Niedermayer
2014-03-13x86: Make function prototype comments in assembly code consistentDiego Biurrun
2014-03-13x86: h264_idct_10_bit: Use proper type in function prototype commentsDiego Biurrun
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-04-10h264: Integrate clear_blocks calls with IDCTRonald S. Bultje
2013-02-19h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje
2012-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-11-11build: Drop AVX assembly ifdefsDiego 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-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-07x86: add colons after labelsMans Rullgard
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28h264_idct_10bit: port x86 assembly 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-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-07h264: mark h264_idct_add8_10 with number of XMM registers.Michael Kostylev
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-15Fix NASM include directiveDave Yeo
2011-08-12Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje
2011-08-12Move x86inc.asm to libavutil/.Ronald S. Bultje
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-02Cosmetic changes to h264_idct_10bit.asm.Loren Merritt
2011-06-022x faster h264_idct_add8_10.Loren Merritt
2011-06-01Add IDCT functions for 10-bit H.264.Daniel Kang