ffmpeg/libswresample
Marton Balint 7b1b9bb31f 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>
2024-03-02 19:13:03 +01:00
..
aarch64 aarch64: Reindent all assembly to 8/24 column indentation 2023-10-21 23:25:54 +03:00
arm
tests
x86
Makefile
audioconvert.c
audioconvert.h
dither.c
dither_template.c
libswresample.v
log2_tab.c
noise_shaping_data.c
options.c all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
rematrix.c
rematrix_template.c
resample.c swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0 2024-03-02 19:13:03 +01:00
resample.h
resample_dsp.c
resample_template.c
soxr_resample.c
swresample.c swresample/swresample: Constify swr_convert() 2024-03-02 02:51:55 +01:00
swresample.h swresample/swresample: Constify swr_convert() 2024-03-02 02:51:55 +01:00
swresample_frame.c
swresample_internal.h
swresampleres.rc
version.c
version.h swresample/swresample: Constify swr_convert() 2024-03-02 02:51:55 +01:00
version_major.h