524 Commits (432e27e6e7b653c2aafc05cd5f1bb74dc758a081)

Author SHA1 Message Date
Ganesh Ajjanagadde c8780822ba swresample/resample: speed up build_filter for Blackman-Nuttall filter 9 years ago
Ganesh Ajjanagadde 9bec6d71a2 swresample/resample: speed up build_filter by 50% 9 years ago
wm4 80580bb240 swr: do not reject channel layouts that use channel 63 9 years ago
Ganesh Ajjanagadde c7131762c0 all: add const-correctness to qsort comparators 9 years ago
Ganesh Ajjanagadde 8507b98c10 avfilter,swresample,swscale: use fabs, fabsf instead of FFABS 9 years ago
Ganesh Ajjanagadde ef62f573ca swresample/swresample_internal: add av_warn_unused_result 9 years ago
wm4 cdf4a13f86 swresample: slightly nicer debug output for auto matrix 9 years ago
Ganesh Ajjanagadde f3fc103c6a doc/resampler, swresample/options: use proper capitalization 9 years ago
Michael Niedermayer 1bc873acd6 swresample/resample: manually unroll the main loop in bessel() 9 years ago
Michael Niedermayer 6024c865ef swresample/resample: merge first iteration into init in bessel() 9 years ago
James Almer acdd672506 x86/audio_convert: fix clobbering of xmm registers 9 years ago
Michael Niedermayer 7d636d02b1 swresample/dither_template: Add missing license header 9 years ago
Michael Niedermayer 32f53958b8 swresample/swresample: Fix integer overflow in seed calculation 9 years ago
Michael Niedermayer fb42e77516 swresample/swresample-test: Make layouts static const 9 years ago
Ganesh Ajjanagadde 24e6729a04 swresample/dither: use integer arithmetic 9 years ago
James Almer 5750d6c5e9 x86: move XOP emulation code back to x86inc 9 years ago
James Almer f37a5dcb55 swresample/x86: add missing colon to labels 9 years ago
Carl Eugen Hoyos a77401e1f7 lswr: Allow 64 channels internally. 9 years ago
Michael Niedermayer d4325b2fea swr: Remember previously set int_sample_format from user 10 years ago
Michael Niedermayer 0dd2790df5 swresample/swresample: Clear delayed_samples_fixup in clear_context() 10 years ago
Rob Sykes c70c6be225 swresample: soxr implementation for swr_get_out_samples() 10 years ago
Michael Niedermayer 5de3a589f1 swresample/swresample: Print used int_sample_fmt 10 years ago
Michael Niedermayer 4977692461 swresample: Choose 16bit internally only if input and output is 16bit or less 10 years ago
Michael Niedermayer 56f0fe6b84 swr: Fix ASSERT_LEVEL warning 10 years ago
Clément Bœsch c5a08956a3 swresample: fix initilaize/initialize typo 10 years ago
Michael Niedermayer b14361486b swresample/resample: fix typos 10 years ago
Michael Niedermayer c3f87f7545 swresample/swresample: Cleanup on init failure. 10 years ago
Michael Niedermayer cc17b43d8d swresample: Add swr_get_out_samples() 10 years ago
Michael Niedermayer 52acd22a7d libswresample/rematrix: Check for malloc errors 10 years ago
Ganesh Ajjanagadde 196b885a5f swresample/dither: check memory allocation 10 years ago
Michael Niedermayer 02915602d9 swresample: Check the return value of resampler->init() 10 years ago
James Almer c16e99e3b3 x86: check for AV_CPU_FLAG_AVXSLOW where useful 10 years ago
Rainer Hochecker adb7372f74 swr: fix alignment issue caused by 8ch sse functions 10 years ago
Michael Niedermayer 223a859853 swresample/dither_template: Do not define macro functions to nothing 10 years ago
Michael Niedermayer ff50b1b13b swresample/swresample-test: Randomly wipe out channel counts 10 years ago
Michael Niedermayer 3c77bb5f23 swresample: Check channel layouts and channels against each other and print human readable error messages 10 years ago
Michael Niedermayer 80a28c7509 swresample: Allow reinitialization without ever setting channel layouts 10 years ago
Michael Niedermayer d7b9cb2f7a swresample: Allow reinitialization without ever setting channel counts 10 years ago
James Almer 43482bd1a5 swr/resample: use av_clip functions 10 years ago
Michael Niedermayer 1a10134e20 swresample/swresample: Use av_mallocz_array() 10 years ago
Michael Niedermayer e16592c42e swresample/resample: Fix undefined shifts 10 years ago
Michael Niedermayer 4d00860ac7 swresample: Add prefix to soxr_resampler 10 years ago
Michael Niedermayer c0e3b46118 swresample: add av_cold to init functions 10 years ago
Michael Niedermayer 0cb95f9082 swresample/resample_template: Add () to protect the arguments of the OUT() macro 10 years ago
Michael Niedermayer 37013fd018 swresample/swresample-test: Add () to protect uint_rand() argument 10 years ago
James Almer f7ed997a6d x86/swr: make pack_8ch functions work with compilers without aligned stack 10 years ago
Michael Niedermayer b74ecb82fa swresample/x86/rematrix_init: Check av_malloc* return codes, forward errors 10 years ago
Michael Niedermayer 48ffaaaaef swresample/x86/rematrix_init: Use av_mallocz_array() 10 years ago
Michael Niedermayer 9d7ae72725 swresample: Use int instead of enum for fields which are accessed through AVOptions as int 10 years ago
Michael Niedermayer c77cc2c176 swresample/dither: Cleanup number suffixes 10 years ago