COMMITS
/ player/javascript.c April 19, 2026
H
player/{lua,javascript}: add `mp.utils.terminal_display_width` function
Hubert Głuchowski committed
October 11, 2025
K
player/javascript: fix mp.set_property_number for integer properties
Kacper Michajłow committed
July 6, 2024
K
libmpv: use correct header directory name
Kacper Michajłow committed
October 21, 2024
N
player/javascript: disable stream error logging
nanahi committed
N
player/javascript: allow reading partial result for af_push_file
nanahi committed
October 20, 2024
N
player/javascript: use af for stream_read_file talloc context
nanahi committed
October 19, 2024
N
player/javascript: use stream_read_file for af_push_file
nanahi committed
May 1, 2024
K
osdep/dirent: add implementation for Windows SDK build
Kacper Michajłow committed
K
various: move strings.h inclusion to common.h
Kacper Michajłow committed
K
various: move unistd.h inclusion to common.h
Kacper Michajłow committed
October 22, 2023
K
scripting: rename backend names for concise naming
Kacper Michajłow committed
October 25, 2023
D
javascript: use --js-memory-report option instead of MPV_LEAK_REPORT
Dudemanguy committed
July 23, 2023
D
build: remove outdated generated directory
Dudemanguy committed
February 25, 2023
T
various: fix warning -Wimplicit-const-int-float-conversion
Thomas Weißschuh committed
December 16, 2022
R
javascript: add mp.del_property()
rcombs committed
February 4, 2022
A
js: utils.get_user_path: make wrapper of expand-path
Avi Halachmi (:avih) committed
December 26, 2021
A
js: events registration: clarify breakage/fix
Avi Halachmi (:avih) committed
A
js: fix event registration (keys, script-message, more)
Avi Halachmi (:avih) committed
July 23, 2021
A
js: fix tiny leaks if js_try throws(!)
Avi Halachmi (:avih) committed
June 10, 2021
A
js: add mp.utils.append_file
Avi Halachmi (:avih) committed
May 1, 2021
A
scripting (lua/js): utils.getpid: make wrapper of pid property
Avi Halachmi (:avih) committed
November 16, 2020
A
lua/js: mp.get_mouse_pos: use the mouse-pos property
Avi Halachmi (:avih) committed
April 11, 2020
A
js: report scripts CPU/memory usage statistics
Avi Halachmi (:avih) committed
August 5, 2020
A
win32: scripting utils.get_env_list(): use UTF-8
Avi Halachmi (:avih) committed
July 25, 2020
A
js: add mp.utils.get_env_list() (match 0e7f53a5, 9301cb78)
Avi Halachmi (:avih) committed
June 21, 2019
W
build: change filenames of generated files
wm4 committed
March 21, 2020
A
js: make wait_event autofree
Avi Halachmi (:avih) committed
A
js: use unified events (match 218d6643, 8a58a699)
Avi Halachmi (:avih) committed
February 7, 2020
A
js: require: directory-scripts: first look at <dir>/modules/
Avi Halachmi (:avih) committed
February 1, 2020
W
scripting: load scripts from directories
wm4 committed
January 8, 2020
A
js: use osd-dimentions for mp.get_osd_{size,margins}
Avi Halachmi (:avih) committed
December 23, 2019
A
js: support mp.create_osd_overlay (match 07287262)
Avi Halachmi (:avih) committed
W
client API, lua: add new API for setting OSD overlays
wm4 committed
November 19, 2019
A
js: don't pre-filter log level argument in mp.enable_messages()
Avi Halachmi (:avih) committed
March 12, 2019
A
js: expose mpv_abort_async_command() (match dbe831bd)
Avi Halachmi (:avih) committed
March 11, 2019
A
js: reimplement subprocess_detached using the run command (match 7f91e268)
Avi Halachmi (:avih) committed
A
js: reimplement subprocess using the subprocess command (match 548ef078)
Avi Halachmi (:avih) committed
A
js: expose async commands (match 159379980e)
Avi Halachmi (:avih) committed
April 13, 2018
A
js: correctness: use integer range checks
Avi Halachmi (:avih) committed
March 27, 2018
A
js: use new hooks API (match f60826c3)
Avi Halachmi (:avih) committed
December 17, 2017
S
lua+js: Implement utils.getpid()
sfan5 committed
December 11, 2017
T
lua+js: implement utils.file_info()
TSaaristo committed
September 20, 2017
A
js: fix broken mp.set_property_number, mp.set_property_native
Avi Halachmi (:avih) committed
July 6, 2017
A
js: utils.getenv(): fix crash on undefined var
Avi Halachmi (:avih) committed
June 17, 2017
W
javascript: replace custom MIN macro with MPMIN
wm4 committed
December 13, 2014
A
js: add javascript scripting support using MuJS
Avi Halachmi (:avih) committed