summaryrefslogtreecommitdiffstats
path: root/player/scripting.c
Commit message (Expand)AuthorAgeFilesLines
* msg: reinterpret a bunch of message levelsNiklas Haas2017-12-151-2/+2
* scripting: report dlerror() outputNicolas F2017-12-011-4/+7
* lua: integrate stats.lua scriptJulian2017-10-091-0/+1
* scripting: add wrapper to load scripts with user pathsRicardo Constantino2017-06-301-5/+10
* js: add javascript scripting support using MuJSAvi Halachmi (:avih)2017-06-141-0/+4
* scripting: expand --script filename for C pluginsHoyon Mak2017-06-091-2/+5
* scripting: don't call dlclose() on C pluginswm42017-01-141-2/+2
* scripting: minor logging improvementswm42017-01-141-5/+5
* player: add experimental C plugin interfacewm42017-01-121-0/+34
* scripting: don't attempt to load builtin scripts twicewm42016-09-261-1/+0
* command: add a load-script commandwm42016-09-221-5/+5
* player: make --osc/--ytdl settable during playbackwm42016-09-201-4/+32
* player: litter code with explicit wakeup callswm42016-09-161-0/+1
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* path: make mp_path_join accept normal C stringswm42015-05-091-1/+1
* lua: remove deprecated "lua" sub directorieswm42015-05-091-19/+5
* player: properly destroy client context if thread can't be createdwm42015-04-301-1/+4
* scripting: fix/improve deprecation messagewm42014-12-151-3/+6
* options: deprecate 'lua' based options/dirs for 'script'Avi Halachmi (:avih)2014-12-151-7/+18
* player: integrate ytdl_hook.luawm42014-11-191-0/+2
* osdep: limit thread names to 16 characterswm42014-10-201-1/+1
* Set thread name for debuggingwm42014-10-191-0/+5
* win32: get rid of mp_stat in the normal source codewm42014-10-171-1/+1
* player: open stream and demuxer asynchronouslywm42014-10-061-4/+2
* lua: synchronously wait until scripts are loadedwm42014-09-061-5/+17
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* player: don't sort a NULL listBen Boeckel2014-08-281-1/+2
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* scripting: shorten a linewm42014-06-261-2/+3
* Basic xdg directory implementationKenneth Zhou2014-06-261-4/+4
* Add more constwm42014-06-111-1/+1
* client API: rename mpv_destroy() to mpv_detach_destroy()wm42014-06-071-1/+1
* lua: make warning about unknown scripts -v onlywm42014-06-041-1/+1
* player: reorganize how lua scripts are loadedwm42014-05-131-0/+179