mpv/stream
Dudemanguy 969c19c9cb options: remove ancient option fallbacks/deprecation
We've got an ungodly amount of OPT_REPLACED and OPT_REMOVED sitting
around in the code. This is harmless, but the vast majority of these are
ancient. 26f4f18c06 is the last commit
that touched the majority of these and of course that only changed how
options were declared so all of this stuff was deprecated even before
that. No use in keeping these, so just delete them all. As an aside,
there was actually a cocoa_opts but it had only a single option which
was replaced by something else and empty otherwise. So that entire thing
was just simply removed. OPT_REPLACED/OPT_REMOVED declarations that were
added in 0.35 or later were kept as is.
2023-09-21 16:06:29 +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 dvb: Add multiple frontends support: MAX_FRONTENDS now 8. 2017-12-16 23:24:55 -08:00
dvbin.h stream/dvbin: add support for delivery system ISDB-T 2023-09-03 13:08:58 +02:00
stream.c options: transition options from OPT_FLAG to OPT_BOOL 2023-02-21 17:15:17 +00:00
stream.h stream: turn stream_info.open2's args argument const 2021-04-08 23:47:35 +03:00
stream_avdevice.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
stream_bluray.c stream, demux: redo origin policy thing 2019-12-20 13:00:39 +01:00
stream_cb.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
stream_cdda.c options: remove ancient option fallbacks/deprecation 2023-09-21 16:06:29 +00:00
stream_concat.c stream: turn stream_info.open2's args argument const 2021-04-08 23:47:35 +03:00
stream_dvb.c stream/dvbin: drop too verbose messages 2023-09-03 13:08:58 +02:00
stream_dvdnav.c stream, demux: redo origin policy thing 2019-12-20 13:00:39 +01:00
stream_edl.c demux, stream: rip out the classic stream cache 2018-08-31 12:55:22 +02:00
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: remember archive headers from initial open 2020-04-28 22:13:03 -07:00
stream_libarchive.h stream_libarchive: remember archive headers from initial open 2020-04-28 22:13:03 -07:00
stream_memory.c stream: turn stream_info.open2's args argument const 2021-04-08 23:47:35 +03:00
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