1725 Commits (a65d6e17bd04e11b863c8f80d028af0058440a68)

Author SHA1 Message Date
Diego Biurrun acf91215c7 x86: dsputil: Avoid pointless CONFIG_ENCODERS indirection 11 years ago
James Almer 276bef5340 x86/hevc_deblock: add ff_hevc_[hv]_loop_filter_luma_{8, 10}_sse2 11 years ago
James Almer 123649dd19 x86/dsputilenc: remove some empty if statements 11 years ago
Diego Biurrun 1173320249 dsputil: Drop unused bit_depth parameter from all init functions 11 years ago
Diego Biurrun f46bb608d9 dsputil: Split off pixel block routines into their own context 11 years ago
Diego Biurrun a9aee08d90 dsputil: Split off FDCT bits into their own context 11 years ago
Diego Biurrun 3c650efb81 dsputil: Move draw_edges() to mpegvideoencdsp 11 years ago
Diego Biurrun c166148409 dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc 11 years ago
Diego Biurrun 8d686ca59d dsputil: Split off *_8x8basis to a separate context 11 years ago
James Almer 195f7bd23d x86/svq1enc: use unaligned mov on SSE2 11 years ago
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