ffmpeg/libswresample
Marton Balint 3fb9425a75 swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0
Depending on input chunk size noticable corrpution was hearable, here is an
example command line:

ffplay -f lavfi -i "sine=440:r=8000:samples_per_frame=32,aresample=24000:filter_size=1:phase_shift=0"

Fix this by rounding the fixed point fractions up instead of down.

Signed-off-by: Marton Balint <cus@passwd.hu>
(cherry picked from commit 7b1b9bb31f)
2024-03-19 21:25:07 +01:00
..
aarch64 aarch64: Reindent all assembly to 8/24 column indentation 2023-10-21 23:25:54 +03:00
arm
tests
x86 swresample/swresample: add a used channel layout option using the new API 2023-02-19 18:28:45 -03:00
Makefile configure: always enable gnu_windres if available 2022-08-13 14:42:36 +02:00
audioconvert.c
audioconvert.h
dither.c
dither_template.c
libswresample.v
log2_tab.c
noise_shaping_data.c
options.c swresample/swresample: add a used channel layout option using the new API 2023-02-19 18:28:45 -03:00
rematrix.c swresample/swresample: add a used channel layout option using the new API 2023-02-19 18:28:45 -03:00
rematrix_template.c
resample.c swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0 2024-03-19 21:25:07 +01:00
resample.h
resample_dsp.c
resample_template.c
soxr_resample.c
swresample.c libswresample/swresample: avoid s16p internal transfer format 2023-09-25 21:41:35 +02:00
swresample.h swresample: Fix Doxy reference to AVOptions 2022-10-17 09:55:19 +02:00
swresample_frame.c swresample/swresample_frame: fix regression in detecting changes 2023-01-04 18:19:07 +01:00
swresample_internal.h swresample/swresample: add a used channel layout option using the new API 2023-02-19 18:28:45 -03:00
swresampleres.rc
version.c
version.h Bump versions prior to 6.1 2023-10-29 16:19:39 +01:00
version_major.h