2156 Commits (3b24020b54a9b5b02d36d11a6c4160b833231aac)

Author SHA1 Message Date
James Almer 209f50e16b avcodec/synth_filter: split off remaining code from dcadec files 9 years ago
Geza Lore cc602061ee x86inc: Add debug symbols indicating sizes of compiled functions 9 years ago
Geza Lore d39c229e54 x86inc: Add debug symbols indicating sizes of compiled functions 9 years ago
Ronald S. Bultje 0f88b3f82f videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations. 9 years ago
Diego Biurrun 03ef89faf2 x86: build: Group all encoder objects together 9 years ago
Diego Biurrun 4f22b13888 x86: ac3dsp: Drop forward declaration for nonexisting function 9 years ago
James Darnley f59b727e2f avcodec/v210: guard new avx2 functions from old assemblers 9 years ago
James Darnley 2cba1825f7 avcodec/v210: add avx2 version of the 10-bit line encoder 9 years ago
James Darnley 3836f404a8 avcodec/v210: add avx2 version of the 8-bit line encoder 9 years ago
Michael Niedermayer da6f34516b avcodec/x86/fmtconvert: Add emms to int32_to_float_fmul_array8_sse() 9 years ago
Janne Grunau 8563f98871 x86: use emms after ff_int32_to_float_fmul_scalar_sse 9 years ago
Janne Grunau f4f27e4cf1 x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitly 9 years ago
Alexandra Hájková 2008f76054 dca: remove unused decode_hf function and quant_d tables 9 years ago
James Almer d4c47333e1 x86/hevc_sao: add ff_hevc_sao_edge_filter_{8,16}_{10,12} 9 years ago
James Almer 3ff2beff65 x86/hevc_sao: simplify sao_edge_filter 10/12bit 9 years ago
James Almer 34b2bd03cf x86/hevc_sao: simplify sao_band_filter 10/12bit 9 years ago
Janne Grunau 5dfe4edad6 x86_64: int32_to_float_fmul_scalar sign extend integer length 9 years ago
Dave Yeo b0b133b8c0 hevcdsp: use a macro for .rodata section 9 years ago
Kieran Kunhya 3f07f12f65 diracdec: Template DSP functions adding 10-bit versions 9 years ago
Anton Khirnov e7078e842d hevcdsp: add x86 SIMD for MC 9 years ago
Timothy Gu 4b80b895a9 pixblockdsp: x86: Condense diff_pixels_* to a shared macro 9 years ago
Ganesh Ajjanagadde 38f4e973ef all: fix -Wextra-semi reported on clang 10 years ago
Ronald S. Bultje 52f84d82bd videodsp: don't overread edges in vfix3 emu_edge. 10 years ago
Michael Niedermayer ea5a1d1485 avcodec/x86/vc1dsp: Remove unused macro 10 years ago
Carl Eugen Hoyos 775b84e30e lavc/x86/vc1dsp_init: Fix compilation with --disable-yasm. 10 years ago
James Almer 73353af6e5 x86/Makefile: move decoder/encoder objects out of the subsystems section 10 years ago
Timothy Gu ab5f43e634 vc1dsp: Port ff_vc1_put_ver_16b_shift2_mmx to yasm 10 years ago
Timothy Gu 98da061461 huffyuvencdsp: Cherry pick changes left out in the last commit 10 years ago
Timothy Gu 5e586e1bef huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2} 10 years ago
Timothy Gu 6b41b44149 huffyuvencdsp: Convert ff_diff_bytes_mmx to yasm 10 years ago
Timothy Gu 068e6cb732 huffyuvencdsp: Use intptr_t for width 10 years ago
Timothy Gu a079cbf458 x86: vc1dsp_mmx: Move yasm initiation steps to vc1dsp_init 10 years ago
Timothy Gu 607f820ec7 x86: fpel: Remove erroneous ff_put_pixels8_mmxext prototype 10 years ago
Timothy Gu cb6f1f8bf9 x86: fpel: Move prototypes for 4-px block functions 10 years ago
James Almer 74a87ae210 x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2 10 years ago
Christophe Gisquet 74c414202f x86: simple_idct10_template: use const 10 years ago
Ronald S. Bultje e578638382 vp9: use registers for constant loading where possible. 10 years ago
Ronald S. Bultje 408bb8556f vp9: refactor itx coefficients and share between 8 and 10/12bpp. 10 years ago
Ronald S. Bultje eb4b5ff738 vp9: add itxfm_add eob shortcuts to 10/12bpp functions. 10 years ago
Ronald S. Bultje 488fadebbc vp9: add 10/12bpp idct_idct_32x32 sse2 SIMD version. 10 years ago
Ronald S. Bultje 3d0ca2fe89 vp9: 10/12bpp sse2 SIMD for iadst16. 10 years ago
Ronald S. Bultje 0e80265b0a vp9: refactor 10/12bpp dc-only code in 4x4/8x8 and add to 16x16. 10 years ago
Ronald S. Bultje 1338fb79d4 vp9: add 10/12bpp sse2 SIMD version for idct_idct_16x16. 10 years ago
Ronald S. Bultje cb054d061a vp9: add 10/12bpp sse2 SIMD versions of iadst8x8. 10 years ago
Ronald S. Bultje e0610787b2 vp9: add 10/12bpp sse2 SIMD for idct_idct_8x8. 10 years ago
Ronald S. Bultje a35f6bdb38 vp9: add 12bpp sse2 versions of iadst4. 10 years ago
Ronald S. Bultje 235e76aeb8 vp9: initial attempt at a idct_idct_4x4 12bpp x86 simd (sse2) impl. 10 years ago
Ronald S. Bultje f76423d097 vp9: add x86 simd (sse2/ssse3) for iadst4 10bpp functions. 10 years ago
Ronald S. Bultje 6b579cf547 vp9: add 10bpp simd (mmxext/ssse3) for idct_idct_4x4. 10 years ago
Ronald S. Bultje 1c3be32533 vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function. 10 years ago