summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/vp3dsp.asm
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86: add missing colon to labelsJames Almer2015-07-261-1/+1
* x86: lavc: share more constant through definesChristophe Gisquet2015-02-071-1/+1
* x86/vp3dsp: port put_vp_no_rnd_pixels8_l2_mmx to yasmJames Almer2014-12-201-0/+44
* Merge commit 'c46819f2299c73cd1bfa8ef04d08b0153a5699d3'Michael Niedermayer2013-04-161-1/+1
|\
| * x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-151-3/+4
* | vp3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-3/+4
* | vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje2013-03-121-41/+82
* | Merge commit 'aeaf268e52fc11c1f64914a319e0edddf1346d6a'Michael Niedermayer2013-01-201-7/+20
|\ \ | |/
| * vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-191-7/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-141-2/+2
|\ \ | |/
| * x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-2/+2
| * x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-311-1/+1
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-311-1/+0
|\ \ | |/
| * x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-291-47/+50
|\ \ | |/
| * vp3: don't compile mmx IDCT functions on x86-64.Ronald S. Bultje2012-07-271-0/+3
| * vp3: port x86 SIMD to cpuflags.Ronald S. Bultje2012-07-271-47/+47
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-261-41/+79
|\ \ | |/
| * vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje2012-07-251-41/+79
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-181-4/+0
|\ \ | |/
| * vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-181-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-9/+9
|\ \ | |/
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-9/+9
* | Move x264asm to libavutil.Kieran Kunhya2011-10-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-2/+2
|\ \ | |/
| * Fix NASM include directiveDave Yeo2011-08-151-2/+2
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-131-2/+2
|\ \ | |/
| * Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-121-1/+1
| * Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-121-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-151-1/+1
|\ \ | |/
| * Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-141-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger2010-09-051-3/+3
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-301-0/+618
OpenPOWER on IntegriCloud