summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* x86/hevc_sao: use unaligned movs for sao_{band,filter} with width 8James Almer2015-03-01
* Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'Michael Niedermayer2015-03-01
|\
| * lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-28
* | Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca'Michael Niedermayer2015-02-28
|\|
| * fmtconvert: drop unused functionsAnton Khirnov2015-02-28
| * hevc_deblock: Fix compilation with nasmCarl Eugen Hoyos2015-02-22
* | avcodec/v210dec: Add ff prefix to v210_x86_init()Michael Niedermayer2015-02-27
* | avcodec/snow: mark dwt init as av_coldMichael Niedermayer2015-02-27
* | avcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86()Michael Niedermayer2015-02-21
* | x86: hevc_mc: fewer xmm regs used in epel h/vChristophe Gisquet2015-02-17
* | x86: hevc_mc: save 1 gpr in epel filter loadingChristophe Gisquet2015-02-16
* | x86/g722dsp: add ff_g722_apply_qmf_sse2James Almer2015-02-16
* | x86: hevc: remove a parameter to WP internalsChristophe Gisquet2015-02-14
* | x86/hevc_mc: optimize AVX2 mc functionsJames Almer2015-02-12
* | x86/hevc_sao: make sao_edge_filter_{10,12} work on x86_32James Almer2015-02-12
* | x86/hevc_sao: make sao_band_filter work on x86_32James Almer2015-02-09
* | x86: hevc_mc: remove lea in EPEL_LOADChristophe Gisquet2015-02-08
* | x86: hevc_mc: fewer gpr autoloads for _v filtersChristophe Gisquet2015-02-08
* | x86/vp9dsp: fix clobbering of xmm6 on IDCT sse2 functionsJames Almer2015-02-08
* | x86: lavc/hevc_mc: fix commentsChristophe Gisquet2015-02-07
* | x86: lavc: share more constant through definesChristophe Gisquet2015-02-07
* | lavc/lossless_audiodsp: revert various commitsChristophe Gisquet2015-02-07
* | x86: lavc: share more constantsChristophe Gisquet2015-02-06
* | x86/hevc_mc: use aligned loadsMickaël Raulet2015-02-06
* | x86/lossless_audiodsp: fix compilation with --disable-yasmJames Almer2015-02-06
* | x86/hevc_sao: fix loading of RIP addressJames Almer2015-02-06
* | x86/hevc: use CLIPW macro when possibleMickaël Raulet2015-02-06
* | x86: hevc_mc: use epel_hv 16-wide functionChristophe Gisquet2015-02-06
* | x86: hevc_mc: add AVX2 optimizationsPierre Edouard Lepere2015-02-06
* | Revert "avcodec/x86/lossless_audiodsp: Make scalarproduct_and_madd_int16 prot...Michael Niedermayer2015-02-06
* | avcodec/x86/lossless_audiodsp: Move order&8 fallback into C codeMichael Niedermayer2015-02-06
* | avcodec/x86/lossless_audiodsp: Make scalarproduct_and_madd_int16 prototypes m...Michael Niedermayer2015-02-06
* | x86/hevcdsp: add ff_hevc_sao_edge_filter_{10,12}_{sse2,avx2}James Almer2015-02-05
* | x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2}James Almer2015-02-05
* | x86/hevcdsp: add missing vzeroupper in ff_hevc_sao_band_filter_48_*_avx2James Almer2015-02-02
* | x86/hevcdsp: add missing guards to ff_hevc_sao_band_filter_avx2James Almer2015-02-01
* | x86: hevc/sao: aligned source buffersChristophe Gisquet2015-02-01
* | x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2}James Almer2015-02-01
* | x86/sbrdsp: Use different mem movesChristophe Gisquet2015-01-25
* | x86/sbrdsp: add ff_sbr_autocorrelate_{sse,sse3}James Almer2015-01-25
* | x86/flacdsp: remove unneeded ifdefferyJames Almer2015-01-05
* | x86/swr: add SSE2/AVX pack_8ch functionsJames Almer2014-12-30
* | vp9/x86: add myself to copyright holders for loopfilter assembly.Ronald S. Bultje2014-12-27
* | vp9/x86: make filter_16_h work on 32-bit.Ronald S. Bultje2014-12-27
* | vp9/x86: make filter_48/84/88_h work on 32-bit.Ronald S. Bultje2014-12-27
* | vp9/x86: make filter_44_h work on 32-bit.Ronald S. Bultje2014-12-27
* | vp9/x86: make filter_16_v work on 32-bit.Ronald S. Bultje2014-12-27
* | vp9/x86: make filter_48/84_v work on 32-bit.Ronald S. Bultje2014-12-27
* | vp9/x86: make filter_88_v work on 32-bit.Ronald S. Bultje2014-12-27
* | vp9/x86: make filter_44_v work on 32-bit.Ronald S. Bultje2014-12-27