summaryrefslogtreecommitdiffstats
path: root/player/lua.c
Commit message (Expand)AuthorAgeFilesLines
* lua: wrap mpv_get_wakeup_pipe()wm42014-04-121-0/+8
* lua: add API for observing property changeswm42014-04-081-4/+12
* lua: add basic mpv_observe_property supportwm42014-04-061-0/+58
* lua: add license headerwm42014-03-071-0/+17
* lua: set a proper chunk name for builtin moduleswm42014-03-011-1/+2
* lua: fix format string in luaL_error()wm42014-03-011-1/+1
* lua: add option to disable auto-loading of lua scriptswm42014-02-281-0/+2
* lua: add set_property_native functionwm42014-02-261-3/+132
* lua: mark table values returned by get_property_native with their typewm42014-02-261-0/+14
* lua: implement mp.get_opt() in Luawm42014-02-261-24/+0
* osd: override user bindings for OSC inputwm42014-02-261-2/+2
* client API: report pause/unpause reasonwm42014-02-241-0/+16
* client API: expose the internal clockwm42014-02-241-1/+2
* lua, osc: use properties for chapter/track listswm42014-02-241-77/+0
* lua: add a bunch of functions to get/set properties by their native typewm42014-02-241-5/+150
* lua: add mechanism for script provided key bindingswm42014-02-171-1/+12
* client API: add a client message eventwm42014-02-171-0/+13
* lua: allow giving fallback values in get_property() callswm42014-02-171-2/+5
* lua: auto-load scripts from ~/.mpv/lua/wm42014-02-141-3/+48
* lua: some minor API changeswm42014-02-111-12/+15
* lua: add set_property functionwm42014-02-111-0/+10
* lua: change error behaviorwm42014-02-111-13/+11
* lua: rename some API functionswm42014-02-111-13/+13
* lua: port to client APIwm42014-02-101-152/+185
* lua: allow ~ path convention for --luawm42014-01-211-1/+3
* sub: uglify OSD code path with lockingwm42014-01-181-22/+9
* lua: add a --lua-opts option, which can be queried by scriptswm42014-01-161-0/+16
* lua: use core log level nameswm42014-01-161-11/+2
* lua: allow scripts to snoop messageswm42014-01-161-10/+60
* msg: rename mp_msg_log -> mp_msgwm42013-12-211-2/+2
* msg: convert defines to enumwm42013-12-211-1/+1
* path lookup functions: mp_msg conversionswm42013-12-211-1/+2
* lua: minor simplificationwm42013-12-211-2/+1
* input, lua: add functions to take pre-split input commandswm42013-12-201-0/+23
* player: replace some overlooked mp_msgswm42013-12-191-4/+4
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-3/+3
* Move options/config related files from mpvcore/ to options/wm42013-12-171-3/+3
* Move mpvcore/input/ to input/wm42013-12-171-1/+1
* Rename mp_lua.c/h to lua.c/hwm42013-12-171-0/+683