1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-14 02:51:26 +00:00
mpv/stream
Dudemanguy 8a7704ea89 stream_bluray: move --bluray-device to stream_bluray_opts
Similar to the previous commit. There's no reason for --bluray-device to
be in MPOpts. Make a specific subopt for stream_bluray and use that
instead so we can remove the mp_read_option_raw call.
2023-09-22 14:20:38 +00:00
..
cookies.c stream/cookies: use stream_read_file() 2023-01-12 22:02:07 +01:00
cookies.h stream/cookies: use stream_read_file() 2023-01-12 22:02:07 +01:00
dvb_tune.c stream/dvbin: add support for delivery system ISDB-T 2023-09-03 13:08:58 +02:00
dvb_tune.h
dvbin.h stream/dvbin: add support for delivery system ISDB-T 2023-09-03 13:08:58 +02:00
stream_avdevice.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
stream_bluray.c stream_bluray: move --bluray-device to stream_bluray_opts 2023-09-22 14:20:38 +00:00
stream_cb.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
stream_cdda.c stream_cdda: move cdrom-device to cdda_params 2023-09-22 14:20:38 +00:00
stream_concat.c
stream_dvb.c stream/dvbin: drop too verbose messages 2023-09-03 13:08:58 +02:00
stream_dvdnav.c
stream_edl.c
stream_file.c stream_file: disable read ahead for remote files on macOS 2021-05-16 13:48:45 +02:00
stream_lavf.c stream: accept dav:// and davs:// urls 2023-09-11 18:24:03 +02:00
stream_libarchive.c
stream_libarchive.h
stream_memory.c
stream_mf.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
stream_null.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
stream_slice.c options: transition commands from OPT_FLAG to OPT_BOOL 2023-02-21 17:15:17 +00:00
stream.c options: transition options from OPT_FLAG to OPT_BOOL 2023-02-21 17:15:17 +00:00
stream.h