Files
ffmpeg/libavformat
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
..
2023-10-02 01:28:14 +02:00
2023-09-12 19:33:17 +02:00
2023-08-11 23:55:05 +02:00
2023-08-02 17:31:13 +02:00
2023-09-21 22:41:10 +02:00
2024-01-24 00:09:21 +01:00
2022-03-15 09:42:33 -03:00
2023-09-28 19:37:58 +02:00
2023-09-01 14:26:47 +02:00
2023-09-07 00:42:10 +02:00
2023-11-26 17:49:11 +01:00
2023-11-08 17:37:58 +11:00
2023-11-18 19:55:42 +01:00
2023-08-15 21:42:21 +02:00
2023-08-15 21:42:21 +02:00
2023-10-15 18:54:37 +02:00
2023-10-08 21:36:04 +02:00