| Commit message (Expand) | Author | Age | Files | Lines |
* | pixblockdsp: x86: Condense diff_pixels_* to a shared macro | Timothy Gu | 2015-11-07 | 1 | -34/+30 |
* | all: fix -Wextra-semi reported on clang | Ganesh Ajjanagadde | 2015-10-24 | 5 | -350/+345 |
* | videodsp: don't overread edges in vfix3 emu_edge. | Ronald S. Bultje | 2015-10-24 | 1 | -4/+11 |
* | avcodec/x86/vc1dsp: Remove unused macro | Michael Niedermayer | 2015-10-22 | 1 | -7/+0 |
* | lavc/x86/vc1dsp_init: Fix compilation with --disable-yasm. | Carl Eugen Hoyos | 2015-10-22 | 1 | -2/+2 |
* | x86/Makefile: move decoder/encoder objects out of the subsystems section | James Almer | 2015-10-22 | 1 | -9/+8 |
* | vc1dsp: Port ff_vc1_put_ver_16b_shift2_mmx to yasm | Timothy Gu | 2015-10-21 | 2 | -53/+95 |
* | huffyuvencdsp: Cherry pick changes left out in the last commit | Timothy Gu | 2015-10-21 | 1 | -3/+3 |
* | huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2} | Timothy Gu | 2015-10-21 | 2 | -19/+105 |
* | huffyuvencdsp: Convert ff_diff_bytes_mmx to yasm | Timothy Gu | 2015-10-20 | 3 | -30/+81 |
* | huffyuvencdsp: Use intptr_t for width | Timothy Gu | 2015-10-19 | 1 | -2/+3 |
* | x86: vc1dsp_mmx: Move yasm initiation steps to vc1dsp_init | Timothy Gu | 2015-10-19 | 2 | -38/+25 |
* | x86: fpel: Remove erroneous ff_put_pixels8_mmxext prototype | Timothy Gu | 2015-10-19 | 1 | -2/+0 |
* | x86: fpel: Move prototypes for 4-px block functions | Timothy Gu | 2015-10-19 | 2 | -4/+6 |
* | x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2 | James Almer | 2015-10-13 | 1 | -1/+1 |
* | x86: simple_idct10_template: use const | Christophe Gisquet | 2015-10-13 | 5 | -57/+39 |
* | vp9: use registers for constant loading where possible. | Ronald S. Bultje | 2015-10-13 | 1 | -122/+146 |
* | vp9: refactor itx coefficients and share between 8 and 10/12bpp. | Ronald S. Bultje | 2015-10-13 | 2 | -88/+91 |
* | vp9: add itxfm_add eob shortcuts to 10/12bpp functions. | Ronald S. Bultje | 2015-10-13 | 1 | -33/+200 |
* | vp9: add 10/12bpp idct_idct_32x32 sse2 SIMD version. | Ronald S. Bultje | 2015-10-13 | 2 | -44/+488 |
* | vp9: 10/12bpp sse2 SIMD for iadst16. | Ronald S. Bultje | 2015-10-13 | 2 | -2/+296 |
* | vp9: refactor 10/12bpp dc-only code in 4x4/8x8 and add to 16x16. | Ronald S. Bultje | 2015-10-13 | 1 | -56/+79 |
* | vp9: add 10/12bpp sse2 SIMD version for idct_idct_16x16. | Ronald S. Bultje | 2015-10-13 | 2 | -16/+223 |
* | vp9: add 10/12bpp sse2 SIMD versions of iadst8x8. | Ronald S. Bultje | 2015-10-13 | 2 | -13/+202 |
* | vp9: add 10/12bpp sse2 SIMD for idct_idct_8x8. | Ronald S. Bultje | 2015-10-13 | 2 | -69/+249 |
* | vp9: add 12bpp sse2 versions of iadst4. | Ronald S. Bultje | 2015-10-13 | 2 | -4/+151 |
* | vp9: initial attempt at a idct_idct_4x4 12bpp x86 simd (sse2) impl. | Ronald S. Bultje | 2015-10-13 | 2 | -0/+126 |
* | vp9: add x86 simd (sse2/ssse3) for iadst4 10bpp functions. | Ronald S. Bultje | 2015-10-13 | 5 | -82/+157 |
* | vp9: add 10bpp simd (mmxext/ssse3) for idct_idct_4x4. | Ronald S. Bultje | 2015-10-13 | 6 | -49/+159 |
* | vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function. | Ronald S. Bultje | 2015-10-13 | 7 | -22/+187 |
* | x86: dct-test: add more idcts | Christophe Gisquet | 2015-10-13 | 1 | -0/+12 |
* | x86: simple_idct: 12bits versions | Christophe Gisquet | 2015-10-13 | 3 | -2/+42 |
* | x86: simple_idct(_put): 10bits versions | Christophe Gisquet | 2015-10-13 | 6 | -33/+136 |
* | x86: simple_idct10_template: fix overflow in pass | Christophe Gisquet | 2015-10-13 | 2 | -5/+16 |
* | x86: prores: templatize 10 bits simple_idct | Christophe Gisquet | 2015-10-13 | 4 | -260/+346 |
* | x86/takdsp: use arithmetic shift instructions | James Almer | 2015-10-09 | 1 | -4/+4 |
* | avcodec/takdec: add x86 SIMD for rest of decorrelation modes | Paul B Mahol | 2015-10-09 | 3 | -0/+163 |
* | vp9: don't keep a stack pointer if we don't need it. | Ronald S. Bultje | 2015-10-07 | 1 | -15/+5 |
* | x86/alacdsp: add simd optimized functions | James Almer | 2015-10-06 | 3 | -0/+179 |
* | vp9: fix msvc build by using 6 GPRs on 32bit if stack!=aligned. | Ronald S. Bultje | 2015-10-05 | 1 | -0/+10 |
* | blockdsp: reindent after parameter removal | Christophe Gisquet | 2015-10-03 | 1 | -8/+8 |
* | vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction. | Ronald S. Bultje | 2015-10-03 | 6 | -2/+1562 |
* | vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions. | Ronald S. Bultje | 2015-10-03 | 9 | -5/+669 |
* | vp9: sse2/ssse3/avx 16bpp loopfilter x86 simd. | Ronald S. Bultje | 2015-10-03 | 6 | -1/+918 |
* | avcodec/x86/hpeldsp_rnd_template: silence -Wunused-function on --disable-mmx | Ganesh Ajjanagadde | 2015-10-03 | 1 | -2/+2 |
* | blockdsp: remove high bitdepth parameter | Christophe Gisquet | 2015-10-02 | 1 | -3/+1 |
* | x86/hevc_sao: move 10/12bit functions into a separate file | James Almer | 2015-09-30 | 3 | -340/+490 |
* | avcodec/x86/rnd_template: silence -Wunused-function on --disable-mmx | Ganesh Ajjanagadde | 2015-09-29 | 1 | -2/+2 |
* | avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noise | Michael Niedermayer | 2015-09-29 | 1 | -0/+1 |
* | avcodec/x86/cavsdsp: silence -Wunused-variable on --disable-mmx | Ganesh Ajjanagadde | 2015-09-24 | 1 | -1/+1 |