| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/x86/vp3dsp: Remove obsolete MMX functions | Andreas Rheinhardt | 2022-06-22 | 1 | -62/+0 |
* | Merge commit '6892df9294d93322d43255ada299507465bc93c8' | Clément Bœsch | 2017-03-19 | 1 | -11/+0 |
|\ |
|
| * | vp3: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-08-26 | 1 | -11/+0 |
| * | vp3: Use full transpose for all IDCTs | Ronald S. Bultje | 2013-04-15 | 1 | -41/+82 |
* | | avcodec/x86: add missing colon to labels | James Almer | 2015-07-26 | 1 | -1/+1 |
* | | x86: lavc: share more constant through defines | Christophe Gisquet | 2015-02-07 | 1 | -1/+1 |
* | | x86/vp3dsp: port put_vp_no_rnd_pixels8_l2_mmx to yasm | James Almer | 2014-12-20 | 1 | -0/+44 |
* | | Merge commit 'c46819f2299c73cd1bfa8ef04d08b0153a5699d3' | Michael Niedermayer | 2013-04-16 | 1 | -1/+1 |
|\| |
|
| * | x86: Move constants to the only place where they are used | Ronald S. Bultje | 2013-04-15 | 1 | -3/+4 |
* | | vp3: use hpeldsp instead of dsputil for half-pel functions. | Ronald S. Bultje | 2013-03-13 | 1 | -3/+4 |
* | | vp3/x86: use full transpose for all IDCTs. | Ronald S. Bultje | 2013-03-12 | 1 | -41/+82 |
* | | Merge commit 'aeaf268e52fc11c1f64914a319e0edddf1346d6a' | Michael Niedermayer | 2013-01-20 | 1 | -7/+20 |
|\| |
|
| * | vp3: integrate clear_blocks with idct of previous block. | Ronald S. Bultje | 2013-01-19 | 1 | -7/+20 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-14 | 1 | -2/+2 |
|\| |
|
| * | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 1 | -2/+2 |
| * | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73' | Michael Niedermayer | 2012-10-31 | 1 | -1/+0 |
|\| |
|
| * | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-29 | 1 | -47/+50 |
|\| |
|
| * | vp3: don't compile mmx IDCT functions on x86-64. | Ronald S. Bultje | 2012-07-27 | 1 | -0/+3 |
| * | vp3: port x86 SIMD to cpuflags. | Ronald S. Bultje | 2012-07-27 | 1 | -47/+47 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-26 | 1 | -41/+79 |
|\| |
|
| * | vp3: don't use calls to inline asm in yasm code. | Ronald S. Bultje | 2012-07-25 | 1 | -41/+79 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-18 | 1 | -4/+0 |
|\| |
|
| * | vp3: move idct and loop filter pointers to new vp3dsp context | Mans Rullgard | 2012-07-18 | 1 | -4/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -9/+9 |
|\| |
|
| * | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -9/+9 |
* | | Move x264asm to libavutil. | Kieran Kunhya | 2011-10-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-15 | 1 | -2/+2 |
|\| |
|
| * | Fix NASM include directive | Dave Yeo | 2011-08-15 | 1 | -2/+2 |
* | | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925' | Michael Niedermayer | 2011-08-13 | 1 | -2/+2 |
|\| |
|
| * | Move x86util.asm from libavcodec/ to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
| * | Move x86inc.asm to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-15 | 1 | -1/+1 |
|\| |
|
| * | Fix FSF address copy paste error in some license headers. | Diego Biurrun | 2011-05-14 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Use "d" suffix for general-purpose registers used with movd. | Reimar Döffinger | 2010-09-05 | 1 | -3/+3 |
* | Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6 | Ronald S. Bultje | 2010-08-30 | 1 | -0/+618 |