ffmpeg/tests
Marton Balint 3a09c2122d avformat/wavdec: dynamically set max_size by default
The wav demuxer by default tried to demux 4096-byte packets which caused
packets with very few number of samples for files with high channel count.
This caused a significant overhead especially since the latest ffmpeg.c
threading changes.

So let's use a similar approach for selecting audio frame size which is already
used in the PCM demuxer, which is to read 25 times per second but at most 1024
samples.

Signed-off-by: Marton Balint <cus@passwd.hu>
2024-03-02 19:13:03 +01:00
..
api
checkasm tests/checkasm: Improve included headers 2024-03-02 02:54:12 +01:00
fate fate/libswresample: force number of samples for the input of aresample async tests 2024-03-02 19:13:03 +01:00
filtergraphs fate: remove unused filtergraph files 2024-01-23 13:49:41 -03:00
maps
ref avformat/wavdec: dynamically set max_size by default 2024-03-02 19:13:03 +01:00
streamgroups fate/iamf: add an ambisonic test 2024-01-23 13:35:28 -03:00
.gitignore
Makefile fate: add VVC decoder tests 2024-01-23 11:15:25 -03:00
audiogen.c
audiomatch.c
base64.c
copycooker.sh
extended.ffconcat
fate-run.sh fate: never generate auto-generated references 2024-03-02 19:13:03 +01:00
fate-valgrind.supp
fate.sh
md5.sh
refcmp-metadata.awk
reference.pnm
rotozoom.c
simple1.ffconcat
simple2.ffconcat
test.ffmeta
tiny_psnr.c
tiny_ssim.c
utils.c
videogen.c