aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpv/client.h
Commit message (Expand)AuthorAge
* drm: rename plane options to better, invariant, namesGravatar Anton Kindestam2018-12-01
* 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: deprecate mpv_get_wakeup_pipe()Gravatar wm42018-03-26
* client API: add a new way to pass X11 Display etc. to render APIGravatar wm42018-03-26
* client API: send MPV_EVENT_SHUTDOWN only onceGravatar wm42018-03-15
* client API: rename mpv_detach_destroy() to mpv_destroy()Gravatar wm42018-03-15
* client API: add mpv_create_weak_client()Gravatar wm42018-03-15
* client API: cleanup mpv_handle terminationGravatar wm42018-03-15
* client API: deprecate opengl-cb API and introduce a replacement APIGravatar wm42018-02-28
* client API: clarify license, fix some typosGravatar wm42018-02-28
* vo: make opengl-cb first in the autoprobing orderGravatar wm42018-02-13
* client API: be more explicit about what can be done in wakeup callbacksGravatar wm42018-01-25
* client API: mention that SIGPIPE is sometimes blockedGravatar wm42018-01-18
* client API: remove ytdl=no defaultGravatar wm42018-01-13
* client API: be more explicit about how to make libmpv use config filesGravatar wm42018-01-02
* client API: minor bump + change entry for DRM related opengl-cb changesGravatar wm42017-10-23
* client API: drop old "no-" option emulationGravatar wm42017-06-26
* client API: document mpv_request_log_messages() return valueGravatar wm42017-06-14
* client API: add MPV_ENABLE_DEPRECATED symbolGravatar wm42017-04-20
* Fix use of ISC licenseGravatar wm42017-04-15
* manpage, client API: add some clarifications when commands use OSDGravatar wm42017-04-01
* input: add "async" flagGravatar wm42017-04-01
* client API: update outdated recommendations about window embeddingGravatar wm42017-03-02
* client API: correct a comment in the API doxygenGravatar wm42017-01-08
* client API: turn mpv_suspend() and mpv_resume() into stubsGravatar wm42016-11-22
* Fix some future release version numbersGravatar wm42016-11-21
* client API: "priority" option is now runtime settableGravatar wm42016-09-28
* player: do not let pseudo-gui override user config settingsGravatar wm42016-09-23
* client API: more or less deprecate mpv_set_option()Gravatar wm42016-09-21
* client API: declare mpv_suspend/mpv_resume deprecatedGravatar wm42016-09-16
* client API: remove SIGPIPE overriding codeGravatar wm42016-09-15
* client API: more option/property updatesGravatar wm42016-09-03
* client API: create core thread at an earlier timeGravatar wm42016-09-01
* client API: deprecate "no-..." option handlingGravatar wm42016-08-31
* client API: bump API for stream_cbGravatar wm42016-08-07
* client API: add stream_cb API for user-defined stream implementationsGravatar Aman Gupta2016-08-07
* client API: fix indentationGravatar wm42016-08-07
* client API: add MPV_ERROR_GENERICGravatar wm42016-08-07
* Use - as command-name separator everywhereGravatar Timotej Lazar2016-07-14
* client API: remove "status" log level from mpv_request_event docsGravatar wm42016-07-08
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEGravatar wm42016-04-15
* DOCS: add some hints to the new examples repositoryGravatar wm42016-03-10
* client API: explain when mpv_create() can return NULLGravatar wm42016-02-14
* Fix some typos in code commentsGravatar Aman Gupta2015-12-21
* client API: fix typo and wording in a commentGravatar wm42015-10-22
* DOCS/client_api_examples/README: rewriteGravatar wm42015-10-10
* client API: rename GL_MP_D3D_interfacesGravatar wm42015-09-24
* client API: allow using msg-level option for log messagesGravatar wm42015-06-20
* client API: add MPV_END_FILE_REASON_REDIRECTGravatar wm42015-06-11