mpv/player
Guido Cella 5dc4047415 auto_profiles.lua: actually exit when no auto profiles are defined
Unsetting _G.mp_event_loop at the top level quits the script, but not
within callbacks. Use the new exit() function instead. Fixes e2284fba18.

This actually has an edge case since e2284fba18 where you can add auto
profiles only later with load-config-file and the script stays unloaded,
but it's still reasonable to quit if mpv.conf has no conditional
profiles. You could always explicitly set --load-auto-profiles=yes in
this case.
2024-11-02 14:03:02 +02:00
..
javascript input.lua,defaults.js: don't hardcode mp.input arguments 2024-10-04 21:13:29 +03:00
lua auto_profiles.lua: actually exit when no auto profiles are defined 2024-11-02 14:03:02 +02:00
audio.c
client.c various: remove global.h inclusion where not needed 2024-10-01 12:23:44 +02:00
client.h
command.c command: quote input key names in log 2024-11-02 01:39:15 +01:00
command.h command: print lang in track-list 2024-10-24 17:39:46 +02:00
configfiles.c player: don't load encoding mode profile twice 2024-10-31 16:43:25 +01:00
core.h player: make redraw_sub flag work on a per track basis 2024-10-16 02:26:06 +00:00
external_files.c
external_files.h
javascript.c player/javascript: disable stream error logging 2024-10-22 03:16:51 +03:00
loadfile.c player/loadfile: limit playlist size to 10 for fuzzing 2024-11-02 01:40:41 +01:00
lua.c
main.c player: don't load encoding mode profile twice 2024-10-31 16:43:25 +01:00
misc.c various: remove global.h inclusion where not needed 2024-10-01 12:23:44 +02:00
osd.c player/osd: don't add newlines when message would be empty anyway 2024-10-21 20:06:48 +02:00
playloop.c player: move a redraw_subs edgecase to loadfile 2024-10-16 02:26:06 +00:00
screenshot.c various: remove global.h inclusion where not needed 2024-10-01 12:23:44 +02:00
screenshot.h
scripting.c
sub.c player: make redraw_sub flag work on a per track basis 2024-10-16 02:26:06 +00:00
video.c