546 Commits (999c6b1da85a3aa7f625353605cb3e1ec6fdf41d)

Author SHA1 Message Date
Clément Bœsch a9eda4b260 swr: fix time.h include 9 years ago
Muhammad Faiz 6031e5d1af swresample/x86: add support for exact_rational 9 years ago
Muhammad Faiz 7f1b503ec2 swresample/resample: do not increase phase_count on exact_rational 9 years ago
Muhammad Faiz ee575acb8c swresample/resample: add support for odd phase_count 9 years ago
Muhammad Faiz b8c6e5a661 swresample: add exact_rational option 9 years ago
Michael Niedermayer feeb3a9261 swresample/resample: Fix division by 0 with tap_count=1 9 years ago
Michael Niedermayer 2f76157eb0 swresample/rematrix: Use clipping s16 rematrixing if overflows are possible 9 years ago
Michael Niedermayer 7fe81bc4f8 swresample/rematrix: Use error diffusion to avoid error in the DC component of the matrix 9 years ago
Matthieu Bouron f6265a5cbc swresample/arm: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neon 9 years ago
Michael Niedermayer 914ad90edd swresample/swresample: Remove "less than" comparissions of enums 9 years ago
James Almer 70d685a77f x86: use the new helper macros where useful 9 years ago
Timothy Gu 180f9a0958 all: Make header guard names consistent 9 years ago
Ganesh Ajjanagadde 26937fb416 swr/resample: use av_clip_int16 instead of av_clip 9 years ago
Clément Bœsch c1f114a8c4 swresample: use AV_OPT_TYPE_BOOL for linear_interp and cheby options 9 years ago
Ganesh Ajjanagadde 0bd0af6e68 swresample/resample: remove redundant L for floating literal 9 years ago
Michael Niedermayer 351e625d60 swresample/resample: increase precision for compensation 9 years ago
Ganesh Ajjanagadde cf491a925e swresample/resample: speed up Blackman Nuttall filter 9 years ago
Ganesh Ajjanagadde b87ca4bf25 swresample/resample: speed up upsampling by precomputing sines 9 years ago
Ganesh Ajjanagadde a5202bc968 swresample/resample: improve bessel function accuracy and speed 9 years ago
Ganesh Ajjanagadde 1bed09a30e swresample: allow double precision beta value for the Kaiser window 9 years ago
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