aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Expand)AuthorAge
* 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
| * commands: change input commands to make OSD usage explicitGravatar wm42012-10-12
| * commands: simplify legacy command-to-property bridgeGravatar wm42012-10-12
| * commands: remove legacy slave mode get commandsGravatar wm42012-10-12
* | commands: fix parsing bugGravatar wm42012-09-23
|/
* vf_rectangle: remove as it is very dirty and we have a replacement nowGravatar Rudolf Polzer2012-09-18
* core: manage tracks in the frontendGravatar wm42012-09-18
* command: remove sub_remove commandGravatar wm42012-09-07
* command: remove sub_log commandGravatar wm42012-09-07
* input: add ability to disable all default bindings for an input sectionGravatar wm42012-08-24
* Remove dvdnav support (DVD menus)Gravatar wm42012-08-16
* options: get rid of ambiguous option parsingGravatar wm42012-08-05
* Remove teletext supportGravatar wm42012-08-03
* mplayer: rip out --capture supportGravatar wm42012-08-02
* input: change bind_keys() to use bstrGravatar wm42012-08-01
* input: replace internal key binds with included etc/input.confGravatar wm42012-08-01
* input: refactor: store builtin key binds along user user bindsGravatar wm42012-08-01