summaryrefslogtreecommitdiffstats
path: root/player/client.c
Commit message (Expand)AuthorAgeFilesLines
* client API: remove mpv_event_pause_reasonwm42014-04-141-4/+0
* client API: add mpv_get_wakeup_pipe convenience functionwm42014-04-121-0/+32
* client API: include the reason in MPV_EVENT_END_FILEwm42014-04-111-0/+3
* client: change equality rules for MPV_FORMAT_NONEwm42014-04-091-1/+1
* client: add a commentwm42014-04-091-0/+2
* client API: avoid redundant property change events if possiblewm42014-04-081-5/+50
* client API: add a way to notify clients of property changeswm42014-04-061-1/+213
* client API: use a manual ringbufferwm42014-04-061-31/+31
* command, lua: change script_message semanticswm42014-03-171-0/+12
* client API: fix timeout handlingwm42014-03-011-1/+4
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKwm42014-02-281-1/+3
* client API: wait for remaining asynchronous requests before terminatingwm42014-02-281-0/+9
* client API: don't explode when destroying uninitialized mpv_handlewm42014-02-261-1/+2
* client API: accept NULL as mpv_destroy() argumentwm42014-02-261-0/+3
* client API: treat MPV_FORMAT_STRING differently in mpv_set_propertywm42014-02-261-19/+20
* client API: fix broken property/option functionsxylosper2014-02-261-3/+4
* client API: report pause/unpause reasonwm42014-02-241-8/+22
* client API: expose the internal clockwm42014-02-241-0/+6
* client API: implement setting options using their native type toowm42014-02-241-4/+13
* client API: add support for accessing properties by their native typewm42014-02-241-33/+158
* client API: adjust error stringswm42014-02-241-2/+2
* client API: change semantics for MPV_FORMAT_STRINGwm42014-02-241-5/+5
* client API: add event for metadata changeswm42014-02-191-0/+1
* client API: add events for video and audio reconfigwm42014-02-171-0/+2
* client API: add a client message eventwm42014-02-171-0/+1
* Add a client APIwm42014-02-101-0/+856