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: 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
*
lua: subprocess: fix dumb
wm4
2014-10-26
*
lua: subprocess: tunnel stderr through mp_log
wm4
2014-10-26
*
lua: parse_json(): fix inverted condition for trail argument
wm4
2014-10-26
*
lua: subprocess: don't distinguish pipe errors/EOF
wm4
2014-10-26
*
lua: fix some more lua_tostring() mistakes
wm4
2014-10-25
*
lua: lua_tostring() on an error value can return NULL
wm4
2014-10-24
*
lua: fix non-sense
wm4
2014-10-23
*
lua: don't let temporary values take the place of arguments
wm4
2014-10-22
*
lua: don't use "output" as identifier
wm4
2014-10-21
*
fix build on OS X and BSD
Stefano Pigozzi
2014-10-19
*
lua: fix lua_objlen -> lua_rawlen for lua 5.2
Kevin Mitchell
2014-10-18
*
lua: strictly free memory on errors
wm4
2014-10-19
*
lua: expose JSON parser
wm4
2014-10-19
*
lua: add an utility function for starting processes
wm4
2014-10-19
*
lua: add a helper to auto-free temporary C memory
wm4
2014-10-19
*
win32: get rid of mp_stat in the normal source code
wm4
2014-10-17
*
lua: add command_native() function
wm4
2014-10-11
*
lua: add mpv/lua directories to the lua path
Otto Modinos
2014-09-28
*
sanitizer: avoid divide-by-zero instances
Ben Boeckel
2014-09-14
*
lua: expose mp_getcwd through mp.utils
Otto Modinos
2014-08-31
*
Move compat/ and bstr/ directory contents somewhere else
wm4
2014-08-29
*
lua: wake up the core when setting OSD
wm4
2014-08-15
*
command: add a property that returns a list of all properties
wm4
2014-08-02
*
build: include <strings.h> for strcasecmp()
wm4
2014-07-10
*
lua: redo error handling, print backtraces
wm4
2014-07-07
*
Basic xdg directory implementation
Kenneth Zhou
2014-06-26
*
command: redo the property type
wm4
2014-06-13
*
Add more const
wm4
2014-06-11
*
lua: slightly nicer diagnostics output
wm4
2014-05-27
*
lua: add missing include files
wm4
2014-05-26
*
lua: fix compilation with lua 5.2
wm4
2014-05-26
*
lua: add some filesystem utility functions
wm4
2014-05-25
*
lua/osc: forgot some changed files in previous commit
ChrisK2
2014-05-23
*
player: reorganize how lua scripts are loaded
wm4
2014-05-13
*
lua: remove "lua/" prefix from script names
wm4
2014-05-02
[next]