index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
input
/
cmd_parse.c
Commit message (
Expand
)
Author
Age
*
command: make "add <property> 0" not change the value
wm4
2015-09-10
*
input: allow - as separator between commands, instead of _
wm4
2015-05-25
*
Update license headers
Marcin Kurczewski
2015-04-13
*
input: fix dangling pointer
wm4
2015-01-25
*
input: simplify
wm4
2014-11-24
*
input: add a prefix to make any binding act on key repeat
wm4
2014-11-20
*
command: don't require whitespace before ';' or '#'
wm4
2014-10-31
*
command: fix debug output
wm4
2014-10-24
*
command: print executed commands with -v
wm4
2014-10-23
*
input: remove some unneeded code
wm4
2014-10-10
*
input: cosmetics: move code
wm4
2014-10-10
*
input: use mpv_node parser for char** command parsers
wm4
2014-10-10
*
input: add a function to parse mpv_node as command
wm4
2014-10-10
*
input: fix use after free with legacy commands
wm4
2014-09-08
*
Move compat/ and bstr/ directory contents somewhere else
wm4
2014-08-29
*
input: fix off by one error in command parser
wm4
2014-08-07
*
input: remove pausing command prefixes
wm4
2014-05-11
*
command: fix loadfile command
wm4
2014-02-24
*
command: remove special casing for strings in input commands
wm4
2014-02-23
*
common: simplify and optimize string escape parsing
wm4
2013-12-30
*
input: split off some code from input.c to separate files
wm4
2013-12-26