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
*
client API: be more lenient about mpv_suspend/resume mismatches
wm4
2014-12-15
1
-27
/
+6
*
lua: cosmetics: fix some include directives
wm4
2014-12-15
1
-3
/
+2
*
options: deprecate 'lua' based options/dirs for 'script'
Avi Halachmi (:avih)
2014-12-15
1
-4
/
+10
*
lua: fix broken error message
wm4
2014-12-02
1
-1
/
+1
*
lua, ipc: remove leftovers
wm4
2014-11-24
1
-9
/
+0
*
lua: subprocess: move to osdep/subprocess-{win,posix}.c
James Ross-Gowan
2014-11-22
1
-478
/
+3
*
lua: subprocess: use macros for SetHandleInformation
James Ross-Gowan
2014-11-22
1
-1
/
+2
*
lua: subprocess: fix handle inheritance race condition
James Ross-Gowan
2014-11-22
1
-11
/
+87
*
lua: subprocess: fix Ctrl+C handling on Windows
James Ross-Gowan
2014-11-22
1
-3
/
+11
*
lua: subprocess: cancel pending I/O before return
James Ross-Gowan
2014-11-22
1
-2
/
+7
*
player: integrate ytdl_hook.lua
wm4
2014-11-19
1
-0
/
+3
*
lua: subprocess: support cancellation on Windows
James Ross-Gowan
2014-11-18
1
-1
/
+9
*
lua: subprocess: use overlapped I/O on Windows
James Ross-Gowan
2014-11-18
1
-56
/
+133
*
lua: subprocess: remove minor code duplication
wm4
2014-11-16
1
-31
/
+22
*
lua: subprocess: add Windows implementation
James Ross-Gowan
2014-11-16
1
-46
/
+257
*
lua: subprocess: fix dumb
wm4
2014-10-26
1
-1
/
+1
*
lua: subprocess: tunnel stderr through mp_log
wm4
2014-10-26
1
-20
/
+63
*
lua: parse_json(): fix inverted condition for trail argument
wm4
2014-10-26
1
-1
/
+1
*
lua: subprocess: don't distinguish pipe errors/EOF
wm4
2014-10-26
1
-7
/
+4
*
lua: fix some more lua_tostring() mistakes
wm4
2014-10-25
1
-1
/
+3
*
lua: lua_tostring() on an error value can return NULL
wm4
2014-10-24
1
-2
/
+4
*
lua: fix non-sense
wm4
2014-10-23
1
-1
/
+1
*
lua: don't let temporary values take the place of arguments
wm4
2014-10-22
1
-1
/
+13
*
lua: don't use "output" as identifier
wm4
2014-10-21
1
-4
/
+4
*
fix build on OS X and BSD
Stefano Pigozzi
2014-10-19
1
-0
/
+1
*
lua: fix lua_objlen -> lua_rawlen for lua 5.2
Kevin Mitchell
2014-10-18
1
-1
/
+3
*
lua: strictly free memory on errors
wm4
2014-10-19
1
-29
/
+26
*
lua: expose JSON parser
wm4
2014-10-19
1
-0
/
+26
*
lua: add an utility function for starting processes
wm4
2014-10-19
1
-2
/
+146
*
lua: add a helper to auto-free temporary C memory
wm4
2014-10-19
1
-6
/
+32
*
win32: get rid of mp_stat in the normal source code
wm4
2014-10-17
1
-1
/
+1
*
lua: add command_native() function
wm4
2014-10-11
1
-0
/
+23
*
lua: add mpv/lua directories to the lua path
Otto Modinos
2014-09-28
1
-0
/
+25
*
sanitizer: avoid divide-by-zero instances
Ben Boeckel
2014-09-14
1
-5
/
+5
*
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