| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/x86/hpeldsp: Remove obsolete MMX/3dnow functions | Andreas Rheinhardt | 2022-06-22 | 1 | -69/+3 |
* | Merge commit '1dfc3cf89d0eb026af28be46294b85d79499ffb5' | James Almer | 2017-01-31 | 1 | -89/+0 |
|\ |
|
| * | x86: hpeldsp: Split off VP3-specific bits into a separate file | Diego Biurrun | 2016-07-20 | 1 | -89/+0 |
| * | x86inc: Drop SECTION_TEXT macro | Henrik Gramner | 2015-08-11 | 1 | -1/+1 |
* | | x86inc: Drop SECTION_TEXT macro | Henrik Gramner | 2015-08-04 | 1 | -1/+1 |
* | | x86: vpx/h264/hevc/mpeg2: share constants | Christophe Gisquet | 2014-08-06 | 1 | -1/+2 |
* | | x86: hpeldsp: better factorization | Christophe Gisquet | 2014-05-29 | 1 | -37/+9 |
* | | x86: hpeldsp: implement SSSE3 version of _xy2 | Christophe Gisquet | 2014-05-24 | 1 | -0/+70 |
* | | x86: hpeldsp: implement SSE2 put_pixels16_xy2 | Christophe Gisquet | 2014-05-24 | 1 | -6/+15 |
* | | x86: hpeldsp: implement SSE2 versions | Christophe Gisquet | 2014-05-24 | 1 | -30/+85 |
* | | x86: hpeldsp: avg_pixels_xy2 for mmx2&3dnow | Christophe Gisquet | 2014-05-22 | 1 | -0/+77 |
* | | x86: hpeldsp: mark _xy2 versions as approximate | Christophe Gisquet | 2014-05-22 | 1 | -4/+6 |
* | | x86: hpeldsp: kill hpeldsp_mmx.c | Christophe Gisquet | 2014-05-22 | 1 | -0/+33 |
* | | Merge commit '55519926ef855c671d084ccc151056de9e3d3a77' | Michael Niedermayer | 2014-03-14 | 1 | -11/+11 |
|\| |
|
| * | x86: Make function prototype comments in assembly code consistent | Diego Biurrun | 2014-03-13 | 1 | -11/+11 |
* | | Merge commit '831a1180785a786272cdcefb71566a770bfb879e' | Michael Niedermayer | 2014-03-13 | 1 | -1/+1 |
|\| |
|
| * | Update dsputil- and SIMD-related comments to match reality more closely | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
| * | x86: hpeldsp: Use PAVGB instruction macro where necessary | Mikulas Patocka | 2013-11-04 | 1 | -13/+13 |
| * | x86: qpel: Move fullpel and l2 functions to a separate file | Ronald S. Bultje | 2013-04-08 | 1 | -41/+0 |
* | | avcodec/x86/hpeldsp: fix crash on AMD K6-3+ | Mikulas Patocka | 2013-11-03 | 1 | -13/+13 |
* | | x86/qpel: move fullpel and l2 functions to separate file. | Ronald S. Bultje | 2013-03-09 | 1 | -41/+0 |
* | | Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8' | Michael Niedermayer | 2013-02-06 | 1 | -26/+13 |
|\| |
|
| * | Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. | Diego Biurrun | 2013-02-05 | 1 | -26/+13 |
* | | avcodec/x86: Add daniels copyright to the recent gcc->yasm convertions he did. | Michael Niedermayer | 2013-02-03 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-31 | 1 | -0/+43 |
|\| |
|
| * | x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp | Diego Biurrun | 2013-01-31 | 1 | -0/+43 |
| * | x86: hpeldsp: Fix a typo, use the right register | Michael Niedermayer | 2013-01-28 | 1 | -1/+1 |
* | | Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2' | Michael Niedermayer | 2013-01-28 | 1 | -3/+3 |
|\| |
|
| * | dsputil: Fix error by not using redzone and register name | Daniel Kang | 2013-01-28 | 1 | -3/+3 |
* | | AVG_PIXELS8_XY2: fix typo, make code actually work | Michael Niedermayer | 2013-01-27 | 1 | -1/+1 |
* | | x86/hpeldsp: Fix author attribution | Michael Niedermayer | 2013-01-27 | 1 | -4/+10 |
|/ |
|
* | dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasm | Daniel Kang | 2013-01-27 | 1 | -0/+465 |