COMMITS
/ player/lua.c May 16, 2026
C
docs/comments: fix doubled-word typos
Clinton Phillips committed
May 3, 2026
L
player/lua: fix autofree ctx leak on exit() call
llyyr committed
April 19, 2026
H
player/{lua,javascript}: add `mp.utils.terminal_display_width` function
Hubert Głuchowski committed
March 31, 2026
G
lua: remove the deprecated error field from end-file
Guido Cella committed
October 11, 2025
K
player/lua: fix UB in integerness check
Kacper Michajłow committed
August 28, 2025
G
context_menu.lua: add this script
Guido Cella committed
February 25, 2025
G
commands.lua: split this script out of console.lua
Guido Cella committed
March 1, 2025
K
various: use mp_assert macro
Kacper Michajłow committed
November 16, 2024
G
positioning.lua: add this script
Guido Cella committed
July 6, 2024
K
libmpv: use correct header directory name
Kacper Michajłow committed
September 26, 2024
G
lua: remove unused #define mp_lua_len
Guido Cella committed
June 27, 2024
K
player/lua: restore original lua allocator before close
Kacper Michajłow committed
May 12, 2024
G
select.lua: add this script
Guido Cella committed
May 4, 2024
G
scripting: add mp.input.select()
Guido Cella 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
April 9, 2024
N
player/lua: fix trailing whitespace for mp.log output
nanahi committed
January 2, 2024
G
scripting: add mp.input
Guido Cella committed
December 16, 2023
G
lua: don't return a second value from successful format_json
Guido Cella committed
October 22, 2023
K
scripting: rename backend names for concise naming
Kacper Michajłow committed
October 23, 2023
K
player/lua: use mp_msg_find_level in check_loglevel
Kacper Michajłow committed
July 23, 2023
D
build: remove outdated generated directory
Dudemanguy committed
July 7, 2023
C
json: unify json_parse depth to MAX_JSON_DEPTH=50
cvzi committed
March 28, 2023
A
various: fix various typos in the code base
Alexander Seiler committed
December 16, 2022
R
lua: add mp.del_property()
rcombs committed
May 12, 2022
G
lua: avoid rare memory leak in mp.join_path
Guido Cella committed
April 25, 2022
C
various: fix typos
Cœur committed
March 23, 2022
S
lua: use correct chunkname when loading script files
sfan5 committed
November 29, 2021
S
lua: remove mp.suspend, resume and resume_all
sfan5 committed
October 20, 2021
A
lua: makenode: prevent lua stack corruption
Avi Halachmi (:avih) committed
March 23, 2020
A
lua: autofree infrastructure: x2 faster
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
August 5, 2020
A
win32: scripting utils.get_env_list(): use UTF-8
Avi Halachmi (:avih) committed
W
auto_profiles: add this script
wm4 committed
August 16, 2020
W
lua: pass strings with embedded zeros as byte arrays
wm4 committed
July 25, 2020
A
lua: change mp.get_env_list() to utils.get_env_list()
Avi Halachmi (:avih) committed
July 16, 2020
W
lua: add mp.get_env_list() function
wm4 committed
June 4, 2020
W
build: fix another breakage
wm4 committed
June 21, 2019
W
build: change filenames of generated files
wm4 committed
May 10, 2020
W
April 9, 2020
N
lua: wrap existing allocator instead of reimplementing it
Niklas Haas committed
April 8, 2020
N
lua: disable memory accounting for luajit
Niklas Haas committed
W
stats: some more performance graphs
wm4 committed
March 22, 2020
A
lua: mp.get_property[_osd] don't need special handling anymore
Avi Halachmi (:avih) committed
A
lua: readdir: fix double closedir, use one more autofree
Avi Halachmi (:avih) committed
A
lua: autofree: use in few more places where it could leak
Avi Halachmi (:avih) committed
A
lua: autofree: the ctx is now an argument
Avi Halachmi (:avih) committed
A
lua: use an autofree wrapper instead of mp_lua_PITA
Avi Halachmi (:avih) committed