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-03-23Merge commit '5801f9ed245ca5ebb57b0b5183de7a24aaece133'Clément Bœsch
2016-10-06h264_intrapred: x86: Update comments left behind in 95c89da36ebeeb96b7146c0d7...Diego Biurrun
2016-08-03x86: deduplicate some constantsChristophe Gisquet
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-08-06x86: vpx/h264/hevc/mpeg2: share constantsChristophe Gisquet
2014-04-17x86: move horizontal add macros to x86utilJames Almer
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-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-11-10x86: PALIGNR: 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-10-30Remove usage of INIT_AVX in h264_intrapred_10bit.asm.Ronald S. Bultje
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
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-23H.264: Add optimizations to predict x86 assembly.Daniel Kang
2011-07-14H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang
2011-07-09H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang
2011-06-06Add x86 assembly for some 10-bit H.264 intra predict functions.Daniel Kang