1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-22 11:18:32 +00:00
mpv/options
wm4 8f4844b35c demux, stream: remove unneeded crap (esp. optical discs and Linux TV)
I don't ever use them, so kill them.

Linux TV is excessively complex, and whenever I attempted to use it, it
didn't work well or would have required some major work to update it.
(For example, when I tried to use a webcam-type device with tv://, it
worked badly; even the libavdevice garbage worked better.)

The "program" property was rather complex and rather obscure. I didn't
ever use it. Should there ever be a proper use for it (maybe HLS stream
selection?), it should be rewritten anyway.
2018-08-31 13:53:43 +02:00
..
m_config.c m_config: remove a redundant condition 2018-05-24 19:56:39 +02:00
m_config.h m_config: add a special define to access main config 2018-05-24 19:56:35 +02:00
m_option.c m_option: remove an unused field 2018-05-24 19:56:35 +02:00
m_option.h m_option: remove an unused field 2018-05-24 19:56:35 +02:00
m_property.c command: move property multiply code to m_property.c 2018-03-26 19:47:08 +02:00
m_property.h command: move property multiply code to m_property.c 2018-03-26 19:47:08 +02:00
options.c demux, stream: remove unneeded crap (esp. optical discs and Linux TV) 2018-08-31 13:53:43 +02:00
options.h demux, stream: remove unneeded crap (esp. optical discs and Linux TV) 2018-08-31 13:53:43 +02:00
parse_commandline.c demux, stream: remove unneeded crap (esp. optical discs and Linux TV) 2018-08-31 13:53:43 +02:00
parse_commandline.h player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
parse_configfile.c options: change license of most files to LGPL (except options.c/.h) 2017-06-12 20:55:17 +02:00
parse_configfile.h options: change license of most files to LGPL (except options.c/.h) 2017-06-12 20:55:17 +02:00
path.c path: don't access global option struct 2018-05-24 19:56:35 +02:00
path.h path: don't access global option struct 2018-05-24 19:56:35 +02:00