2156 Commits (325e56479ff64c884f3bcccf922a7f7163488b89)

Author SHA1 Message Date
James Almer d950279cbf avcodec/ttadsp: cosmetics 9 years ago
James Almer efc9d5c4bc x86/ttaenc: add ff_ttaenc_filter_process_{ssse3,sse4} 9 years ago
Ronald S. Bultje a4edaa0270 vp9: add mxext versions of the single-block (w=8,npx=8) h/v loopfilters. 9 years ago
Ronald S. Bultje 7ca422bb1b vp9: add mxext versions of the single-block (w=4,npx=8) h/v loopfilters. 9 years ago
Ronald S. Bultje 726501a34e vp9: add 32x32 idct AVX2 implementation. 9 years ago
James Almer 7a15cf42ee x86/diracdsp: make ff_put_signed_rect_clamped_10_sse4 work on x86_32 9 years ago
Rostislav Pehlivanov df1dc52195 diracdsp_init: add missing ARCH_X86_64 check 9 years ago
Rostislav Pehlivanov bd61f3c6bf diracdsp: add SIMD for the 10 bit version of put_signed_rect_clamped 9 years ago
Rostislav Pehlivanov 80721cc1ff diracdsp: add dequantization SIMD 9 years ago
Ronald S. Bultje f0a2b6249b vp9: add 16x16 idct avx2 (8-bit). 9 years ago
James Almer 645489cf90 x86/dcadsp: optimize lfe_fir0_float_fma3 on x86_32 9 years ago
James Almer 293484fa5e avcodec: add missing xmm/neon clobber test wrappers for the new decode API 9 years ago
Matthieu Bouron 9eb3da2f99 asm: FF_-prefix internal macros used in inline assembly 9 years ago
Anton Khirnov 9df889a5f1 h264: rename h264.[ch] to h264dec.[ch] 9 years ago
Martin Storsjö f1a9eee41c x86: Add missing movsxd for the int stride parameter 9 years ago
James Almer ede4ec1f8f x86/aacpsdsp: optimize add_squares loop 9 years ago
James Almer 82dbfccaf0 x86/aacdec: use HADDPS macro 9 years ago
Diego Biurrun 1e9c5bf4c1 asm: FF_-prefix internal macros used in inline assembly 9 years ago
Diego Biurrun dc40a70c57 Drop unnecessary libavutil/x86/asm.h #includes 9 years ago
Diego Biurrun a6a750c7ef tests: Move all test programs to a subdirectory 9 years ago
Christophe Gisquet 9630b3fc06 x86: lossless audio: SSE4 madd 32bits 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 01621202aa build: miscellaneous cosmetics 9 years ago
Michael Niedermayer 305344d89e avcodec/fft: Add revtab32 for FFTs with more than 65536 samples 9 years ago
Michael Niedermayer ae76b84221 avcodec: Extend fft to size 2^17 9 years ago
Diego Biurrun 1a094af638 fft: Split MDCT bits off from FFT 9 years ago
Timothy Gu e3461197b1 x86/vc1dsp: Split the file into MC and loopfilter 9 years ago
Diego Biurrun 73ff983e8d fft: x86: cosmetics: Drop silly comments, add comment, whitespace 9 years ago
Diego Biurrun 257b30af8e x86: hevc: Fix linking with both yasm and optimizations disabled 9 years ago
James Almer 45d3af9059 x86/dcadec: add ff_lfe_fir1_float_{sse3,avx} 9 years ago
Diego Biurrun 15a24614ae build: Add vc1dsp component for more fine-grained dependencies 9 years ago
James Almer 70d685a77f x86: use the new helper macros where useful 9 years ago
Timothy Gu bcc223523e x86/vc1dsp: Port vc1_*_hor_16b_shift2 to NASM format 9 years ago
Timothy Gu 59ebf32bca huffyuvencdsp: Undefine "i" macro after each use 9 years ago
James Almer 8ae7447941 x86/dcadec: add ff_lfe_fir0_float_{sse,sse2,avx,fma3} 9 years ago
Timothy Gu 9fd6ea933f dirac_dwt: Make x86 files/functions names consistent 9 years ago
Timothy Gu 17ab8f7e68 diracdsp: Make x86 files/functions names consistent 9 years ago
Henrik Gramner aa751573fe avcodec/h264: Fix segfault in 4:2:2 chroma deblock with 32-bit msvc 9 years ago
James Darnley 7042a55c55 avcodec/h264: mmxext 4:2:2 chroma deblock/loop filter 9 years ago
Timothy Gu dd57b316c1 diracdsp_mmx: Fix some more indentations 9 years ago
Timothy Gu f5e2b8de55 diracdsp_mmx: Fix indentation 9 years ago
Timothy Gu 838abfc1d7 x86: vc1dsp: Convert vc1_inv_trans_*_dc to NASM format 9 years ago
Luca Barbato e280fe1329 v210: Use separate sample_factors 9 years ago
James Darnley 15ec7aa417 v210: Add avx2 version of the 10-bit line encoder 9 years ago
James Darnley d29237e557 v210: Add avx2 version of the 8-bit line encoder 9 years ago
Timothy Gu 180f9a0958 all: Make header guard names consistent 9 years ago
foo86 ae5b2c5250 avcodec/dca: add new decoder based on libdcadec 9 years ago
foo86 4608996772 avcodec/dca: remove old decoder 9 years ago
James Almer c792528970 x86/imdct36: use extractps inside the STORE macro 9 years ago
Luca Barbato eafb05fcf3 v210: x86: Add the correct guards around the asm code 9 years ago