aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/lua.c
Commit message (Expand)AuthorAge
...
* lua, osc: use properties for chapter/track listsGravatar wm42014-02-24
* lua: add a bunch of functions to get/set properties by their native typeGravatar wm42014-02-24
* lua: add mechanism for script provided key bindingsGravatar wm42014-02-17
* client API: add a client message eventGravatar wm42014-02-17
* lua: allow giving fallback values in get_property() callsGravatar wm42014-02-17
* lua: auto-load scripts from ~/.mpv/lua/Gravatar wm42014-02-14
* lua: some minor API changesGravatar wm42014-02-11
* lua: add set_property functionGravatar wm42014-02-11
* lua: change error behaviorGravatar wm42014-02-11
* lua: rename some API functionsGravatar wm42014-02-11
* lua: port to client APIGravatar wm42014-02-10
* lua: allow ~ path convention for --luaGravatar wm42014-01-21
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* lua: add a --lua-opts option, which can be queried by scriptsGravatar wm42014-01-16
* lua: use core log level namesGravatar wm42014-01-16
* lua: allow scripts to snoop messagesGravatar wm42014-01-16
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* msg: convert defines to enumGravatar wm42013-12-21
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* lua: minor simplificationGravatar wm42013-12-21
* input, lua: add functions to take pre-split input commandsGravatar wm42013-12-20
* player: replace some overlooked mp_msgsGravatar wm42013-12-19
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Rename mp_lua.c/h to lua.c/hGravatar wm42013-12-17