aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/lua.c
Commit message (Expand)AuthorAge
* osd: cleanup: make OSDTYPE_ constants private to OSD codeGravatar wm42016-03-08
* osd, lua: manage multiple ASS overlays set with set_osd_ass() callsGravatar wm42016-03-08
* osd, lua: remove weird OSD scalingGravatar wm42016-03-07
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* osd: delay libass initialization as far as possibleGravatar wm42015-09-07
* lua: implement input_enable_section/input_disable_section via commandsGravatar wm42015-08-06
* lua: make mp.input_define_section use the define-section commandGravatar wm42015-08-06
* subprocess, lua: export whether the process was killed by usGravatar wm42015-06-27
* lua: support MPV_END_FILE_REASON_REDIRECTGravatar wm42015-06-11
* lua: export end-file event fieldsGravatar wm42015-06-11
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* lua: remove deprecated "lua" sub directoriesGravatar wm42015-05-09
* lua: add utils.format_json() functionGravatar wm42015-04-22
* client API: add MPV_FORMAT_BYTE_ARRAY typeGravatar wm42015-04-20
* lua: reject Lua 5.3Gravatar wm42015-04-01
* build: make posix_spawn() mandatoryGravatar wm42015-03-30
* lua: replace getcwd() implementationGravatar wm42015-03-24
* 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