summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vp3dsp.asm
Commit message (Expand)AuthorAge
* avcodec/x86/vp3dsp: Remove obsolete MMX functionsAndreas Rheinhardt2022-06-22
* Merge commit '6892df9294d93322d43255ada299507465bc93c8'Clément Bœsch2017-03-19
|\
| * vp3: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
| * vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-15
* | avcodec/x86: add missing colon to labelsJames Almer2015-07-26
* | x86: lavc: share more constant through definesChristophe Gisquet2015-02-07
* | x86/vp3dsp: port put_vp_no_rnd_pixels8_l2_mmx to yasmJames Almer2014-12-20
* | Merge commit 'c46819f2299c73cd1bfa8ef04d08b0153a5699d3'Michael Niedermayer2013-04-16
|\|
| * x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-15
* | vp3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-13
* | vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje2013-03-12
* | Merge commit 'aeaf268e52fc11c1f64914a319e0edddf1346d6a'Michael Niedermayer2013-01-20
|\|
| * vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-14
|\|
| * x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
| * x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-31
|\|
| * x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-29
|\|
| * vp3: don't compile mmx IDCT functions on x86-64.Ronald S. Bultje2012-07-27
| * vp3: port x86 SIMD to cpuflags.Ronald S. Bultje2012-07-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-26
|\|
| * vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje2012-07-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-18
|\|
| * vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* | Move x264asm to libavutil.Kieran Kunhya2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-15
|\|
| * Fix NASM include directiveDave Yeo2011-08-15
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-13
|\|
| * Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-12
| * Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-15
|\|
| * Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-14
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger2010-09-05
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-30