vlc/modules/stream_filter
Rémi Denis-Courmont 3dfa6d4ddd prefetch: match read size from versions 2.2
VLC versions 2.2 and earlier had 3 "tracks" buffers of 4 MiB each for
the input stream. This resulted in single reads of (up to) 4 MiB.
This patch matches the read size and thus performance of said older
versions.

This matches 6f58cd15a2 in a less invasive
fashion. Fixes #19806, #19988, #21470.
2019-06-29 17:43:32 +03:00
..
hds hds: Fix leak on error 2018-03-20 15:09:01 +01:00
Makefile.am accesstweaks: compile as part of test suite 2017-11-28 19:18:32 +02:00
accesstweaks.c accesstweaks: automatically probe 2017-11-28 19:16:35 +02:00
adf.c stream_filter: assume read buffer is non-NULL, simplify 2017-02-07 21:51:51 +02:00
aribcam.c stream_filter: assume read buffer is non-NULL, simplify 2017-02-07 21:51:51 +02:00
cache_block.c vlc_stream: add STREAM_GET_TAGS 2017-07-18 22:08:20 +02:00
cache_read.c vlc_stream: add STREAM_GET_TAGS 2017-07-18 22:08:20 +02:00
decomp.c decomp: fix pointer type in vararg 2017-07-30 20:43:43 +03:00
inflate.c stream_filter: assume read buffer is non-NULL, simplify 2017-02-07 21:51:51 +02:00
prefetch.c prefetch: match read size from versions 2.2 2019-06-29 17:43:32 +03:00
record.c record: remove redundant cast 2017-04-19 20:46:56 +03:00
skiptags.c stream_filter: skiptags: return truncated size (fix #19390) 2018-01-02 15:31:17 +01:00