1892 Commits (7ccd625a46c5a5a2f1cd6a20d7a6bf8137c7191c)

Author SHA1 Message Date
Christophe Gisquet e8c003edd2 x86: hevc_deblock: remove unnecessary masking 11 years ago
James Almer b7863c972c x86/hevc_mc: use fewer instructions in hevc_put_hevc_{uni, bi}_w[24]_{8, 10, 12} 11 years ago
James Almer b1a44e6bf5 x86/hevc_mc: remove an unnecessary pxor 11 years ago
James Almer d0f56ca071 x86/hevc_deblock: improve 8bit transpose store macros 11 years ago
Diego Biurrun a786c8259d idct: Split off Xvid IDCT 11 years ago
James Almer 62baf5b853 x86/hevc_deblock: use existing x86util transpose macro in chroma_{10, 12} 11 years ago
Christophe Gisquet a507623bad x86: hevc_mc: fix register count usage 11 years ago
James Almer 73c4f63ba5 x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, 12}_avx 11 years ago
James Almer 88ba821f23 x86/hevc_deblock: improve luma functions register allocation 11 years ago
James Almer c74b08c5c6 x86/hevc_deblock: remove some unnecessary instructions 11 years ago
James Almer 4f91bb0ff0 x86/hevc_deblock: use psignw instead of pmullw where possible 11 years ago
Diego Biurrun 4f8cf0dc4e x86: build: Restore ordering of OBJS lines 11 years ago
James Almer 664e9e4331 x86/hevc_deblock: load less data in hevc_h_loop_filter_luma_8 11 years ago
James Almer f137876182 x86/hevc_idct: add a colon to labels 11 years ago
Christophe Gisquet 81943a10b5 x86: hevc_mc: load less data in epel filters 11 years ago
Christophe Gisquet 36284ae981 x86: hevc_mc: replace one lea by add 11 years ago
James Almer bfb3b2b7a6 x86/hevc_idct: add 12bit idct_dc 11 years ago
Michael Niedermayer d4a9e89b27 avcodec/x86/hevcdsp_init: make license header consistent 11 years ago
James Almer 1ace9573dc x86/hevc_idct: replace old and unused idct functions 11 years ago
Pierre Edouard Lepere 1a880b2fb8 hevc: SSE2 and SSSE3 loop filters 11 years ago
Christophe Gisquet 036f11bdb5 x86: hevc_mc: replace simple leas by adds 11 years ago
Mickaël Raulet bd0f2d316f x86/hevc: add 12bits support for MC 11 years ago
Mickaël Raulet 7df98d8c4d x86/hevc: remove unused constant in deblocking filter 11 years ago
Mickaël Raulet 7bdcf5c934 x86/hevc: add 12bits support for deblocking filter 11 years ago
Diego Biurrun 7fb993d338 qpeldsp: Mark source pointer in qpel_mc_func function pointer const 11 years ago
Christophe Gisquet 670b7f203a x86: hevcdsp: align 11 years ago
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