1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-06 15:11:58 +00:00
mpv/player
wm4 d0ab562b1f lua: make hook processing more flexible
This can now opt to not continue a hook after the hook callback returns.
This makes it easier for scripts, and may make it unnecessary to run
reentrant event loops etc. for scripts that want to wait before
continuing while still running the event loop.
2020-08-05 23:19:41 +02:00
..
javascript js: mp.set_osd_ass: ignore identical inputs (match ccbb8b1c) 2020-05-10 21:20:28 +03:00
lua lua: make hook processing more flexible 2020-08-05 23:19:41 +02:00
audio.c audio: redo internal AO API 2020-06-01 01:08:16 +02:00
client.c client API: report IDs of inserted playlist entries on loading playlist 2020-03-27 00:57:11 +01:00
client.h scripting: remove race condition when toggling internal scripts 2020-03-26 23:59:44 +01:00
command.c command: add another variant of revert-seek 2020-07-20 21:02:17 +02:00
command.h command: use client IDs for hooks 2020-03-26 23:40:25 +01:00
configfiles.c player: warn if both proper and compat. config directories exist 2020-06-25 17:56:16 +02:00
core.h auto_profiles: add this script 2020-08-05 22:37:47 +02:00
external_files.c external_files: add .pgs subtitle extension 2020-07-21 15:07:17 +02:00
external_files.h
javascript.c js: add mp.utils.get_env_list() (match 0e7f53a5, 9301cb78) 2020-07-26 02:26:37 +03:00
loadfile.c player: remove duplicated track option setter code 2020-04-15 17:10:01 +02:00
lua.c auto_profiles: add this script 2020-08-05 22:37:47 +02:00
main.c build: change filenames of generated files 2020-06-04 16:59:05 +02:00
misc.c player: slightly improve use of secondary track selection limits 2020-04-15 17:04:00 +02:00
osd.c player: add --term-title option 2020-05-25 20:39:37 +02:00
playloop.c player: make unpausing directly after seek work with --keep-open (again) 2020-06-10 11:44:47 +02:00
screenshot.c screenshot: fix typo in comment 2020-02-07 13:42:42 +01:00
screenshot.h
scripting.c auto_profiles: add this script 2020-08-05 22:37:47 +02:00
sub.c command: add property to return text subtitles in ASS 2020-05-14 22:14:49 +02:00
video.c player: remove some display-adrop leftovers 2020-05-23 04:24:04 +02:00