1857 Commits (b329460c5186d4520f1761211efa99fcf93cf538)

Author SHA1 Message Date
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 11 years ago
Diego Biurrun dcb7c868ec cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTs 11 years ago
Diego Biurrun 1f156af427 x86: xvid_idct: Drop unused definitions 11 years ago
Christophe Gisquet 3e892b2bcd x86: hevc_mc: split differently calls 11 years ago
Christophe Gisquet 38e2aa3759 x86: hevc_mc: correct unneeded use of SSE4 code 11 years ago
Christophe Gisquet 2346f2b5db x86: hevcdsp: use compilation-time-fixed constant 11 years ago
Christophe Gisquet dad7f15567 hevcdsp: remove more instances of compile-time-fixed parameters 11 years ago
Christophe Gisquet d4f44b66d3 hevcdsp: remove compilation-time-fixed parameter 11 years ago
Christophe Gisquet fb1a98ec5b x86: hevc_mc: assume 2nd source stride is 64 11 years ago
James Almer 54ca4dd43b x86/hevc_res_add: refactor ff_hevc_transform_add{16,32}_8 11 years ago
James Almer 76a99d467f x86/hecv_res_add: add ff_hevc_transform_add{8,16,32}_8_avx 11 years ago
James Almer 9f498f4e6f x86/hevc_res_add: fix register count in hevc_transform_add{16,32}_10_avx2 11 years ago
Pierre Edouard Lepere a6af4bf64d x86: hevc: adding transform_add 11 years ago
Diego Biurrun efd26bedec build: Add explanatory comments to (optimization) blocks in the Makefiles 11 years ago