1889 Commits (b0ba8a23b61506766f8497e2bf972da2077d235a)

Author SHA1 Message Date
James Almer dad31083ae x86/svq1enc: port ssd_int8_vs_int16 to yasm 11 years ago
Diego Biurrun b0de1c7663 x86: build: Only compile FDCT code if MMX is enabled 11 years ago
Diego Biurrun 12f129e545 x86: Unconditionally compile blockdsp and svq1enc init files 11 years ago
Diego Biurrun 009331303a x86: huffyuvdsp: Move inline assembly to init file 11 years ago
Diego Biurrun 391ecc961c x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercase 11 years ago
James Almer a441a2437b x86: rename dsputil.asm to idctdsp.asm 11 years ago
Diego Biurrun 79793f8337 Update Fiona's name in copyright statements. 11 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Michael Niedermayer 5bca5f87d1 Revert "x86/videodsp: add emulated_edge_mc_mmxext" 11 years ago
Diego Biurrun d2869aea04 dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectory 11 years ago
James Almer 057d2704e7 x86/videodsp: add emulated_edge_mc_mmxext 11 years ago
Diego Biurrun 5ab03e41e5 x86: h264dsp: Fix link failure with optimizations disabled 11 years ago
Michael Niedermayer 1ace0ca60f avcodec/x86/hevc_idct: fix function name in comment 11 years ago
plepere 9ba6b17add avcodec/x86/hevc_idct: fix number of sse registers 11 years ago
plepere 942e22c651 avcodec/x86/hevc: add avx2 dc idct 11 years ago
Michael Niedermayer eab2509f8c avcodec/x86/h264_qpel_10bit: locally define pb_0 11 years ago
James Almer 476bd3c7e4 x86/dsputil: move put_signed_pixels_clamped out of bswapdsp.asm 11 years ago
Diego Biurrun fab9df63a3 dsputil: Split off global motion compensation bits into a separate context 11 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
James Almer c172683bf4 x86/dsputil: remove redundant global motion compensation code 11 years ago
James Almer 6ec3dc97fc x86/audiodsp: move asm code out of dsputil 11 years ago
Diego Biurrun 9a9e2f1c8a dsputil: Split audio operations off into a separate context 11 years ago
Michael Niedermayer 33f83a2157 avcodec/x86/rv40dsp_init: fix () in macros 11 years ago
James Almer a5ce608fc7 x86/blockdsp: restore author attribution 11 years ago
Michael Niedermayer 08c5859f17 avcodec: add simpleauto idct 11 years ago
James Almer 454c019cb5 x86/hevc_idct: fix movd parameter size in DC_ADD_INIT 11 years ago
James Almer fe782233aa x86/blockdsp: move asm code out of dsputil 11 years ago
Michael Niedermayer 042a82ca37 avcodec/x86/lossless_videodsp: Fix size of values read for left/left_top 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
plepere 92cccb7bcd avcodec/hevc: new idct + asm 11 years ago
Christophe Gisquet 9107612818 x86util: add and use RSHIFT/LSHIFT macros 11 years ago
Ronald S. Bultje 385a3420d1 vp9/x86: fix overwrite in ipred_vl_4x4_ssse3. 11 years ago
Christophe Gisquet 508e7a5c16 x86: huffyuv: fix {add,diff}_int16 11 years ago
Martin Storsjö 570d4b2186 x86: h264: Don't keep data in the redzone across function calls on 64 bit unix 11 years ago
Michael Niedermayer 06f576c4ab avcodec/x86/dct_init: fix build failure with clang && disable-optimizations 11 years ago
James Almer 6d408495b5 x86/dct32: don't build ff_dct32_float_sse on x86_64 11 years ago
James Almer fc8db12a73 x86/vp9: inital AVX2 intra_pred 11 years ago
James Almer ec98f80af4 x86/dsputil: move some mmx init code inside dsputil_init_mmx() 11 years ago
Christophe Gisquet ccff45a0d3 apedsp: move to llauddsp 11 years ago
Michael Niedermayer d5c9d055ea avcodec/x86/dsputilenc_mmx: fix build without yasm 11 years ago
James Almer 625ffa1457 x86/motion_est: sad_{x, y}2_mmxext functions are bitexact 11 years ago
Timothy Gu 108dec3055 x86: dsputilenc: convert hf_noise*_mmx to yasm 11 years ago
Christophe Gisquet dcd2a6ca36 x86: hevc_mc: remove unneeded shift 11 years ago
Christophe Gisquet 09fc28aed1 x86: hevcdsp_init: fix macro usage 11 years ago
James Almer e1bd40fe6b x86/motion_est: enable sad16_sse2 on k10 CPUs 11 years ago
James Almer f128342df2 build: fix compilation of svq1enc_mmx.c with --disable-mmx 11 years ago
James Almer 4ac41a52e2 x86/huffyuvdsp: fix some prototypes 11 years ago
Christophe Gisquet d136fe6fd7 x86: huffyuvdsp: fewer functions for x86_64 11 years ago
Timothy Gu 154cee9292 x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm 11 years ago
Timothy Gu 0b6292b7b8 x86: dsputilenc: move all the function prototypes together 11 years ago