summaryrefslogtreecommitdiffstats
path: root/player/lua.c
Commit message (Expand)AuthorAgeFilesLines
* 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