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-19Merge commit '6892df9294d93322d43255ada299507465bc93c8'Clément Bœsch
2016-08-26vp3: Change type of stride parameters to ptrdiff_tDiego Biurrun
2015-07-26avcodec/x86: add missing colon to labelsJames Almer
2015-02-07x86: lavc: share more constant through definesChristophe Gisquet
2014-12-20x86/vp3dsp: port put_vp_no_rnd_pixels8_l2_mmx to yasmJames Almer
2013-04-16Merge commit 'c46819f2299c73cd1bfa8ef04d08b0153a5699d3'Michael Niedermayer
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje
2013-04-15x86: Move constants to the only place where they are usedRonald S. Bultje
2013-03-13vp3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje
2013-01-20Merge commit 'aeaf268e52fc11c1f64914a319e0edddf1346d6a'Michael Niedermayer
2013-01-20vp3: integrate clear_blocks with idct of previous block.Ronald 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-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28vp3: don't compile mmx IDCT functions on x86-64.Ronald S. Bultje
2012-07-28vp3: port x86 SIMD to cpuflags.Ronald S. Bultje
2012-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-25vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje
2012-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
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
2011-08-12Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje
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-08-30Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje