| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/x86/hpeldsp_init: Put CONFIG_* first in if() | Michael Niedermayer | 2015-03-26 | 1 | -2/+2 |
* | x86/xvididct: add some yasm guards | James Almer | 2015-03-20 | 1 | -1/+3 |
* | x86/xvididct: remove obsolete function prototypes | James Almer | 2015-03-20 | 2 | -5/+2 |
* | Merge commit '48aef27f5232794e70ecef0d347b9f65e27a9bad' | Michael Niedermayer | 2015-03-17 | 1 | -0/+2 |
|\ |
|
| * | x86: Put COPY3_IF_LT under HAVE_6REGS | Luca Barbato | 2015-03-17 | 1 | -0/+5 |
* | | avcodec/x86/cavsdsp: remove incorrect LOCAL_ALIGN tmp | Michael Niedermayer | 2015-03-16 | 1 | -13/+11 |
* | | x86/proresdsp: remove ff_prores_idct_put_10_sse4 | James Almer | 2015-03-16 | 2 | -9/+0 |
* | | x86/proresdsp: remove unused macro | James Almer | 2015-03-16 | 1 | -14/+0 |
* | | x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED | Christophe Gisquet | 2015-03-14 | 7 | -20/+20 |
* | | x86: xvid_idct: SSE2 merged add version | Christophe Gisquet | 2015-03-14 | 2 | -10/+91 |
* | | x86: xvid_idct: merged idct_put SSE2 versions | Christophe Gisquet | 2015-03-14 | 2 | -70/+140 |
* | | x86: dct-test: evaluate prores idct avx version | Christophe Gisquet | 2015-03-14 | 1 | -13/+26 |
* | | x86: dct-test: fix compilation for prores | Christophe Gisquet | 2015-03-14 | 1 | -4/+4 |
* | | x86: xvid_idct: port MMX iDCT to yasm | Christophe Gisquet | 2015-03-14 | 5 | -564/+484 |
* | | x86: xvid_idct: port SSE2 iDCT to yasm | Christophe Gisquet | 2015-03-13 | 5 | -413/+398 |
* | | x86/hevc_sao: use unaligned movs for sao_{band,filter} with width 8 | James Almer | 2015-03-01 | 1 | -3/+3 |
* | | Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b' | Michael Niedermayer | 2015-03-01 | 1 | -2/+2 |
|\| |
|
| * | lavc: do not compile fmtconvert unconditionally | Anton Khirnov | 2015-02-28 | 1 | -2/+2 |
* | | Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca' | Michael Niedermayer | 2015-02-28 | 2 | -457/+0 |
|\| |
|
| * | fmtconvert: drop unused functions | Anton Khirnov | 2015-02-28 | 2 | -459/+0 |
| * | hevc_deblock: Fix compilation with nasm | Carl Eugen Hoyos | 2015-02-22 | 1 | -2/+2 |
* | | avcodec/v210dec: Add ff prefix to v210_x86_init() | Michael Niedermayer | 2015-02-27 | 1 | -1/+1 |
* | | avcodec/snow: mark dwt init as av_cold | Michael Niedermayer | 2015-02-27 | 1 | -1/+1 |
* | | avcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86() | Michael Niedermayer | 2015-02-21 | 1 | -4/+2 |
* | | x86: hevc_mc: fewer xmm regs used in epel h/v | Christophe Gisquet | 2015-02-17 | 1 | -6/+12 |
* | | x86: hevc_mc: save 1 gpr in epel filter loading | Christophe Gisquet | 2015-02-16 | 1 | -36/+35 |
* | | 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 |