summaryrefslogtreecommitdiffstats
path: root/player/command.h
Commit message (Expand)AuthorAgeFilesLines
* command: do not exit playback if the B point of A-B loop is past EOFwm42015-06-161-0/+2
* command: remove unnecessary event IDswm42015-06-091-2/+0
* client API: add glue for making full use of mpv_command_node()wm42015-04-201-1/+2
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* player: fix audio-device-list updateswm42015-02-141-0/+2
* ao_coreaudio: add support for hotplug notificationsStefano Pigozzi2015-02-141-0/+1
* audio: add device change notification for hotpluggingwm42015-02-121-0/+1
* command: send additional property change events in-between loadingwm42015-02-011-0/+1
* client API: notify API user on event queue overflowwm42015-01-191-1/+1
* command: add window-minimized property (X11 only)wm42014-11-021-0/+1
* command: make window-scale property observablewm42014-11-021-3/+7
* command: remove hook cancellation mechanismwm42014-10-201-1/+0
* command: add a mechanism to allow scripts to intercept file loadswm42014-10-161-0/+4
* client API: minor optimizations for property notificationwm42014-08-021-0/+4
* command: add a property that returns a list of all propertieswm42014-08-021-3/+0
* client API: make "cache" property and similar observablewm42014-07-311-0/+3
* command: redo the property typewm42014-06-131-1/+1
* client API: report success status when running commandswm42014-06-011-1/+1
* command: add const to mp_notify_propertywm42014-06-011-1/+1
* client API: add a way to notify clients of property changeswm42014-04-061-0/+2
* options: handle escape sequences in e.g. --playing-msg differentlywm42014-02-201-0/+1
* lua: port to client APIwm42014-02-101-1/+0
* Add a client APIwm42014-02-101-13/+1
* lua: add playback-start eventwm42014-01-201-0/+1
* m_property: mp_msg conversionswm42013-12-211-1/+2
* Move mpvcore/player/ to player/wm42013-12-171-0/+50