1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-20 10:17:31 +00:00
mpv/options
wm4 a770006c6e vd_lavc: move hwdec opts to local config, don't use global MPOpts
The --hwdec* options are a good fit for the vd_lavc local option
struct. This annoyingly requires manual prefixing of most of these
options with --vd-lavc (could be avoided by using more sub-struct
craziness, but let's not).
2018-05-24 19:56:35 +02:00
..
m_config.c m_config: optimize initialization of each option 2018-05-24 19:56:35 +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 vd_lavc: move hwdec opts to local config, don't use global MPOpts 2018-05-24 19:56:35 +02:00
options.h vd_lavc: move hwdec opts to local config, don't use global MPOpts 2018-05-24 19:56:35 +02:00
parse_commandline.c command: make loadlist command async and abortable 2018-05-24 19:56:35 +02:00
parse_commandline.h options: change license of most files to LGPL (except options.c/.h) 2017-06-12 20:55:17 +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