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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lua: expose mp_getcwd through mp.utils
Otto Modinos
2014-08-31
1
-0
/
+14
*
Move compat/ and bstr/ directory contents somewhere else
wm4
2014-08-29
1
-1
/
+1
*
lua: wake up the core when setting OSD
wm4
2014-08-15
1
-0
/
+1
*
command: add a property that returns a list of all properties
wm4
2014-08-02
1
-13
/
+0
*
build: include <strings.h> for strcasecmp()
wm4
2014-07-10
1
-0
/
+1
*
lua: redo error handling, print backtraces
wm4
2014-07-07
1
-82
/
+90
*
Basic xdg directory implementation
Kenneth Zhou
2014-06-26
1
-1
/
+1
*
command: redo the property type
wm4
2014-06-13
1
-1
/
+1
*
Add more const
wm4
2014-06-11
1
-2
/
+2
*
lua: slightly nicer diagnostics output
wm4
2014-05-27
1
-1
/
+3
*
lua: add missing include files
wm4
2014-05-26
1
-0
/
+2
*
lua: fix compilation with lua 5.2
wm4
2014-05-26
1
-8
/
+42
*
lua: add some filesystem utility functions
wm4
2014-05-25
1
-10
/
+72
*
lua/osc: forgot some changed files in previous commit
ChrisK2
2014-05-23
1
-0
/
+3
*
player: reorganize how lua scripts are loaded
wm4
2014-05-13
1
-114
/
+11
*
lua: remove "lua/" prefix from script names
wm4
2014-05-02
1
-1
/
+1
*
lua: fix stack going out of sync
wm4
2014-04-24
1
-0
/
+1
*
client API: remove mpv_event_pause_reason
wm4
2014-04-14
1
-16
/
+0
*
lua: wrap mpv_get_wakeup_pipe()
wm4
2014-04-12
1
-0
/
+8
*
lua: add API for observing property changes
wm4
2014-04-08
1
-4
/
+12
*
lua: add basic mpv_observe_property support
wm4
2014-04-06
1
-0
/
+58
*
lua: add license header
wm4
2014-03-07
1
-0
/
+17
*
lua: set a proper chunk name for builtin modules
wm4
2014-03-01
1
-1
/
+2
*
lua: fix format string in luaL_error()
wm4
2014-03-01
1
-1
/
+1
*
lua: add option to disable auto-loading of lua scripts
wm4
2014-02-28
1
-0
/
+2
*
lua: add set_property_native function
wm4
2014-02-26
1
-3
/
+132
*
lua: mark table values returned by get_property_native with their type
wm4
2014-02-26
1
-0
/
+14
*
lua: implement mp.get_opt() in Lua
wm4
2014-02-26
1
-24
/
+0
*
osd: override user bindings for OSC input
wm4
2014-02-26
1
-2
/
+2
*
client API: report pause/unpause reason
wm4
2014-02-24
1
-0
/
+16
*
client API: expose the internal clock
wm4
2014-02-24
1
-1
/
+2
*
lua, osc: use properties for chapter/track lists
wm4
2014-02-24
1
-77
/
+0
*
lua: add a bunch of functions to get/set properties by their native type
wm4
2014-02-24
1
-5
/
+150
*
lua: add mechanism for script provided key bindings
wm4
2014-02-17
1
-1
/
+12
*
client API: add a client message event
wm4
2014-02-17
1
-0
/
+13
*
lua: allow giving fallback values in get_property() calls
wm4
2014-02-17
1
-2
/
+5
*
lua: auto-load scripts from ~/.mpv/lua/
wm4
2014-02-14
1
-3
/
+48
*
lua: some minor API changes
wm4
2014-02-11
1
-12
/
+15
*
lua: add set_property function
wm4
2014-02-11
1
-0
/
+10
*
lua: change error behavior
wm4
2014-02-11
1
-13
/
+11
*
lua: rename some API functions
wm4
2014-02-11
1
-13
/
+13
*
lua: port to client API
wm4
2014-02-10
1
-152
/
+185
*
lua: allow ~ path convention for --lua
wm4
2014-01-21
1
-1
/
+3
*
sub: uglify OSD code path with locking
wm4
2014-01-18
1
-22
/
+9
*
lua: add a --lua-opts option, which can be queried by scripts
wm4
2014-01-16
1
-0
/
+16
*
lua: use core log level names
wm4
2014-01-16
1
-11
/
+2
*
lua: allow scripts to snoop messages
wm4
2014-01-16
1
-10
/
+60
*
msg: rename mp_msg_log -> mp_msg
wm4
2013-12-21
1
-2
/
+2
*
msg: convert defines to enum
wm4
2013-12-21
1
-1
/
+1
*
path lookup functions: mp_msg conversions
wm4
2013-12-21
1
-1
/
+2
*
lua: minor simplification
wm4
2013-12-21
1
-2
/
+1
*
input, lua: add functions to take pre-split input commands
wm4
2013-12-20
1
-0
/
+23
*
player: replace some overlooked mp_msgs
wm4
2013-12-19
1
-4
/
+4
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
1
-3
/
+3
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
1
-3
/
+3
*
Move mpvcore/input/ to input/
wm4
2013-12-17
1
-1
/
+1
*
Rename mp_lua.c/h to lua.c/h
wm4
2013-12-17
1
-0
/
+683