1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-15 08:37:59 +02:00
vlc/test
Rémi Denis-Courmont aa5a6aad69 test: use reproducible input
vlc_stream_NewURL() can spawn stream filters which may alter the content
or even the nature of the stream, which is not suitable here.

vlc_access_NewMRL() would avoid loading stream filters at all. But it
would also skip testing the cache filter, thus missing much of the point
of the test case.

So use a reproducible pseudorandom input using a constant seed, which
is known not to trigger any stream filter.

Fixes #26569.
2022-02-03 10:56:29 +00:00
..
dynamicoverlay
libvlc lib: only change device of current output 2022-02-03 10:28:17 +00:00
modules test: hxxx_helper: fix leak 2022-01-07 14:42:41 +00:00
samples test: rename meta.test to meta.mp3 2021-04-28 10:24:24 +00:00
src test: use reproducible input 2022-02-03 10:56:29 +00:00
.gitignore test: expand gitignoring test binaries 2020-10-06 14:21:51 +02:00
check_POTFILES.sh
iosvlc.m test: iosvlc: disable pinchRecognizer on tvOS 2021-04-15 11:01:21 +02:00
make_check_wrapper.sh
Makefile.am tests: fix build warning 2022-01-13 12:51:58 +00:00
run_vlc.sh
TODO
vlc-demux-libfuzzer.c
vlc-demux-run.c
vlc-window.c test: vlc-window: add test driver for vout window 2022-01-06 14:34:46 +00:00