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
...
*
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
*
lua: fix stack going out of sync
wm4
2014-04-24
*
client API: remove mpv_event_pause_reason
wm4
2014-04-14
*
lua: wrap mpv_get_wakeup_pipe()
wm4
2014-04-12
*
lua: add API for observing property changes
wm4
2014-04-08
*
lua: add basic mpv_observe_property support
wm4
2014-04-06
*
lua: add license header
wm4
2014-03-07
*
lua: set a proper chunk name for builtin modules
wm4
2014-03-01
*
lua: fix format string in luaL_error()
wm4
2014-03-01
*
lua: add option to disable auto-loading of lua scripts
wm4
2014-02-28
*
lua: add set_property_native function
wm4
2014-02-26
*
lua: mark table values returned by get_property_native with their type
wm4
2014-02-26
*
lua: implement mp.get_opt() in Lua
wm4
2014-02-26
*
osd: override user bindings for OSC input
wm4
2014-02-26
*
client API: report pause/unpause reason
wm4
2014-02-24
*
client API: expose the internal clock
wm4
2014-02-24
*
lua, osc: use properties for chapter/track lists
wm4
2014-02-24
*
lua: add a bunch of functions to get/set properties by their native type
wm4
2014-02-24
*
lua: add mechanism for script provided key bindings
wm4
2014-02-17
*
client API: add a client message event
wm4
2014-02-17
*
lua: allow giving fallback values in get_property() calls
wm4
2014-02-17
*
lua: auto-load scripts from ~/.mpv/lua/
wm4
2014-02-14
*
lua: some minor API changes
wm4
2014-02-11
*
lua: add set_property function
wm4
2014-02-11
*
lua: change error behavior
wm4
2014-02-11
*
lua: rename some API functions
wm4
2014-02-11
*
lua: port to client API
wm4
2014-02-10
*
lua: allow ~ path convention for --lua
wm4
2014-01-21
*
sub: uglify OSD code path with locking
wm4
2014-01-18
*
lua: add a --lua-opts option, which can be queried by scripts
wm4
2014-01-16
*
lua: use core log level names
wm4
2014-01-16
*
lua: allow scripts to snoop messages
wm4
2014-01-16
*
msg: rename mp_msg_log -> mp_msg
wm4
2013-12-21
*
msg: convert defines to enum
wm4
2013-12-21
*
path lookup functions: mp_msg conversions
wm4
2013-12-21
*
lua: minor simplification
wm4
2013-12-21
*
input, lua: add functions to take pre-split input commands
wm4
2013-12-20
[prev]
[next]