aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/client.c
Commit message (Expand)AuthorAge
* command, lua: change script_message semanticsGravatar wm42014-03-17
* client API: fix timeout handlingGravatar wm42014-03-01
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKGravatar wm42014-02-28
* client API: wait for remaining asynchronous requests before terminatingGravatar wm42014-02-28
* client API: don't explode when destroying uninitialized mpv_handleGravatar wm42014-02-26
* client API: accept NULL as mpv_destroy() argumentGravatar wm42014-02-26
* client API: treat MPV_FORMAT_STRING differently in mpv_set_propertyGravatar wm42014-02-26
* client API: fix broken property/option functionsGravatar xylosper2014-02-26
* client API: report pause/unpause reasonGravatar wm42014-02-24
* client API: expose the internal clockGravatar wm42014-02-24
* client API: implement setting options using their native type tooGravatar wm42014-02-24
* client API: add support for accessing properties by their native typeGravatar wm42014-02-24
* client API: adjust error stringsGravatar wm42014-02-24
* client API: change semantics for MPV_FORMAT_STRINGGravatar wm42014-02-24
* client API: add event for metadata changesGravatar wm42014-02-19
* client API: add events for video and audio reconfigGravatar wm42014-02-17
* client API: add a client message eventGravatar wm42014-02-17
* Add a client APIGravatar wm42014-02-10