| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/g722dsp: add ff_g722_apply_qmf_sse2 | James Almer | 2015-02-16 | 3 | -0/+93 |
* | x86: hevc: remove a parameter to WP internals | Christophe Gisquet | 2015-02-14 | 3 | -25/+30 |
* | x86/hevc_mc: optimize AVX2 mc functions | James Almer | 2015-02-12 | 1 | -20/+12 |
* | x86/hevc_sao: make sao_edge_filter_{10,12} work on x86_32 | James Almer | 2015-02-12 | 2 | -54/+74 |
* | x86/hevc_sao: make sao_band_filter work on x86_32 | James Almer | 2015-02-09 | 2 | -16/+48 |
* | x86: hevc_mc: remove lea in EPEL_LOAD | Christophe Gisquet | 2015-02-08 | 1 | -12/+7 |
* | x86: hevc_mc: fewer gpr autoloads for _v filters | Christophe Gisquet | 2015-02-08 | 1 | -6/+12 |
* | x86/vp9dsp: fix clobbering of xmm6 on IDCT sse2 functions | James Almer | 2015-02-08 | 1 | -0/+3 |
* | x86: lavc/hevc_mc: fix comments | Christophe Gisquet | 2015-02-07 | 1 | -7/+5 |
* | x86: lavc: share more constant through defines | Christophe Gisquet | 2015-02-07 | 12 | -37/+62 |
* | lavc/lossless_audiodsp: revert various commits | Christophe Gisquet | 2015-02-07 | 1 | -24/+2 |
* | x86: lavc: share more constants | Christophe Gisquet | 2015-02-06 | 8 | -15/+26 |
* | x86/hevc_mc: use aligned loads | Mickaël Raulet | 2015-02-06 | 1 | -3/+3 |
* | x86/lossless_audiodsp: fix compilation with --disable-yasm | James Almer | 2015-02-06 | 1 | -4/+4 |
* | x86/hevc_sao: fix loading of RIP address | James Almer | 2015-02-06 | 1 | -33/+9 |
* | x86/hevc: use CLIPW macro when possible | Mickaël Raulet | 2015-02-06 | 1 | -8/+4 |
* | x86: hevc_mc: use epel_hv 16-wide function | Christophe Gisquet | 2015-02-06 | 1 | -3/+3 |
* | x86: hevc_mc: add AVX2 optimizations | Pierre Edouard Lepere | 2015-02-06 | 3 | -148/+908 |
* | Revert "avcodec/x86/lossless_audiodsp: Make scalarproduct_and_madd_int16 prot... | Michael Niedermayer | 2015-02-06 | 1 | -1/+1 |
* | avcodec/x86/lossless_audiodsp: Move order&8 fallback into C code | Michael Niedermayer | 2015-02-06 | 2 | -10/+26 |
* | avcodec/x86/lossless_audiodsp: Make scalarproduct_and_madd_int16 prototypes m... | Michael Niedermayer | 2015-02-06 | 1 | -1/+1 |
* | x86/hevcdsp: add ff_hevc_sao_edge_filter_{10,12}_{sse2,avx2} | James Almer | 2015-02-05 | 4 | -6/+203 |
* | x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2} | James Almer | 2015-02-05 | 2 | -12/+210 |
* | x86/hevcdsp: add missing vzeroupper in ff_hevc_sao_band_filter_48_*_avx2 | James Almer | 2015-02-02 | 1 | -5/+6 |
* | x86/hevcdsp: add missing guards to ff_hevc_sao_band_filter_avx2 | James Almer | 2015-02-01 | 1 | -0/+2 |
* | x86: hevc/sao: aligned source buffers | Christophe Gisquet | 2015-02-01 | 1 | -14/+14 |
* | x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2} | James Almer | 2015-02-01 | 3 | -1/+289 |
* | x86/sbrdsp: Use different mem moves | Christophe Gisquet | 2015-01-25 | 1 | -6/+8 |
* | x86/sbrdsp: add ff_sbr_autocorrelate_{sse,sse3} | James Almer | 2015-01-25 | 2 | -0/+122 |
* | x86/flacdsp: remove unneeded ifdeffery | James Almer | 2015-01-05 | 1 | -15/+3 |
* | x86/swr: add SSE2/AVX pack_8ch functions | James Almer | 2014-12-30 | 1 | -13/+0 |
* | vp9/x86: add myself to copyright holders for loopfilter assembly. | Ronald S. Bultje | 2014-12-27 | 1 | -0/+1 |
* | vp9/x86: make filter_16_h work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 2 | -41/+154 |
* | vp9/x86: make filter_48/84/88_h work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 2 | -26/+48 |
* | vp9/x86: make filter_44_h work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 2 | -66/+78 |
* | vp9/x86: make filter_16_v work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 2 | -40/+99 |
* | vp9/x86: make filter_48/84_v work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 2 | -7/+9 |
* | vp9/x86: make filter_88_v work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 2 | -48/+109 |
* | vp9/x86: make filter_44_v work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 2 | -59/+99 |
* | vp8/x86: save one register in SIGN_ADD/SUB. | Ronald S. Bultje | 2014-12-27 | 1 | -14/+14 |
* | vp9/x86: store unpacked intermediates for filter6/14 on stack. | Ronald S. Bultje | 2014-12-27 | 1 | -72/+79 |
* | vp8/x86: move variable assigned inside macro branch. | Ronald S. Bultje | 2014-12-27 | 1 | -1/+1 |
* | vp9/x86: simplify ABSSUM_CMP by inverting the comparison meaning. | Ronald S. Bultje | 2014-12-27 | 1 | -51/+52 |
* | vp8/x86: remove unused register from ABSSUB_CMP macro. | Ronald S. Bultje | 2014-12-27 | 1 | -21/+21 |
* | vp9/x86: slightly simplify 44/48/84/88 h stores. | Ronald S. Bultje | 2014-12-27 | 1 | -48/+40 |
* | vp9/x86: make cglobal statement more conservative in register allocation. | Ronald S. Bultje | 2014-12-27 | 1 | -5/+16 |
* | vp9/x86: save one register in loopfilter surface coverage. | Ronald S. Bultje | 2014-12-27 | 1 | -28/+28 |
* | x86/vp9: remove duplicate function prototypes | James Almer | 2014-12-23 | 1 | -7/+0 |
* | x86/vp3dsp: port put_vp_no_rnd_pixels8_l2_mmx to yasm | James Almer | 2014-12-20 | 2 | -63/+50 |
* | x86/constants: fix alignment of pw_255 | James Almer | 2014-12-19 | 1 | -1/+1 |