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
*
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
*
player: replace some overlooked mp_msgs
wm4
2013-12-19
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
*
Move mpvcore/input/ to input/
wm4
2013-12-17
*
Rename mp_lua.c/h to lua.c/h
wm4
2013-12-17