aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/lua.c
Commit message (Expand)AuthorAge
* Lua: add mp.get_screen_margins().Gravatar torque2015-03-01
* client API: be more lenient about mpv_suspend/resume mismatchesGravatar wm42014-12-15
* lua: cosmetics: fix some include directivesGravatar wm42014-12-15
* options: deprecate 'lua' based options/dirs for 'script'Gravatar Avi Halachmi (:avih)2014-12-15
* lua: fix broken error messageGravatar wm42014-12-02
* lua, ipc: remove leftoversGravatar wm42014-11-24
* lua: subprocess: move to osdep/subprocess-{win,posix}.cGravatar James Ross-Gowan2014-11-22
* lua: subprocess: use macros for SetHandleInformationGravatar James Ross-Gowan2014-11-22
* lua: subprocess: fix handle inheritance race conditionGravatar James Ross-Gowan2014-11-22
* lua: subprocess: fix Ctrl+C handling on WindowsGravatar James Ross-Gowan2014-11-22
* lua: subprocess: cancel pending I/O before returnGravatar James Ross-Gowan2014-11-22
* player: integrate ytdl_hook.luaGravatar wm42014-11-19
* lua: subprocess: support cancellation on WindowsGravatar James Ross-Gowan2014-11-18
* lua: subprocess: use overlapped I/O on WindowsGravatar James Ross-Gowan2014-11-18
* lua: subprocess: remove minor code duplicationGravatar wm42014-11-16
* lua: subprocess: add Windows implementationGravatar James Ross-Gowan2014-11-16
* lua: subprocess: fix dumbGravatar wm42014-10-26
* lua: subprocess: tunnel stderr through mp_logGravatar wm42014-10-26
* lua: parse_json(): fix inverted condition for trail argumentGravatar wm42014-10-26
* lua: subprocess: don't distinguish pipe errors/EOFGravatar wm42014-10-26
* lua: fix some more lua_tostring() mistakesGravatar wm42014-10-25
* lua: lua_tostring() on an error value can return NULLGravatar wm42014-10-24
* lua: fix non-senseGravatar wm42014-10-23
* lua: don't let temporary values take the place of argumentsGravatar wm42014-10-22
* lua: don't use "output" as identifierGravatar wm42014-10-21
* fix build on OS X and BSDGravatar Stefano Pigozzi2014-10-19
* lua: fix lua_objlen -> lua_rawlen for lua 5.2Gravatar Kevin Mitchell2014-10-18
* lua: strictly free memory on errorsGravatar wm42014-10-19
* lua: expose JSON parserGravatar wm42014-10-19
* lua: add an utility function for starting processesGravatar wm42014-10-19
* lua: add a helper to auto-free temporary C memoryGravatar wm42014-10-19
* win32: get rid of mp_stat in the normal source codeGravatar wm42014-10-17
* lua: add command_native() functionGravatar wm42014-10-11
* lua: add mpv/lua directories to the lua pathGravatar Otto Modinos2014-09-28
* sanitizer: avoid divide-by-zero instancesGravatar Ben Boeckel2014-09-14
* lua: expose mp_getcwd through mp.utilsGravatar Otto Modinos2014-08-31
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* lua: wake up the core when setting OSDGravatar wm42014-08-15
* command: add a property that returns a list of all propertiesGravatar wm42014-08-02
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* lua: redo error handling, print backtracesGravatar wm42014-07-07
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* command: redo the property typeGravatar wm42014-06-13
* Add more constGravatar wm42014-06-11
* lua: slightly nicer diagnostics outputGravatar wm42014-05-27
* lua: add missing include filesGravatar wm42014-05-26
* lua: fix compilation with lua 5.2Gravatar wm42014-05-26
* lua: add some filesystem utility functionsGravatar wm42014-05-25
* lua/osc: forgot some changed files in previous commitGravatar ChrisK22014-05-23
* player: reorganize how lua scripts are loadedGravatar wm42014-05-13