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/h264_qpel: Remove obsolete MMXEXT functionsAndreas Rheinhardt
2015-10-03vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.Ronald S. Bultje
2015-07-26avcodec/x86: add missing colon to labelsJames Almer
2015-02-07x86: lavc: share more constant through definesChristophe Gisquet
2015-02-07x86: lavc: share more constantsChristophe Gisquet
2014-06-24avcodec/x86/h264_qpel_10bit: locally define pb_0Michael Niedermayer
2014-03-14Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer
2014-03-13x86: Make function prototype comments in assembly code consistentDiego Biurrun
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2012-11-10x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macrosDiego Biurrun
2012-11-10x86: PALIGNR: port to cpuflagsDiego Biurrun
2012-11-10x86: h264_qpel_10bit: port to cpuflagsDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-08-07x86: add colons after labelsMans Rullgard
2012-04-11x86inc improvements for 64-bitHenrik Gramner
2012-03-02h264: change underread for 10bit QPEL to overread.Ronald S. Bultje
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
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-07-03H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang