mpv/player
Guido Cella 448cb4d13d console.lua: expand ~/ in file completion
Makes Tab expand loadfile ~/ to loadfile /home/$USER/.

I used expand-path instead of os.getenv('HOME') to make it work on
Windows.
2024-01-04 13:41:15 +00:00
..
javascript player: remove shared-script-properties property 2023-11-22 16:29:43 +00:00
lua console.lua: expand ~/ in file completion 2024-01-04 13:41:15 +00:00
audio.c player/audio: fix incorrect check on adding delay 2023-10-26 22:59:09 -05:00
client.c mp_thread: prefer tracking threads with id 2023-11-05 17:36:17 +00:00
client.h
command.c command: allow changing --gpu-api and --gpu-context at runtime 2024-01-01 22:41:49 +01:00
command.h
configfiles.c options: rename --watch-later-directory to --watch-later-dir 2023-10-25 16:16:37 +00:00
core.h ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
external_files.c
external_files.h
javascript.c scripting: rename backend names for concise naming 2023-10-27 23:18:56 +00:00
loadfile.c various: add some missing error checks 2023-11-18 23:55:28 +00:00
lua.c lua: don't return a second value from successful format_json 2023-12-17 18:38:33 +01:00
main.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
meson.build meson: generate .com in the same place as the .exe if possible 2023-11-27 18:42:19 +00:00
misc.c player: refactor secondary subtitle options and properties 2023-12-16 15:25:32 +00:00
osd.c player: refactor secondary subtitle options and properties 2023-12-16 15:25:32 +00:00
playloop.c playloop: use a 16:9 ratio with --force-window 2023-11-30 15:08:56 +00:00
screenshot.c screenshot: remove artificial limit on the number of screenshots taken 2023-12-28 15:45:08 +00:00
screenshot.h
scripting.c mp_thread: prefer tracking threads with id 2023-11-05 17:36:17 +00:00
sub.c options: add --secondary-sub-pos 2023-12-13 21:18:57 +00:00
video.c player/video: set video_out to NULL before broadcasting events 2024-01-04 11:44:22 +01:00