aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpv/client.h
Commit message (Expand)AuthorAge
...
* Always block SIGPIPE globallyGravatar wm42015-05-11
* player: use profiles for libmpv and encoding defaultsGravatar wm42015-05-07
* client API: add MPV_FORMAT_BYTE_ARRAY typeGravatar wm42015-04-20
* vo_opengl_cb: add a function to report vsync timeGravatar wm42015-04-09
* player, client API: refactor cplayer init, reduce client API differencesGravatar wm42015-03-05
* client API: hint that opengl_cb is an alternative to window embeddingGravatar wm42015-02-23
* client API: clarify filename string encodingGravatar wm42015-02-14
* client API: add mpv_wait_async_requests()Gravatar wm42015-02-02
* client API: notify API user on event queue overflowGravatar wm42015-01-19
* client API: add function to create new mpv_handles from existing onesGravatar wm42014-12-31
* client API: qthelper: add a refcounting wrapper around mpv_handleGravatar wm42014-12-30
* client API: document requirement to block SIGPIPEGravatar wm42014-12-24
* client API: expose OpenGL rendererGravatar wm42014-12-09
* input, lua: redo input handlingGravatar wm42014-11-23
* client API: deprecate some eventsGravatar wm42014-11-08
* client API: additional documentation commentsGravatar wm42014-11-07
* client API: nothing uses the result parameter of mpv_command_node()Gravatar wm42014-11-02
* client API: better error reportingGravatar wm42014-10-28
* client API: add an enum for mpv_event_end_file.reasonGravatar wm42014-10-28
* client API: clarify statement about thread-safetyGravatar wm42014-10-28
* client API: add qthelper.hppGravatar wm42014-10-13
* client API: add mpv_command_node[_async]Gravatar wm42014-10-11
* client API: introduce numeric log levelsGravatar wm42014-10-08
* msg, client API: buffer partial linesGravatar wm42014-10-08
* msg: set an explicit overflow messageGravatar wm42014-10-08
* client API: improve mpv_observe_property docsGravatar wm42014-10-07
* client API: clarify pause/unpause events, modify core-idle propertyGravatar wm42014-10-07
* client API, X11: change default keyboard input handling againGravatar wm42014-09-28
* x11: when using --wid, inherit event flags from parent windowGravatar wm42014-08-31
* client API: adjust documentation for mpv_suspend()Gravatar wm42014-08-14
* client API: add and use the MPV_MAKE_VERSION macroGravatar wm42014-08-05
* player: some further playloop cleanupsGravatar wm42014-08-03
* client API: make "cache" property and similar observableGravatar wm42014-07-31
* client API: fix typos in documentationGravatar wm42014-07-30
* Remove stream_pts stuffGravatar wm42014-07-06
* DOCS: add a file listing API changes for the client APIGravatar wm42014-07-03
* client API: declare as stableGravatar wm42014-06-20
* client API: minor documentation fixes/enhancementsGravatar wm42014-06-08
* client API: restructure waiting, do log msg wakeup properlyGravatar wm42014-06-07
* client API: rename mpv_destroy() to mpv_detach_destroy()Gravatar wm42014-06-07
* client API: clarify mpv_get_wakeup_pipe docsGravatar wm42014-06-07
* client API: add API function that ensures total destructionGravatar wm42014-06-07
* client API: docs: some clarificationsGravatar wm42014-06-07
* client API: change mpv_wait_event() timeout semanticsGravatar wm42014-06-07
* client API: report success status when running commandsGravatar wm42014-06-01
* client API: add mpv_load_config_file()Gravatar wm42014-05-18
* client API: add chapter change eventGravatar wm42014-04-27
* client API: remove mpv_event_pause_reasonGravatar wm42014-04-14
* client API: add mpv_get_wakeup_pipe convenience functionGravatar wm42014-04-12
* client API: include the reason in MPV_EVENT_END_FILEGravatar wm42014-04-11