mpv/options
Kacper Michajłow 9dddfc4fcc player/command: change how floating point number are printed
Use "%.7g" to show 7 significant digits. Removes the trailing zeros, and
in general makes it more readable, than fixed 3 decimal digits.

For avsync use "%+.2g" to add plus sign, similar to display-sync
values.
2023-10-14 12:30:46 +02:00
..
m_config.h options: split m_config.c/h 2020-03-13 16:50:27 +01:00
m_config_core.c m_config_core: remove mp_read_option_raw 2023-09-22 14:20:38 +00:00
m_config_core.h m_config_core: remove mp_read_option_raw 2023-09-22 14:20:38 +00:00
m_config_frontend.c options: remove --vf-defaults and --af-defaults 2023-09-21 16:06:29 +00:00
m_config_frontend.h options: remove --vf-defaults and --af-defaults 2023-09-21 16:06:29 +00:00
m_option.c player/command: change how floating point number are printed 2023-10-14 12:30:46 +02:00
m_option.h m_option: make m_rect_apply center based 2023-09-08 02:27:08 +00:00
m_property.c m_property: add read_sub_validate to check if should be processed 2023-10-14 12:30:46 +02:00
m_property.h m_property: add read_sub_validate to check if should be processed 2023-10-14 12:30:46 +02:00
options.c win32: add option to change backdrop style 2023-09-27 14:02:08 +00:00
options.h win32: add option to change backdrop style 2023-09-27 14:02:08 +00:00
parse_commandline.c player: add playlist-path properties 2023-08-13 19:58:20 +00:00
parse_commandline.h player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
parse_configfile.c options: read config file as stream 2023-04-29 22:34:54 +00:00
parse_configfile.h options: read config file as stream 2023-04-29 22:34:54 +00:00
path.c path: don't override "cache" and "state" paths with configdir 2023-10-02 18:48:10 +02:00
path.h player: always write redirect entries for resuming playback 2023-08-28 18:31:17 +00:00