1866 Commits (480cd822b3da863e94303740b45f7fe512f55c12)

Author SHA1 Message Date
Carl Eugen Hoyos c75fdee747 avcodec/x86/hevc_deblock: Fix compilation with nasm. 11 years ago
Michael Niedermayer ca6b33b8bd avcodec/x86/hevcdsp_init: Fix "warning: assignment from incompatible pointer type" 11 years ago
Anton Khirnov d7e162d46b hevcdsp: remove an unneeded variable in the loop filter 11 years ago
Anton Khirnov ae2f048fd7 avcodec/x86/hevc_deblock: cosmetics 11 years ago
Anton Khirnov b435043abb hevc: cleanups in SSE2 and SSSE3 loop filters, use fewer instructions 11 years ago
Anton Khirnov e8581b17a8 avcodec/x86/hevc_deblock: use test instead of cmp 0 11 years ago
Anton Khirnov dc69247de4 avcodec/x86/hevc_deblock: use of paddw instead of psllw 11 years ago
Anton Khirnov 500a0394d5 avcodec/x86/hevc_deblock: add %ifs to avoid "do nothing instructions" 11 years ago
Anton Khirnov 7a4cf67117 hevc: cleaning up SSE2 and SSSE3 deblocking filters 11 years ago
Diego Biurrun 81b9bf3192 dct-test: Move arch-specific bits into arch-specific subdirectories 11 years ago
Diego Biurrun 5dcc201505 simple_idct: Move x86-specific declarations to a header in the x86 directory 11 years ago
Diego Biurrun 85cabb8d00 fdct: Move x86-specific declarations to a header in the x86 directory 11 years ago
Diego Biurrun 9e0b29911f x86: dnxhdenc: Eliminate some unnecessary ifdefs 11 years ago
Diego Biurrun 8b0dd4942a idctdsp: prettyprinting cosmetics 11 years ago
Diego Biurrun b4987f7219 idct: Convert IDCT permutation #defines to an enum 11 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 11 years ago
Diego Biurrun c23ce454b3 x86: dsputil: Coalesce all init files 11 years ago
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