index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
player
/
lua.c
Commit message (
Expand
)
Author
Age
*
client API: add a first class hook API, and deprecate old API
wm4
2018-03-26
*
lua+js: Implement utils.getpid()
sfan5
2018-02-13
*
msg: reinterpret a bunch of message levels
Niklas Haas
2017-12-15
*
lua+js: implement utils.file_info()
TSaaristo
2017-12-13
*
lua: integrate stats.lua script
Julian
2017-10-09
*
scripting: expand --script filename for C plugins
Hoyon Mak
2017-06-09
*
lua: increase subprocess stdout limit to 64MB
Ricardo Constantino
2017-05-04
*
lua: close directory after reading its entries
William Woodruff
2017-01-17
*
scripting: minor logging improvements
wm4
2017-01-14
*
client API: turn mpv_suspend() and mpv_resume() into stubs
wm4
2016-11-22
*
lua: complain loudly if Lua state creation fails
wm4
2016-09-25
*
lua: fix array detection
wm4
2016-09-24
*
lua: expose subprocess_detached
rr-
2016-09-21
*
player: kill associated OSD and key bindings when removing a script
wm4
2016-09-20
*
client API: declare mpv_suspend/mpv_resume deprecated
wm4
2016-09-16
*
player, ao, vo: don't call mp_input_wakeup() directly
wm4
2016-09-16
*
osd: cleanup: make OSDTYPE_ constants private to OSD code
wm4
2016-03-08
*
osd, lua: manage multiple ASS overlays set with set_osd_ass() calls
wm4
2016-03-08
*
osd, lua: remove weird OSD scaling
wm4
2016-03-07
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
*
osd: delay libass initialization as far as possible
wm4
2015-09-07
*
lua: implement input_enable_section/input_disable_section via commands
wm4
2015-08-06
*
lua: make mp.input_define_section use the define-section command
wm4
2015-08-06
*
subprocess, lua: export whether the process was killed by us
wm4
2015-06-27
*
lua: support MPV_END_FILE_REASON_REDIRECT
wm4
2015-06-11
*
lua: export end-file event fields
wm4
2015-06-11
*
path: make mp_path_join accept normal C strings
wm4
2015-05-09
*
lua: remove deprecated "lua" sub directories
wm4
2015-05-09
*
lua: add utils.format_json() function
wm4
2015-04-22
*
client API: add MPV_FORMAT_BYTE_ARRAY type
wm4
2015-04-20
*
lua: reject Lua 5.3
wm4
2015-04-01
*
build: make posix_spawn() mandatory
wm4
2015-03-30
*
lua: replace getcwd() implementation
wm4
2015-03-24
*
Lua: add mp.get_screen_margins().
torque
2015-03-01
*
client API: be more lenient about mpv_suspend/resume mismatches
wm4
2014-12-15
*
lua: cosmetics: fix some include directives
wm4
2014-12-15
*
options: deprecate 'lua' based options/dirs for 'script'
Avi Halachmi (:avih)
2014-12-15
*
lua: fix broken error message
wm4
2014-12-02
*
lua, ipc: remove leftovers
wm4
2014-11-24
*
lua: subprocess: move to osdep/subprocess-{win,posix}.c
James Ross-Gowan
2014-11-22
*
lua: subprocess: use macros for SetHandleInformation
James Ross-Gowan
2014-11-22
*
lua: subprocess: fix handle inheritance race condition
James Ross-Gowan
2014-11-22
*
lua: subprocess: fix Ctrl+C handling on Windows
James Ross-Gowan
2014-11-22
*
lua: subprocess: cancel pending I/O before return
James Ross-Gowan
2014-11-22
*
player: integrate ytdl_hook.lua
wm4
2014-11-19
*
lua: subprocess: support cancellation on Windows
James Ross-Gowan
2014-11-18
*
lua: subprocess: use overlapped I/O on Windows
James Ross-Gowan
2014-11-18
*
lua: subprocess: remove minor code duplication
wm4
2014-11-16
*
lua: subprocess: add Windows implementation
James Ross-Gowan
2014-11-16
[next]