ffmpeg/libswresample
Eli Kobrin 3e97d96e6f
libswresample: Prevent out of bounds.
We've been fuzzing torchvision with [sydr-fuzz](https://github.com/ispras/oss-sydr-fuzz)
and found out of bounds error in ffmpeg project at audioconvert.c:151.
To prevent error we need to fix checks for in and out fmt in swr_init.

Signed-off-by: Eli Kobrin <kobrineli@ispras.ru>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2023-08-02 17:31:13 +02:00
..
aarch64
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 all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
audioconvert.h
dither.c
dither_template.c
libswresample.v
log2_tab.c
noise_shaping_data.c swresample/noise_shaping_data: Remove unused tables 2022-06-15 04:58:14 +02:00
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 Move bessel_i0() from swresample/resample to avutil/mathematics 2023-05-29 00:45:28 +02:00
resample.h
resample_dsp.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
resample_template.c
soxr_resample.c
swresample.c libswresample: Prevent out of bounds. 2023-08-02 17:31:13 +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 version.h: Bump minor post 6.0 branch 2023-02-19 18:37:36 +01:00
version_major.h