244 Commits (2fc354f90d61f5f1bb75dbdd808a502dec69cf99)

Author SHA1 Message Date
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
Michael Niedermayer 4289b6690d swr: replace /16 by >>4 13 years ago
Michael Niedermayer a5c6349358 swr: skip memset(0) in rematrix when the array is known to be already 0 13 years ago
Michael Niedermayer 75d900d52e swr: zero buffers on allocation 13 years ago
Michael Niedermayer e016e3c9d7 swr: add mix8to2 13 years ago
Michael Niedermayer b0348158a0 swr: 5.1->stereo double, float and s16 13 years ago
Michael Niedermayer ca30ae12c5 swr: add all in one rematrixing function ptr 13 years ago
Michael Niedermayer dfde3d497e swr: add inrermediate sample type for rematrixing 13 years ago
Michael Niedermayer 6e6dd9995b resample_template: use av_assert 13 years ago
Michael Niedermayer 787c395a30 swr-test: support "--help" 13 years ago
Michael Niedermayer 63b1c08073 buildsys: fix rules for swresample-test 13 years ago
Michael Niedermayer 5a7a9f02de libswresample/Makefile: put each object on its own line 13 years ago
Clément Bœsch 64df092b25 swr: fix a few typo. 13 years ago
Michael Niedermayer 72261fa867 swr: fix swr_drop_output() 13 years ago
Michael Niedermayer 841c1be57e swr: check return value of swr_inject_silence/drop_output. 13 years ago
Michael Niedermayer a645049bd8 swr: check count argument of realloc_audio() 13 years ago
Michael Niedermayer d1384c00d4 swr: skip soft compensation when its disabled. 13 years ago
Michael Niedermayer 72a242c998 swr: add swr_next_pts() 13 years ago
Michael Niedermayer f88f705abc swr: add swr_drop_output() 13 years ago
Michael Niedermayer 7a59964ba9 swr: add swr_inject_silence() 13 years ago
Michael Niedermayer 72872d0201 swr: Fix issue with injecting more data than can be used up in the next call. 13 years ago
Michael Niedermayer c5c355546d swr: add some asserts to resample() 13 years ago
Michael Niedermayer 75e25f8540 swr: add reversefill_audiodata() 13 years ago
Michael Niedermayer 5027e3daf7 swr: fix buf_set() so it works with input == output 13 years ago
Michael Niedermayer bdbfd4569d swr: make literal 32 a named constant in realloc_audio() 13 years ago
Michael Niedermayer 186be49fd5 swr: fill_audio_data() support NULL 13 years ago
Michael Niedermayer 4def5d2b64 swr: add swr_get_delay() to find the exact delay the swresampler introduces. 13 years ago