1866 Commits (480cd822b3da863e94303740b45f7fe512f55c12)

Author SHA1 Message Date
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
James Almer 0de1d6287e x86/mlpdec: add ff_mlp_rematrix_channel_{sse4,avx2} 10 years ago
James Almer acebff8e5d x86/mpegvideoencdsp: improve ff_pix_sum16_sse2 10 years ago
Michael Niedermayer d22e88d120 avcodec/x86/fmtconvert: Fix operand size in ff_int32_to_float_fmul_array8_sse* 10 years ago
James Almer 26cd7b1e1a x86/fmtconvert: add ff_int32_to_float_fmul_array8_{sse,sse2} 10 years ago
Carl Eugen Hoyos c0f9df30dd lavc/x86/idctdsp.h: Fix make checkheaders. 10 years ago
James Almer a829870b2f avcodec/svq1enc: align buffer used by simd functions 10 years ago
James Almer 4b892e469b x86/cavsdsp: fix buffer alignment in cavs_idct8_add_mmx() 10 years ago
James Almer 4f4f08e6f0 x86/idctdsp: port {put,add}_pixels_clamped to yasm 10 years ago
James Almer c99a882814 avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_size 10 years ago
James Almer ad26e83f9c avcodec/x86: use function pointers for {put,add}_pixels_clamped 10 years ago
James Almer 70277d1d23 x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2 10 years ago
James Almer 164d6c7f5b x86/videodsp: fix warning about discarded 'const' qualifier 10 years ago
James Almer 6b2caa321f x86/vp9: add AVX and AVX2 MC 10 years ago
James Almer 33c752be51 x86/me_cmp: port mmxext vsad functions to yasm 10 years ago
James Almer 77f9a81cca x86/me_cmp: combine sad functions into a single macro 10 years ago
Michael Niedermayer 41d82b85ab avcodec/x86/vp9lpf: Always include x86util.asm 10 years ago
Michael Niedermayer 85f2c0124d avcodec/x86/me_cmp: fix sad8xh 10 years ago
James Almer 0456d169c4 x86/me_cmp: port mmxext and sse2 sad functions to yasm 10 years ago
James Almer 52ec81c67d x86/hevc_res_add: add missing guards to hevc_transform_add32_8_avx2 10 years ago
James Almer c3d2426cca x86/hevc_res_add: add ff_hevc_transform_add32_8_avx2 10 years ago
James Darnley 46ef45ab59 lavc/x86/v210: give cpuflag to INIT macro 10 years ago
Pascal Massimino 7a1d6ddd2c xvid: Add C IDCT 10 years ago
Diego Biurrun 95c0cec03a idctdsp: Add global function pointers for {add|put}_pixels_clamped functions 10 years ago
Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 10 years ago
Diego Biurrun 8d27bf1cff x86: xvid: K&R formatting cosmetics 10 years ago
Diego Biurrun dcb7c868ec cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTs 10 years ago
Diego Biurrun 1f156af427 x86: xvid_idct: Drop unused definitions 10 years ago
Christophe Gisquet 3e892b2bcd x86: hevc_mc: split differently calls 10 years ago
Christophe Gisquet 38e2aa3759 x86: hevc_mc: correct unneeded use of SSE4 code 10 years ago
Christophe Gisquet 2346f2b5db x86: hevcdsp: use compilation-time-fixed constant 10 years ago