aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/scripting.c
Commit message (Expand)AuthorAge
* scripting: change when/how player waits for scripts being loadedGravatar wm42018-04-18
* client API: add a first class hook API, and deprecate old APIGravatar wm42018-03-26
* all: replace mpv_detach_destroy() with mpv_destroy()Gravatar wm42018-03-15
* client API: add mpv_create_weak_client()Gravatar wm42018-03-15
* scripting: make a function staticGravatar wm42018-03-08
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* scripting: report dlerror() outputGravatar Nicolas F2017-12-01
* lua: integrate stats.lua scriptGravatar Julian2017-10-09
* scripting: add wrapper to load scripts with user pathsGravatar Ricardo Constantino2017-06-30
* js: add javascript scripting support using MuJSGravatar Avi Halachmi (:avih)2017-06-14
* scripting: expand --script filename for C pluginsGravatar Hoyon Mak2017-06-09
* scripting: don't call dlclose() on C pluginsGravatar wm42017-01-14
* scripting: minor logging improvementsGravatar wm42017-01-14
* player: add experimental C plugin interfaceGravatar wm42017-01-12
* scripting: don't attempt to load builtin scripts twiceGravatar wm42016-09-26
* command: add a load-script commandGravatar wm42016-09-22
* player: make --osc/--ytdl settable during playbackGravatar wm42016-09-20
* player: litter code with explicit wakeup callsGravatar wm42016-09-16
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* lua: remove deprecated "lua" sub directoriesGravatar wm42015-05-09
* player: properly destroy client context if thread can't be createdGravatar wm42015-04-30
* scripting: fix/improve deprecation messageGravatar wm42014-12-15
* options: deprecate 'lua' based options/dirs for 'script'Gravatar Avi Halachmi (:avih)2014-12-15
* player: integrate ytdl_hook.luaGravatar wm42014-11-19
* osdep: limit thread names to 16 charactersGravatar wm42014-10-20
* Set thread name for debuggingGravatar wm42014-10-19
* win32: get rid of mp_stat in the normal source codeGravatar wm42014-10-17
* player: open stream and demuxer asynchronouslyGravatar wm42014-10-06
* lua: synchronously wait until scripts are loadedGravatar wm42014-09-06
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* player: don't sort a NULL listGravatar Ben Boeckel2014-08-28
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* scripting: shorten a lineGravatar wm42014-06-26
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* Add more constGravatar wm42014-06-11
* client API: rename mpv_destroy() to mpv_detach_destroy()Gravatar wm42014-06-07
* lua: make warning about unknown scripts -v onlyGravatar wm42014-06-04
* player: reorganize how lua scripts are loadedGravatar wm42014-05-13