500 Commits (e05fda99f7a4e1e80479b4e9b4a92e33dd0c06be)

Author SHA1 Message Date
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
Reimar Döffinger 6efd0ba977 swresample_internal.h: Move struct declaration before first use. 10 years ago
James Almer 59ac93f6af x86/swr: add SSE/AVX unpack_6ch functions 10 years ago
James Almer 6abf00d615 x86/swr: load constants outside the loop in pack_6ch functions 10 years ago
James Almer 975ff6a3c6 x86/swr: disable pack_8ch functions on msvc/icl x86_32 10 years ago
James Almer 5f14f9e984 x86/swr: add missing alignment check to pack_6ch functions 10 years ago
James Almer 37b35feb64 x86/swr: add SSE2/AVX pack_8ch functions 10 years ago
Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 10 years ago
Rob Sykes 4b6f225374 swresample/soxr_resample: fix error handling 10 years ago
James Almer edff061fb0 x86/swr: add ff_float_to_int32_a_avx2 10 years ago
James Almer b385c4c6a3 x86/swr: replace sse4 instructions in pack_6ch with sse ones 10 years ago
Michael Niedermayer e4f8a973aa swresample: Fix swr_drop_output so it does not flush the buffers 10 years ago
Michael Niedermayer f6bb2cd1b0 swresample/resample: fix invert_initial_buffer() after flush 10 years ago
Michael Niedermayer 080c846f59 swresample: do not put multiple statements in one line 10 years ago
Michael Niedermayer 344f8d307a swresample/audioconvert: Fix undefined behavior (left shift of negative value) 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
Reimar Döffinger 2c5c37ade1 libswresample: move condition to start of loop. 10 years ago
Reimar Döffinger 284123d7fd Remove pointless if. 10 years ago
Reimar Döffinger 2231d5b671 libswresample: Avoid needlessly large on-stack array. 10 years ago
Michael Niedermayer 7c51f5bd39 swr: aarch64 audio_convert and neon clobber test 10 years ago
Michael Niedermayer b7d5e016a3 swresample: Add AVFrame based API 10 years ago
Michael Niedermayer f4e814f787 swresample: check av_opt_set for failure in swr_alloc_set_opts() 10 years ago
Luca Barbato c4ac48c5a1 swresample: document the need to configure the context using AVOptions 10 years ago