193 Commits (56f59246293de417d27ea7e27cb9a7727ee579fb)

Author SHA1 Message Date
Carl Eugen Hoyos 96fab29e96 Silence "string-plus-int" warning shown by clang. 5 years ago
Paul B Mahol a9fa6b8e02 swresample/swresample: check for invalid sample rates 6 years ago
Michael Niedermayer bce4da85e8 swresample/swresample: Fix input channel count in resample_first computation 6 years ago
Hendrik Schreiber 647fd4b829 swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_float during dithering. 7 years ago
Carl Eugen Hoyos 8518294558 lswr/swresample: Mention the actually supported formats when erroring out. 7 years ago
Muhammad Faiz c52638cca2 swresample/swresample: do not use s32p internally by default when resampling 8 years ago
Muhammad Faiz 6c7a0876fe swresample/swresample: do not reset tsf on swr_alloc_set_opts 8 years ago
Michael Niedermayer b3928a1cc6 swresample/swresample: Check count before memcpy() 8 years ago
Paul B Mahol 9876d8fc6d swresample: add int64 sample format 8 years ago
Michael Niedermayer 30b2611ed3 swresample: Skip over dither steps if dithering scale is 0 8 years ago
Michael Niedermayer 946acacdcd swresample: move dither init up 8 years ago
Muhammad Faiz b8c6e5a661 swresample: add exact_rational option 9 years ago
Michael Niedermayer 914ad90edd swresample/swresample: Remove "less than" comparissions of enums 9 years ago
Michael Niedermayer 32f53958b8 swresample/swresample: Fix integer overflow in seed calculation 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
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 c3f87f7545 swresample/swresample: Cleanup on init failure. 10 years ago
Michael Niedermayer cc17b43d8d swresample: Add swr_get_out_samples() 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
Rainer Hochecker adb7372f74 swr: fix alignment issue caused by 8ch sse functions 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
Michael Niedermayer 1a10134e20 swresample/swresample: Use av_mallocz_array() 10 years ago
Michael Niedermayer 4d00860ac7 swresample: Add prefix to soxr_resampler 10 years ago
Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 10 years ago
Michael Niedermayer e4f8a973aa swresample: Fix swr_drop_output so it does not flush the buffers 10 years ago
Michael Niedermayer 080c846f59 swresample: do not put multiple statements in one line 10 years ago
Michael Niedermayer 6b347f519d swresample/swresample: replace always true if() by av_assert0() 10 years ago
Michael Niedermayer f9fefa499f swresample/swresample: fix sample drop loop end condition 10 years ago
Michael Niedermayer f4e814f787 swresample: check av_opt_set for failure in swr_alloc_set_opts() 10 years ago
Michael Niedermayer 05ff1a2c05 swresample/swresample: Treat mono as planar 10 years ago
Timothy Gu 37715b4594 swresample: split option table to a separate file 11 years ago
Ronald S. Bultje b785c62681 swr: handle initial negative sample index outside DSP function. 11 years ago
Michael Niedermayer 96cb4c8718 swresample: swr_close() 11 years ago
Michael Niedermayer 6c6e4dd139 swr: check that the context for swr_convert() has been initialized 11 years ago
Michael Niedermayer a66be60888 swresample: add swr_is_initialized() 11 years ago
Michael Niedermayer f284e2a58a swresample: factorize clear_context() out 11 years ago
Stefano Sabatini 334e2e2363 lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample format max value 11 years ago
Michael Niedermayer a6af5da7a2 swresample: use the internal buffer for resampling the last few samples 11 years ago
Stefano Sabatini 904c89ac1b lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUT 11 years ago
Michael Niedermayer 9078b40d35 swresample: replace 2 av_free() by av_freep() 11 years ago
Michael Niedermayer e2b718464e swresample: Make rematrix maxvalue user settable 11 years ago
Timothy Gu a9bbf59be7 cosmetics: Fix "dont" "wont" "doesnt" typos 12 years ago
Michael Niedermayer 3289670142 swr: dont treat 32 and 24 as equal in simple copy check 12 years ago