1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-17 20:48:46 +00:00
mpv/options
Dudemanguy 38a626650a player: add --force-render option
mpv has an internal optimization on a couple of platforms where it will
not render any frames if the window is minimized or hidden. There's at
least once possible use case for wanting to force a render anyway
(screensharing with pipeware) so let's just add a simple switch for
this that always forces mpv to render. Closes #10846.
2022-11-15 15:31:21 +00:00
..
m_config_core.c osdep: rename MP_UNREACHABLE 2021-11-03 15:15:20 +01:00
m_config_core.h
m_config_frontend.c options: log profile name if there is no restore data 2022-10-28 15:48:24 +00:00
m_config_frontend.h options: add watch-later-options 2021-07-21 13:19:28 +00:00
m_config.h
m_option.c options: const annotate all m_opt_choice_alternatives accessors 2021-11-15 14:02:08 +00:00
m_option.h options: remove always true m_obj_list::allow_unknown_entries 2021-11-15 14:02:08 +00:00
m_property.c
m_property.h
options.c player: add --force-render option 2022-11-15 15:31:21 +00:00
options.h player: add --force-render option 2022-11-15 15:31:21 +00:00
parse_commandline.c
parse_commandline.h
parse_configfile.c various: fix typos 2022-04-25 09:07:18 -04:00
parse_configfile.h
path.c
path.h