aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* input: use bstr_xappend()Gravatar wm42013-12-30
* common: simplify and optimize string escape parsingGravatar wm42013-12-30
* input: print an error if reading input.conf failsGravatar wm42013-12-28
* options: simplify handling of some help optionsGravatar wm42013-12-26
* input: cosmetics: move code aroundGravatar wm42013-12-26
* input: split off some code from input.c to separate filesGravatar wm42013-12-26
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* msg: convert defines to enumGravatar wm42013-12-21
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* stream: mp_msg conversionsGravatar wm42013-12-21
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* input: rework how input sources are addedGravatar wm42013-12-21
* input: make parse_cmd_strv take const argsGravatar Martin Herkt2013-12-20
* input, lua: add functions to take pre-split input commandsGravatar wm42013-12-20
* Rename getch2....c/h to terminal....c/hGravatar wm42013-12-19
* command: remove radio commandsGravatar wm42013-12-19
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* Merge branch 'osd_changes' into masterGravatar wm42012-11-01
|\
* | input: minor simplificationGravatar wm42012-11-01
* | input: fix off-by-one errorGravatar reimar2012-10-31
| * screenshot: change "screenshot" input commandGravatar wm42012-10-24
| * screenshot: allow taking screenshots with subtitlesGravatar wm42012-10-24
|/
* input: fix mp_cmd memory leakGravatar wm42012-10-14
* input: minor simplification to mp_input_get_cmd()Gravatar wm42012-10-14
* input: add input test modeGravatar wm42012-10-14
* input: track location info for input commandsGravatar wm42012-10-14
* input: don't warn on commands for disabled optional featuresGravatar wm42012-10-14
* Merge branch 'input_changes' into masterGravatar wm42012-10-12
|\
* | Rename to "mpv"Gravatar wm42012-10-12
| * commands: use "up" and "down" as 2nd argument for cycle commandGravatar wm42012-10-12
| * commands: add print_text input command to print text on the terminalGravatar wm42012-10-12
| * commands: sub_step takes only one argumentGravatar wm42012-10-12
| * commands: disable deprecation warningsGravatar wm42012-10-12
| * commands: rename show_tracks/chapters_osd commandGravatar wm42012-10-12
| * commands: more user-control whether a command shows OSD bars/messagesGravatar wm42012-10-12
| * commands: add choice type to input commandsGravatar wm42012-10-12
| * input: warn about non-existing commands, add explicit "ignore" commandGravatar wm42012-10-12
| * input: handle escapes always in command parserGravatar wm42012-10-12
| * input: verify input.conf on loadingGravatar wm42012-10-12
| * commands: replace "switch" with "add" and "cycle"Gravatar wm42012-10-12
| * commands: make "aspect" property writeable, replaces "switch_ratio"Gravatar wm42012-10-12
| * commands: replace --hardframedrop, change framedropping propertyGravatar wm42012-10-12
| * commands: remove third parameter for "switch"Gravatar wm42012-10-12
| * commands: rename osd_show_[property_]text and osd_show_progressionGravatar wm42012-10-12
| * commands: remove speed_set/speed_incr commandsGravatar wm42012-10-12
| * commands: rename properties, update input.confGravatar wm42012-10-12
| * commands: remove unimplemented "use_master" commandGravatar wm42012-10-12