aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/client.h
Commit message (Expand)AuthorAge
* client API: preparations for allowing render API to use DR etc.Gravatar wm42018-04-29
* client API: add a first class hook API, and deprecate old APIGravatar wm42018-03-26
* client API: add mpv_create_weak_client()Gravatar wm42018-03-15
* client API: cleanup mpv_handle terminationGravatar wm42018-03-15
* client: remove legacy API that is unused nowGravatar Akemi2018-03-04
* client API: deprecate opengl-cb API and introduce a replacement APIGravatar wm42018-02-28
* cocoa-cb: initial implementation via opengl-cb APIGravatar Akemi2018-02-12
* client API: turn mpv_suspend() and mpv_resume() into stubsGravatar wm42016-11-22
* client API: fix init/destruction race conditionsGravatar wm42016-09-21
* client API: add stream_cb API for user-defined stream implementationsGravatar Aman Gupta2016-08-07
* global: add client API pointer to library handleGravatar wm42016-01-15
* vo_opengl_cb: don't render OSD while VO is not createdGravatar wm42015-03-23
* vo_opengl_cb: simplify API uninitializationGravatar wm42014-12-31
* client API: be more lenient about mpv_suspend/resume mismatchesGravatar wm42014-12-15
* client API: expose OpenGL rendererGravatar wm42014-12-09
* input, lua: redo input handlingGravatar wm42014-11-23
* client API: restrict client namesGravatar wm42014-11-23
* command: finish hook execution if client failsGravatar wm42014-10-24
* lua: strictly free memory on errorsGravatar wm42014-10-19
* lua: synchronously wait until scripts are loadedGravatar wm42014-09-06
* player: update cache state only if requestedGravatar wm42014-08-28
* client API: minor optimizations for property notificationGravatar wm42014-08-02
* Add more constGravatar wm42014-06-11
* player: reorganize how lua scripts are loadedGravatar wm42014-05-13
* client API: add a way to notify clients of property changesGravatar wm42014-04-06
* Add a client APIGravatar wm42014-02-10