mpv/options
Dudemanguy 250429dac6 m_option: don't try to remove all filter matches
Probably should have actually tested the filter changes but I didn't.
This was the wrong spot anyway since labels are unique. Something like
this should have been done further down when finding it by content. On
second thought, having multiple filters with the same content does have
a usecase (e.g. stacking multiple rotations) so removing all of them at
once probably isn't great. There's no practical usecase for having
duplicates in a string list, so we'll leave that change alone.

Fixes #12791.
2023-11-01 10:37:52 -05:00
..
m_config.h
m_config_core.c m_option: initialize m_option_value union properly 2023-10-23 20:33:51 +02: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 m_option: initialize m_option_value union properly 2023-10-23 20:33:51 +02:00
m_config_frontend.h various: sort some standard headers 2023-10-20 21:31:09 +02:00
m_option.c m_option: don't try to remove all filter matches 2023-11-01 10:37:52 -05:00
m_option.h m_option: initialize m_option_value union properly 2023-10-23 20:33:51 +02:00
m_property.c m_option: initialize m_option_value union properly 2023-10-23 20:33:51 +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 options: make --screenshot-directory/--watch-later-directory aliases 2023-10-30 16:46:32 +00:00
options.h javascript: use --js-memory-report option instead of MPV_LEAK_REPORT 2023-10-26 16:49:56 +00:00
parse_commandline.c player: add playlist-path properties 2023-08-13 19:58:20 +00:00
parse_commandline.h
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 treat "hidden" files as extension 2023-10-22 10:41:19 +02:00
path.h player: always write redirect entries for resuming playback 2023-08-28 18:31:17 +00:00