489 Commits (5935513c0ed1563a654b2e40d053f824bae93e6b)

Author SHA1 Message Date
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
Michael Niedermayer 97f8c7a03e bump libpostproc and libswresample 10 years ago
Michael Niedermayer 74be0f82a7 swresample-test: make it independant of the internal SWR_CH_MAX 10 years ago
Michael Niedermayer 05ff1a2c05 swresample/swresample: Treat mono as planar 10 years ago
Andreas Cadhalpun 39a6e02fd4 fix spelling errors 10 years ago
Michael Niedermayer 52fafaf474 swresample/libswresample.v: hide ff_* 10 years ago
Timothy Gu 5b58692ed4 swresample: misc. doxy improvements 11 years ago
Timothy Gu 064945b3aa swresample: organize functions into doxy groups 11 years ago
Timothy Gu 81f47e272d swresample: better doxy for configuration-returning functions 11 years ago
Timothy Gu 2711b4708a swresample: improve Doxygen introduction 11 years ago
Timothy Gu 77c5f546e7 swresample: add SwrContext doxy 11 years ago
Timothy Gu fc71434e84 swresample: add SwrDitherType doxy 11 years ago