summaryrefslogtreecommitdiffstats
path: root/player/command.h
Commit message (Expand)AuthorAgeFilesLines
* player: update duration based on highest timestamp demuxedwm42017-12-241-0/+1
* build: add preliminary LGPL modewm42017-09-211-2/+0
* player: change license of most core files to LGPLwm42017-06-231-7/+9
* player: fix core-idle and eof-reached update notifcationswm42017-04-141-0/+1
* options: slightly better option update mechanismwm42016-09-191-0/+1
* options: take care of propertly updating options on runtime changeswm42016-09-171-0/+3
* command: add options to property listwm42016-09-011-2/+2
* player: make looping slightly more seamlesswm42016-08-181-1/+1
* player: rewrite deinterlace filter auto-insertionwm42016-07-051-3/+0
* command: improve playlist* properties change notificationswm42016-06-201-0/+1
* video: always re-probe auto deint filter on filter reconfigwm42015-07-211-0/+5
* 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