aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.h
Commit message (Expand)AuthorAge
* command: split big command handler switch into separate functionsGravatar wm42018-05-03
* player: fix hook processing consistency and code duplication issuesGravatar wm42018-03-26
* client API: add a first class hook API, and deprecate old APIGravatar wm42018-03-26
* player: update duration based on highest timestamp demuxedGravatar wm42017-12-24
* build: add preliminary LGPL modeGravatar wm42017-09-21
* player: change license of most core files to LGPLGravatar wm42017-06-23
* player: fix core-idle and eof-reached update notifcationsGravatar wm42017-04-14
* options: slightly better option update mechanismGravatar wm42016-09-19
* options: take care of propertly updating options on runtime changesGravatar wm42016-09-17
* command: add options to property listGravatar wm42016-09-01
* player: make looping slightly more seamlessGravatar wm42016-08-18
* player: rewrite deinterlace filter auto-insertionGravatar wm42016-07-05
* command: improve playlist* properties change notificationsGravatar wm42016-06-20
* video: always re-probe auto deint filter on filter reconfigGravatar wm42015-07-21
* command: do not exit playback if the B point of A-B loop is past EOFGravatar wm42015-06-16
* command: remove unnecessary event IDsGravatar wm42015-06-09
* client API: add glue for making full use of mpv_command_node()Gravatar wm42015-04-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* player: fix audio-device-list updatesGravatar wm42015-02-14
* ao_coreaudio: add support for hotplug notificationsGravatar Stefano Pigozzi2015-02-14
* audio: add device change notification for hotpluggingGravatar wm42015-02-12
* command: send additional property change events in-between loadingGravatar wm42015-02-01
* client API: notify API user on event queue overflowGravatar wm42015-01-19
* command: add window-minimized property (X11 only)Gravatar wm42014-11-02
* command: make window-scale property observableGravatar wm42014-11-02
* command: remove hook cancellation mechanismGravatar wm42014-10-20
* command: add a mechanism to allow scripts to intercept file loadsGravatar wm42014-10-16
* client API: minor optimizations for property notificationGravatar wm42014-08-02
* command: add a property that returns a list of all propertiesGravatar wm42014-08-02
* client API: make "cache" property and similar observableGravatar wm42014-07-31
* command: redo the property typeGravatar wm42014-06-13
* client API: report success status when running commandsGravatar wm42014-06-01
* command: add const to mp_notify_propertyGravatar wm42014-06-01
* client API: add a way to notify clients of property changesGravatar wm42014-04-06
* options: handle escape sequences in e.g. --playing-msg differentlyGravatar wm42014-02-20
* lua: port to client APIGravatar wm42014-02-10
* Add a client APIGravatar wm42014-02-10
* lua: add playback-start eventGravatar wm42014-01-20
* m_property: mp_msg conversionsGravatar wm42013-12-21
* Move mpvcore/player/ to player/Gravatar wm42013-12-17