209 Commits (13129f1af4340944291e0e291cb38d1c1ea3aad2)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
James Almer 65ddc74988 avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
Andreas Rheinhardt b295aafb08 swresample/swresample: Constify swr_convert() 9 months ago
Gyan Doshi be8a4f80b9 swr/swresample: avoid reapplication of firstpts 11 months ago
Paul B Mahol 3bef108fa9
libswresample/swresample: avoid s16p internal transfer format 1 year ago
Eli Kobrin 3e97d96e6f
libswresample: Prevent out of bounds. 1 year ago
James Almer 223c70cf1d swresample/swresample: add a used channel layout option using the new API 2 years ago
James Almer 9903ba28c2 swsresample/swresample: error out on invalid layouts 2 years ago
rcombs 9546b3a1cb lswr: take const AVChannelLayout* in swr_alloc_set_opts2() 2 years ago
James Almer 4ab04fdfb5 swresample/swresample: fill the correct buffer to print the output layout string 2 years ago
Andreas Rheinhardt f2b79c5b85 lib*/version: Move library version functions into files of their own 3 years ago
Martin Storsjö 4332d6c4d5 libswresample: Split version.h 3 years ago
James Almer 8a5896ec1f swresample: convert to new channel layout API 3 years ago
Yu Yang ac2b34abbf libswresample/swresamplec: Err num(negative-size) was used as a function parameter 3 years ago
Andreas Rheinhardt 77a37e0369 swresample/swresample: Remove array size hint from swr_convert() 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
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