summaryrefslogtreecommitdiffstats
path: root/libmpv
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl_cb: make operation more similar to normal VOswm42015-11-091-1/+5
* client API: fix typo and wording in a commentwm42015-10-221-3/+3
* DOCS/client_api_examples/README: rewritewm42015-10-101-0/+16
* vo_opengl: add mechanism to retrieve Display from EGL contextwm42015-09-251-0/+10
* client API: rename GL_MP_D3D_interfaceswm42015-09-242-11/+29
* client API: change subtle wording to different subtle wordingwm42015-08-121-1/+1
* client API, dxva2: add a workaround for OpenGL fullscreen issueswm42015-07-031-0/+18
* client API: allow using msg-level option for log messageswm42015-06-201-1/+4
* client API: add MPV_END_FILE_REASON_REDIRECTwm42015-06-111-1/+10
* Always block SIGPIPE globallywm42015-05-111-3/+5
* player: use profiles for libmpv and encoding defaultswm42015-05-071-0/+2
* client API: add MPV_FORMAT_BYTE_ARRAY typewm42015-04-201-1/+28
* vo_opengl_cb: deprecate mpv_opengl_cb_render()wm42015-04-092-15/+31
* vo_opengl_cb: add a function to report vsync timewm42015-04-093-1/+14
* client API: clarify mpv_opengl_cb_render() viewport parameterwm42015-03-091-1/+4
* player, client API: refactor cplayer init, reduce client API differenceswm42015-03-051-3/+5
* client API: hint that opengl_cb is an alternative to window embeddingwm42015-02-231-0/+7
* client API: clarify filename string encodingwm42015-02-141-0/+24
* client API: add mpv_wait_async_requests()wm42015-02-022-1/+16
* client API: notify API user on event queue overflowwm42015-01-191-5/+16
* vo_opengl_cb: make mpv_opengl_cb_render() return left framesxylosper2015-01-081-1/+1
* client API: clarify some vo_opengl_cb requirementswm42015-01-041-0/+6
* client API: add function to create new mpv_handles from existing oneswm42014-12-312-0/+27
* vo_opengl_cb: simplify API uninitializationwm42014-12-311-4/+13
* client API: qthelper: return NULL as handle if unsetwm42014-12-301-2/+6
* client API: qthelper: add a refcounting wrapper around mpv_handlewm42014-12-302-1/+31
* client API: document requirement to block SIGPIPEwm42014-12-241-0/+2
* client API: expose OpenGL rendererwm42014-12-093-6/+240
* input, lua: redo input handlingwm42014-11-231-17/+9
* client API: deprecate some eventswm42014-11-081-0/+23
* client API: additional documentation commentswm42014-11-071-5/+19
* client API: nothing uses the result parameter of mpv_command_node()wm42014-11-021-0/+2
* client API: qthelper: add set_option_variant()wm42014-10-301-0/+10
* client API: better error reportingwm42014-10-281-1/+38
* client API: add an enum for mpv_event_end_file.reasonwm42014-10-281-8/+26
* client API: clarify statement about thread-safetywm42014-10-281-5/+6
* client API: qthelper: remove commented codewm42014-10-141-2/+0
* client API: qthelper: fix bugswm42014-10-141-1/+3
* client API: add qthelper.hppwm42014-10-132-1/+235
* libmpv/mpv.def: add mpv_command_node[_async]James Ross-Gowan2014-10-121-0/+2
* client API: add mpv_command_node[_async]wm42014-10-111-3/+43
* client API: introduce numeric log levelswm42014-10-081-1/+24
* msg, client API: buffer partial lineswm42014-10-081-7/+3
* msg: set an explicit overflow messagewm42014-10-081-1/+4
* client API: improve mpv_observe_property docswm42014-10-071-11/+18
* client API: clarify pause/unpause events, modify core-idle propertywm42014-10-071-5/+16
* client API, X11: change default keyboard input handling againwm42014-09-281-1/+1
* x11: when using --wid, inherit event flags from parent windowwm42014-08-311-1/+1
* client API: adjust documentation for mpv_suspend()wm42014-08-141-20/+5
* build: add hacks to force waf to generate valid .pc fileswm42014-08-071-0/+1
* build: move def file to libmpv/wm42014-08-051-0/+34
* client API: add and use the MPV_MAKE_VERSION macrowm42014-08-051-5/+4
* player: some further playloop cleanupswm42014-08-031-2/+4
* client API: make "cache" property and similar observablewm42014-07-311-0/+1
* client API: fix typos in documentationwm42014-07-301-2/+2
* Remove stream_pts stuffwm42014-07-061-1/+1
* DOCS: add a file listing API changes for the client APIwm42014-07-031-2/+25
* client API: declare as stablewm42014-06-201-10/+6
* client API: minor documentation fixes/enhancementswm42014-06-081-2/+4
* client API: restructure waiting, do log msg wakeup properlywm42014-06-071-1/+3
* client API: rename mpv_destroy() to mpv_detach_destroy()wm42014-06-071-16/+16
* client API: clarify mpv_get_wakeup_pipe docswm42014-06-071-13/+43
* client API: add API function that ensures total destructionwm42014-06-071-1/+18
* client API: docs: some clarificationswm42014-06-071-1/+7
* client API: change mpv_wait_event() timeout semanticswm42014-06-071-1/+2
* client API: report success status when running commandswm42014-06-011-6/+6
* client API: add mpv_load_config_file()wm42014-05-181-0/+24
* client API: add chapter change eventwm42014-04-271-1/+5
* client API: remove mpv_event_pause_reasonwm42014-04-141-30/+5
* client API: add mpv_get_wakeup_pipe convenience functionwm42014-04-121-1/+32
* client API: include the reason in MPV_EVENT_END_FILEwm42014-04-111-0/+14
* client API: remove outdated commentswm42014-04-111-3/+3
* client API: improve commentswm42014-04-101-25/+31
* client API: avoid redundant property change events if possiblewm42014-04-081-0/+4
* client API: add a way to notify clients of property changeswm42014-04-061-2/+59
* libmpv: add pkg-config fileAlessandro Ghedini2014-03-111-0/+11
* client APIs: fix some typosxylosper2014-02-281-1/+1
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKwm42014-02-281-2/+14
* options: allow changing options at runtimewm42014-02-251-5/+8
* client API: change description of format conversionswm42014-02-251-6/+10
* client API: report pause/unpause reasonwm42014-02-241-0/+28
* client API: expose the internal clockwm42014-02-241-0/+12
* client API: add comment about character encoding issueswm42014-02-241-0/+10
* client API: add more data formats, add a structured data typewm42014-02-241-3/+156
* client API: change semantics for MPV_FORMAT_STRINGwm42014-02-241-2/+14
* client API: fix a typowm42014-02-241-1/+1
* client API: remove trailing "," from enumswm42014-02-241-3/+3
* client API: spellingwm42014-02-241-1/+1
* client API: add event for metadata changeswm42014-02-191-0/+6
* client API: add events for video and audio reconfigwm42014-02-171-0/+16
* client API: add a client message eventwm42014-02-171-0/+19
* client API: fix description of mpv_event.error fieldwm42014-02-121-4/+7
* Add a client APIwm42014-02-101-0/+809