376 Commits (f4e85afd99ed1238243988b8473c66cb2721bf1a)

Author SHA1 Message Date
jamal b75c3d2b8b swresample: Create version.h header 12 years ago
Mans Rullgard 7e3208a087 ARM: libswresample: NEON optimised generic fltp to s16 conversion 12 years ago
Michael Niedermayer 97599f8c6d swr: make sure the last data element is NULL so we can use it to detect the number of channels 12 years ago
Mans Rullgard 5dc7363446 ARM: libswresample: NEON optimised stereo fltp to s16 conversion 12 years ago
Mans Rullgard 0eebde07a9 ARM: libswresample: NEON optimised flat float to s16 conversion 12 years ago
Michael Niedermayer 9d89d1d484 swr/resample: mark mm_flags as potentially unused 12 years ago
Michael Niedermayer 31a797eb28 swr: add av_cold to init/free functions 12 years ago
Michael Niedermayer 0e78e575ed swr/auto_matrix: treat a single channel as mono instead of failing 12 years ago
Michael Niedermayer f8d74cbdc3 swr/auto_matrix: treat stereo downmix like stereo. 12 years ago
Michael Niedermayer c8ffab06f4 swr/auto_matrix: add clean layout function 12 years ago
Michael Niedermayer ebc854e4e9 swr/auto_matrix: move layouts to local variables 12 years ago
Michael Niedermayer 070b0e1c77 libswr: remove redundant ARCH_X86, MMX* implicates X86 12 years ago
Derek Buitenhuis 5f256f9df2 swsresample: Fix unprotected inline asm 12 years ago
Michael Niedermayer c5278cb84f Add Dolby/DPLII downmix support to libswresample 12 years ago
Michael Niedermayer 2dd2e42951 swr: update rematrix coeffs to match AC-3 12 years ago
Michael Niedermayer 323d912010 swr: update copyright years 12 years ago
Carl Eugen Hoyos a26789cf9f Fix compilation with yasm-0.6.2. 12 years ago
Michael Niedermayer 4814326533 swr/resample: update SSSE3 flag to new name 12 years ago
Carl Eugen Hoyos 52be5428c0 Add some missing _EXTERNAL suffixes to yasm source files. 12 years ago
Michael Niedermayer 4ec03d1386 bessel: check that the function terminates as expected by av_assert2(). 12 years ago
Michael Niedermayer b9df3f4f6c swr: fix 10l typo mixing in and out config. 12 years ago
Justin Ruggles 7e15df7551 swr: resampling: add filter type and Kaiser window beta to AVOptions 12 years ago
Nicolas George 1d903a5ee4 lswr: channel_map requires input conversion. 13 years ago
Michael Niedermayer 68712ce820 swr/x86: 16bit integer mix functions need SSE2 not SSE 13 years ago
Paul B Mahol 1842b27564 lavu: 256 color support 13 years ago
Michael Niedermayer c88e60af76 swr/x86: 10l, missed some SSE2 instructions in code marked as SSE. 13 years ago
Michael Niedermayer 7309451d73 swr: fix warning: passing argument 2 of s->mix_any_f from incompatible pointer type 13 years ago
Michael Niedermayer 338509c2e1 swr: fix warning: passing argument 1 of s->mix_any_f from incompatible pointer type 13 years ago
Michael Niedermayer 087d067a99 swr: fix warning: passing argument 2 of ctx->simd_f from incompatible pointer type 13 years ago
Michael Niedermayer 04b5eb47a6 swr: fix mix* related function pointer warnings 13 years ago
Michael Niedermayer 51d2578348 swr: fix MMX resample code, add emms 13 years ago
Clément Bœsch ca612a27ae swr: fix make checkheaders. 13 years ago
Clément Bœsch 022cbb6791 swr: small align cosmetic. 13 years ago
Clément Bœsch 3491c2a909 swr: use __asm__ instead of __asm. 13 years ago
Michael Niedermayer 782763ed2b swr: fix compilation with ancient toolchain that doesnt support SSSE3 13 years ago
Michael Niedermayer 4ccf6e3971 swr: MMX2 & SSSE3 int16 resample core 13 years ago
Paul B Mahol 10d2a4028c swresample: make .class_name more descriptive 13 years ago
Stefano Sabatini 065851ffac lswr/rematrix: specify explicitly the name of the unsupported channel layouts 13 years ago
Michael Niedermayer 0c142e4cda swr: introduce filter_alloc in preparation of SIMD resample optimisations 13 years ago
Michael Niedermayer 80e857c967 swr/resample: optimize C code for the most common case 13 years ago
Michael Niedermayer 5f8f6243ef swr: fix 10l use of uninitialized data 13 years ago
Michael Niedermayer 728f86edfc swr: mix_2_1_int16_mmx/sse 13 years ago
Michael Niedermayer d504266cef swr: mix_1_1_int16_sse 13 years ago
Michael Niedermayer cbeeaf2593 swr: mix_1_1 int16 MMX 13 years ago
Michael Niedermayer 52afa43691 swr: mix_2_1_float SSE/AVX 13 years ago
Michael Niedermayer beb0cd6acf swr: SIMD rematrixing and SSE/AVX mix_1_1 float 13 years ago
Michael Niedermayer 48a45f819f swr: add native matrix for SIMD 13 years ago
Michael Niedermayer 9abbbf7530 swr: add function pointers for SIMD rematrixing 13 years ago
Michael Niedermayer 634d539c12 swresample.c: update copyleft year 13 years ago
Michael Niedermayer c8553bea9e swr: use &~15 13 years ago