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
/
lua
/
defaults.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
lua: allow unregistration of idle handlers
Olivier Perret
2017-01-15
1
-0
/
+10
*
client API: turn mpv_suspend() and mpv_resume() into stubs
wm4
2016-11-22
1
-6
/
+6
*
lua: add API for registering idle handlers
wm4
2016-09-21
1
-0
/
+10
*
lua: run timers only after draining the event queue
wm4
2016-09-21
1
-12
/
+11
*
Use - as command-name separator everywhere
Timotej Lazar
2016-07-14
1
-3
/
+3
*
lua: add timer:is_enabled() function
Julian
2016-05-14
1
-0
/
+4
*
lua: don't require key for mp.add_key_binding()
wm4
2016-03-26
1
-3
/
+4
*
lua: don't suspend core by default during script execution
wm4
2016-03-18
1
-1
/
+1
*
lua: implement input_enable_section/input_disable_section via commands
wm4
2015-08-06
1
-1
/
+12
*
lua: make mp.input_define_section use the define-section command
wm4
2015-08-06
1
-0
/
+7
*
input: allow - as separator between commands, instead of _
wm4
2015-05-25
1
-5
/
+5
*
lua: replace getcwd() implementation
wm4
2015-03-24
1
-0
/
+4
*
Lua: add unpack shim for Lua 5.2/5.3 compatibility.
torque
2015-03-06
1
-0
/
+2
*
options: deprecate 'lua' based options/dirs for 'script'
Avi Halachmi (:avih)
2014-12-15
1
-1
/
+1
*
lua: don't ignore key press events for script key bindings
wm4
2014-12-10
1
-2
/
+2
*
lua: fully cleanup removed key bindings
wm4
2014-12-03
1
-0
/
+1
*
lua: add a function that formats Lua values as strings
wm4
2014-11-29
1
-16
/
+21
*
lua: remove redundant call
wm4
2014-11-24
1
-1
/
+0
*
lua: always handle key repeat on the script side
wm4
2014-11-24
1
-4
/
+5
*
lua, ipc: remove leftovers
wm4
2014-11-24
1
-1
/
+0
*
input, lua: redo input handling
wm4
2014-11-23
1
-34
/
+98
*
input: set mouse area by default for all input
wm4
2014-11-23
1
-1
/
+1
*
lua: add a way to add repeatable key bindings
wm4
2014-11-21
1
-3
/
+5
*
lua: add convenience function for hooks
wm4
2014-10-21
1
-0
/
+21
*
lua: allow disabling suspend
wm4
2014-08-14
1
-2
/
+8
*
client API: change mpv_wait_event() timeout semantics
wm4
2014-06-07
1
-1
/
+1
*
lua: make it easier to integrate with foreign event loops
wm4
2014-04-12
1
-6
/
+26
*
lua: add helper function for printing a table
wm4
2014-04-11
1
-0
/
+49
*
lua: add a minor helper function
wm4
2014-04-10
1
-0
/
+13
*
lua: add API for observing property changes
wm4
2014-04-08
1
-0
/
+26
*
lua: give more control over timers
wm4
2014-04-02
1
-9
/
+30
*
lua: add mp.unregister_event() function
wm4
2014-04-01
1
-0
/
+26
*
lua: rename mp.register_script_command() to mp.register_script_message()
wm4
2014-03-17
1
-13
/
+13
*
command, lua: change script_message semantics
wm4
2014-03-17
1
-1
/
+1
*
lua: fix add_key_binding()
wm4
2014-03-01
1
-2
/
+2
*
lua: fix use of renamed function
wm4
2014-03-01
1
-3
/
+3
*
lua: mark table values returned by get_property_native with their type
wm4
2014-02-26
1
-1
/
+8
*
lua: implement mp.get_opt() in Lua
wm4
2014-02-26
1
-0
/
+9
*
osd: override user bindings for OSC input
wm4
2014-02-26
1
-2
/
+2
*
lua: add a bunch of functions to get/set properties by their native type
wm4
2014-02-24
1
-0
/
+2
*
lua: fix behavior if no script command handler is registered
wm4
2014-02-23
1
-1
/
+3
*
lua: add mechanism for script provided key bindings
wm4
2014-02-17
1
-1
/
+77
*
lua: remove redundant inline documentation
wm4
2014-02-17
1
-4
/
+0
*
lua: make register_event() not overwrite previous event handler
wm4
2014-02-14
1
-4
/
+11
*
lua: some minor API changes
wm4
2014-02-11
1
-2
/
+5
*
lua: add a timer API
wm4
2014-02-10
1
-10
/
+79
*
lua: port to client API
wm4
2014-02-10
1
-5
/
+42
*
lua: use core log level names
wm4
2014-01-16
1
-1
/
+1
*
Move mpvcore/player/ to player/
wm4
2013-12-17
1
-0
/
+82