1896 Commits (d304cb49eb09f6934262e87c97e1ae49f4d70e5c)

Author SHA1 Message Date
James Almer aa945dc112 x86/hevcdsp: add missing vzeroupper in ff_hevc_sao_band_filter_48_*_avx2 10 years ago
James Almer 71e2cb4706 x86/hevcdsp: add missing guards to ff_hevc_sao_band_filter_avx2 10 years ago
Christophe Gisquet bff7feb328 x86: hevc/sao: aligned source buffers 10 years ago
James Almer fa3eccb4f9 x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2} 10 years ago
Christophe Gisquet 7aeafacfd0 x86/sbrdsp: Use different mem moves 10 years ago
James Almer 449b21bfab x86/sbrdsp: add ff_sbr_autocorrelate_{sse,sse3} 10 years ago
James Almer 08810a8895 x86/flacdsp: remove unneeded ifdeffery 10 years ago
James Almer 37b35feb64 x86/swr: add SSE2/AVX pack_8ch functions 10 years ago
Ronald S. Bultje 3aefca68ca vp9/x86: add myself to copyright holders for loopfilter assembly. 10 years ago
Ronald S. Bultje afd8c464b7 vp9/x86: make filter_16_h work on 32-bit. 10 years ago
Ronald S. Bultje b26bc3520f vp9/x86: make filter_48/84/88_h work on 32-bit. 10 years ago
Ronald S. Bultje 8a1cff1c35 vp9/x86: make filter_44_h work on 32-bit. 10 years ago
Ronald S. Bultje 047088b8c6 vp9/x86: make filter_16_v work on 32-bit. 10 years ago
Ronald S. Bultje 0cc9c23ea1 vp9/x86: make filter_48/84_v work on 32-bit. 10 years ago
Ronald S. Bultje 6433a9133f vp9/x86: make filter_88_v work on 32-bit. 10 years ago
Ronald S. Bultje 75f8e52089 vp9/x86: make filter_44_v work on 32-bit. 10 years ago
Ronald S. Bultje 7f80c3344c vp8/x86: save one register in SIGN_ADD/SUB. 10 years ago
Ronald S. Bultje 8ea2194ebb vp9/x86: store unpacked intermediates for filter6/14 on stack. 10 years ago
Ronald S. Bultje e42409479f vp8/x86: move variable assigned inside macro branch. 10 years ago
Ronald S. Bultje 418c202c63 vp9/x86: simplify ABSSUM_CMP by inverting the comparison meaning. 10 years ago
Ronald S. Bultje d1c55654e1 vp8/x86: remove unused register from ABSSUB_CMP macro. 10 years ago
Ronald S. Bultje e59bd08986 vp9/x86: slightly simplify 44/48/84/88 h stores. 10 years ago
Ronald S. Bultje 8132629bd5 vp9/x86: make cglobal statement more conservative in register allocation. 10 years ago
Ronald S. Bultje c013ca58c5 vp9/x86: save one register in loopfilter surface coverage. 10 years ago
James Almer 32c836cb11 x86/vp9: remove duplicate function prototypes 10 years ago
James Almer 7696e429c7 x86/vp3dsp: port put_vp_no_rnd_pixels8_l2_mmx to yasm 10 years ago
James Almer a4d62f7775 x86/constants: fix alignment of pw_255 10 years ago
Ronald S. Bultje bdc1e3e3b2 vp9/x86: intra prediction sse2/32bit support. 10 years ago
Ronald S. Bultje b6e1711223 vp9/x86: invert hu_ipred left array ordering. 10 years ago
Ronald S. Bultje 0a7964dca5 vp9/x86: save one register on 32bit idct32x32. 10 years ago
Ronald S. Bultje cae893f692 vp9/x86: sse2 MC assembly. 10 years ago
Ronald S. Bultje fd77fbb390 vp9/x86: 32bit and sse2 support for vp9 inverse transform assembly 10 years ago
Michael Niedermayer a03f72e744 avcodec/x86/hevc_mc: fix sse register counts 10 years ago
Michael Niedermayer d43d5c5707 avcodec/x86/hevc_mc: remove dead branch from EPEL_FILTER 10 years ago
Michael Niedermayer ed9be7dd47 avcodec/x86/pngdsp: fix off by 1 error 10 years ago
Kieran Kunhya 9a738c27dc v210enc: Add SIMD optimised 8-bit and 10-bit encoders 10 years ago
Reimar Döffinger 49d9cbe55d h264_i386: Fix operand size 10 years ago
Christophe Gisquet 9fa056ba75 pngdsp x86: use unaligned access 10 years ago
Kieran Kunhya 36091742d1 v210enc: Add SIMD optimised 8-bit and 10-bit encoders 10 years ago
Vittorio Giovara 9c12c6ff95 motion_est: convert stride to ptrdiff_t 10 years ago
Carl Eugen Hoyos 600e38f563 Fix standalone compilation of the apng decoder on x86. 10 years ago
Michael Niedermayer 65ce8f8895 avcodec/x86/Makefile: fix order 10 years ago
Michael Niedermayer d3512a0e89 avcodec/x86/lossless_audiodsp: fix fallback code for 32bit 10 years ago
Michael Niedermayer 4327088da3 avcodec/x86/lossless_audiodsp: support len %16 == 8 in scalarproduct_and_madd_int16() 10 years ago
Reimar Döffinger 478c61ccb2 h264_i386: Optimize decode_significance_8x8_x86 for 64 bit. 10 years ago
James Almer 3cec54b7d7 x86/flacdsp: add SSE2 and AVX decorrelate functions 10 years ago
James Almer 84ccc317ce x86/flacdsp: separate decoder and encoder dsp initialization 10 years ago
James Almer 7292b0477a x86/hpeldsp: fix loop in {avg,avg_no_rnd}_pixels16_x2_mmx 10 years ago
Henrik Gramner 2d91abade2 x86: h264_intrapred: Don't treat 32-bit integers as 64-bit 10 years ago
Mickaël Raulet 4ba6371a83 x86/hevc: get rid off packusdw for ssse3 compatibility 10 years ago