index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
player
/
scripting.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripting: change when/how player waits for scripts being loaded
wm4
2018-04-18
1
-20
/
+5
*
client API: add a first class hook API, and deprecate old API
wm4
2018-03-26
1
-1
/
+2
*
all: replace mpv_detach_destroy() with mpv_destroy()
wm4
2018-03-15
1
-2
/
+2
*
client API: add mpv_create_weak_client()
wm4
2018-03-15
1
-0
/
+1
*
scripting: make a function static
wm4
2018-03-08
1
-1
/
+1
*
msg: reinterpret a bunch of message levels
Niklas Haas
2017-12-15
1
-2
/
+2
*
scripting: report dlerror() output
Nicolas F
2017-12-01
1
-4
/
+7
*
lua: integrate stats.lua script
Julian
2017-10-09
1
-0
/
+1
*
scripting: add wrapper to load scripts with user paths
Ricardo Constantino
2017-06-30
1
-5
/
+10
*
js: add javascript scripting support using MuJS
Avi Halachmi (:avih)
2017-06-14
1
-0
/
+4
*
scripting: expand --script filename for C plugins
Hoyon Mak
2017-06-09
1
-2
/
+5
*
scripting: don't call dlclose() on C plugins
wm4
2017-01-14
1
-2
/
+2
*
scripting: minor logging improvements
wm4
2017-01-14
1
-5
/
+5
*
player: add experimental C plugin interface
wm4
2017-01-12
1
-0
/
+34
*
scripting: don't attempt to load builtin scripts twice
wm4
2016-09-26
1
-1
/
+0
*
command: add a load-script command
wm4
2016-09-22
1
-5
/
+5
*
player: make --osc/--ytdl settable during playback
wm4
2016-09-20
1
-4
/
+32
*
player: litter code with explicit wakeup calls
wm4
2016-09-16
1
-0
/
+1
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
1
-7
/
+7
*
path: make mp_path_join accept normal C strings
wm4
2015-05-09
1
-1
/
+1
*
lua: remove deprecated "lua" sub directories
wm4
2015-05-09
1
-19
/
+5
*
player: properly destroy client context if thread can't be created
wm4
2015-04-30
1
-1
/
+4
*
scripting: fix/improve deprecation message
wm4
2014-12-15
1
-3
/
+6
*
options: deprecate 'lua' based options/dirs for 'script'
Avi Halachmi (:avih)
2014-12-15
1
-7
/
+18
*
player: integrate ytdl_hook.lua
wm4
2014-11-19
1
-0
/
+2
*
osdep: limit thread names to 16 characters
wm4
2014-10-20
1
-1
/
+1
*
Set thread name for debugging
wm4
2014-10-19
1
-0
/
+5
*
win32: get rid of mp_stat in the normal source code
wm4
2014-10-17
1
-1
/
+1
*
player: open stream and demuxer asynchronously
wm4
2014-10-06
1
-4
/
+2
*
lua: synchronously wait until scripts are loaded
wm4
2014-09-06
1
-5
/
+17
*
Move compat/ and bstr/ directory contents somewhere else
wm4
2014-08-29
1
-1
/
+1
*
player: don't sort a NULL list
Ben Boeckel
2014-08-28
1
-1
/
+2
*
build: include <strings.h> for strcasecmp()
wm4
2014-07-10
1
-0
/
+1
*
scripting: shorten a line
wm4
2014-06-26
1
-2
/
+3
*
Basic xdg directory implementation
Kenneth Zhou
2014-06-26
1
-4
/
+4
*
Add more const
wm4
2014-06-11
1
-1
/
+1
*
client API: rename mpv_destroy() to mpv_detach_destroy()
wm4
2014-06-07
1
-1
/
+1
*
lua: make warning about unknown scripts -v only
wm4
2014-06-04
1
-1
/
+1
*
player: reorganize how lua scripts are loaded
wm4
2014-05-13
1
-0
/
+179