999 Commits (1d25a86902946dbc80bb3a38e61755181ca3af7b)

Author SHA1 Message Date
Justin Ruggles b57e38f52c ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asm 8 years ago
Justin Ruggles 43717469f9 ac3dsp: Reverse matrix in/out order in downmix() 8 years ago
Hendrik Leppkes 8d1267932c x86/h264_weight: use appropriate register size for weight parameters 8 years ago
Diego Biurrun 2caa93b813 mpegaudiodsp: Change type of array stride parameters to ptrdiff_t 8 years ago
Diego Biurrun e4a94d8b36 h264chroma: Change type of stride parameters to ptrdiff_t 8 years ago
Diego Biurrun 2ec9fa5ec6 idct: Change type of array stride parameters to ptrdiff_t 8 years ago
Diego Biurrun 009adfd4fb x86: fpel: Remove unnecessary sign extend 8 years ago
Anton Khirnov de2ae3c1fa lavc: add clobber tests for the new encoding/decoding API 8 years ago
Anton Khirnov 12004a9a7f audiodsp/x86: yasmify vector_clipf_sse 8 years ago
Anton Khirnov 683da86aab audiodsp: reorder arguments for vector_clipf 8 years ago
Anton Khirnov eea9857bfd blockdsp: drop the high_bit_depth parameter 8 years ago
Anton Khirnov 75d98e30af audiodsp/x86: clear the high bits of the order parameter on 64bit 8 years ago
Anton Khirnov 1d6c76e11f audiodsp/x86: fix ff_vector_clip_int32_sse2 8 years ago
Diego Biurrun de452e5037 pixblockdsp: Change type of stride parameters to ptrdiff_t 9 years ago
Diego Biurrun 721d57e608 vp56: Separate VP5 and VP6 dsp initialization 9 years ago
Diego Biurrun 3fd22538bc prores: Change type of stride parameters to ptrdiff_t 9 years ago
Diego Biurrun f81be06cf6 cavs: Change type of stride parameters to ptrdiff_t 9 years ago
Diego Biurrun 802727b538 vp8: Update some assembly comments left unchanged in bd66f073fe 9 years ago
Diego Biurrun d9d26a3674 vp56: Change type of stride parameters to ptrdiff_t 9 years ago
Diego Biurrun 6892df9294 vp3: Change type of stride parameters to ptrdiff_t 9 years ago
Diego Biurrun e2b9993558 simple_idct: x86: Drop disabled IDCT implementation 9 years ago
Ronald S. Bultje 9790b44a89 vp9mc/x86: sse2 MC assembly. 9 years ago
James Almer 67922b4ee4 vp9mc/x86: add AVX and AVX2 MC 9 years ago
Clément Bœsch 3cda179f18 vp9mc/x86: rename ff_* to ff_vp9_* 9 years ago
James Almer 8be8444d01 vp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext 9 years ago
Clément Bœsch 6ab642d69d vp9mc/x86: simplify a few inits. 9 years ago
Ronald S. Bultje 3a09494939 vp9mc/x86: add 16px functions (64bit only). 9 years ago
Anton Khirnov 89466de4ae vp9/x86: rename vp9dsp to vp9mc 9 years ago
Christophe Gisquet 3c504bc359 x86: deduplicate some constants 9 years ago
Diego Biurrun d06dfaa5cb x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriate 9 years ago
Diego Biurrun 4efab89332 x86: Use *_FAST/*_SLOW CPU feature detection macros where appropriate 9 years ago
Diego Biurrun 0a39c9ac0b x86: hpeldsp: Don't check for bitexact flag when initializing VP3-specific code 9 years ago
Diego Biurrun 95c1df929b x86: hpeldsp: Drop unused function parameters 9 years ago
Diego Biurrun c3e83ad3b7 x86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriate 9 years ago
Diego Biurrun 1dfc3cf89d x86: hpeldsp: Split off VP3-specific bits into a separate file 9 years ago
James Almer fca3c3b619 hevc: Add AVX2 DC IDCT 9 years ago
Clément Bœsch 4a081f224e libavcodec: fix constness in clobber test avcodec_open2() wrappers 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
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
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 01621202aa build: miscellaneous cosmetics 9 years ago
Diego Biurrun 1a094af638 fft: Split MDCT bits off from FFT 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
Diego Biurrun 15a24614ae build: Add vc1dsp component for more fine-grained dependencies 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