| Commit message (Expand) | Author | Age | Files | Lines |
* | client API: create core thread at an earlier time | wm4 | 2016-09-01 | 1 | -1/+1 |
* | client API: deprecate "no-..." option handling | wm4 | 2016-08-31 | 1 | -1/+1 |
* | stream_cb: fix stale comment | wm4 | 2016-08-08 | 1 | -1/+1 |
* | client API: bump API for stream_cb | wm4 | 2016-08-07 | 1 | -2/+2 |
* | client API: add stream_cb API for user-defined stream implementations | Aman Gupta | 2016-08-07 | 3 | -2/+233 |
* | client API: fix indentation | wm4 | 2016-08-07 | 1 | -1/+1 |
* | client API: add MPV_ERROR_GENERIC | wm4 | 2016-08-07 | 1 | -1/+5 |
* | Use - as command-name separator everywhere | Timotej Lazar | 2016-07-14 | 1 | -3/+3 |
* | client API: remove "status" log level from mpv_request_event docs | wm4 | 2016-07-08 | 1 | -1/+1 |
* | client API: fully document opengl-cb hardware decoding interop | wm4 | 2016-06-01 | 1 | -3/+40 |
* | client API: improve mpv_set_property() handling of MPV_FORMAT_NODE | wm4 | 2016-04-15 | 1 | -2/+12 |
* | qthelper: fix potential NULL deref in error path | wm4 | 2016-03-22 | 1 | -2/+2 |
* | DOCS: add some hints to the new examples repository | wm4 | 2016-03-10 | 1 | -1/+2 |
* | client API: explain when mpv_create() can return NULL | wm4 | 2016-02-14 | 1 | -1/+4 |
* | Fix some typos in code comments | Aman Gupta | 2015-12-21 | 1 | -1/+1 |
* | vo_opengl_cb: make operation more similar to normal VOs | wm4 | 2015-11-09 | 1 | -1/+5 |
* | client API: fix typo and wording in a comment | wm4 | 2015-10-22 | 1 | -3/+3 |
* | DOCS/client_api_examples/README: rewrite | wm4 | 2015-10-10 | 1 | -0/+16 |
* | vo_opengl: add mechanism to retrieve Display from EGL context | wm4 | 2015-09-25 | 1 | -0/+10 |
* | client API: rename GL_MP_D3D_interfaces | wm4 | 2015-09-24 | 2 | -11/+29 |
* | client API: change subtle wording to different subtle wording | wm4 | 2015-08-12 | 1 | -1/+1 |
* | client API, dxva2: add a workaround for OpenGL fullscreen issues | wm4 | 2015-07-03 | 1 | -0/+18 |
* | client API: allow using msg-level option for log messages | wm4 | 2015-06-20 | 1 | -1/+4 |
* | client API: add MPV_END_FILE_REASON_REDIRECT | wm4 | 2015-06-11 | 1 | -1/+10 |
* | Always block SIGPIPE globally | wm4 | 2015-05-11 | 1 | -3/+5 |
* | player: use profiles for libmpv and encoding defaults | wm4 | 2015-05-07 | 1 | -0/+2 |
* | client API: add MPV_FORMAT_BYTE_ARRAY type | wm4 | 2015-04-20 | 1 | -1/+28 |
* | vo_opengl_cb: deprecate mpv_opengl_cb_render() | wm4 | 2015-04-09 | 2 | -15/+31 |
* | vo_opengl_cb: add a function to report vsync time | wm4 | 2015-04-09 | 3 | -1/+14 |
* | client API: clarify mpv_opengl_cb_render() viewport parameter | wm4 | 2015-03-09 | 1 | -1/+4 |
* | player, client API: refactor cplayer init, reduce client API differences | wm4 | 2015-03-05 | 1 | -3/+5 |
* | client API: hint that opengl_cb is an alternative to window embedding | wm4 | 2015-02-23 | 1 | -0/+7 |
* | client API: clarify filename string encoding | wm4 | 2015-02-14 | 1 | -0/+24 |
* | client API: add mpv_wait_async_requests() | wm4 | 2015-02-02 | 2 | -1/+16 |
* | client API: notify API user on event queue overflow | wm4 | 2015-01-19 | 1 | -5/+16 |
* | vo_opengl_cb: make mpv_opengl_cb_render() return left frames | xylosper | 2015-01-08 | 1 | -1/+1 |
* | client API: clarify some vo_opengl_cb requirements | wm4 | 2015-01-04 | 1 | -0/+6 |
* | client API: add function to create new mpv_handles from existing ones | wm4 | 2014-12-31 | 2 | -0/+27 |
* | vo_opengl_cb: simplify API uninitialization | wm4 | 2014-12-31 | 1 | -4/+13 |
* | client API: qthelper: return NULL as handle if unset | wm4 | 2014-12-30 | 1 | -2/+6 |
* | client API: qthelper: add a refcounting wrapper around mpv_handle | wm4 | 2014-12-30 | 2 | -1/+31 |
* | client API: document requirement to block SIGPIPE | wm4 | 2014-12-24 | 1 | -0/+2 |
* | client API: expose OpenGL renderer | wm4 | 2014-12-09 | 3 | -6/+240 |
* | input, lua: redo input handling | wm4 | 2014-11-23 | 1 | -17/+9 |
* | client API: deprecate some events | wm4 | 2014-11-08 | 1 | -0/+23 |
* | client API: additional documentation comments | wm4 | 2014-11-07 | 1 | -5/+19 |
* | client API: nothing uses the result parameter of mpv_command_node() | wm4 | 2014-11-02 | 1 | -0/+2 |
* | client API: qthelper: add set_option_variant() | wm4 | 2014-10-30 | 1 | -0/+10 |
* | client API: better error reporting | wm4 | 2014-10-28 | 1 | -1/+38 |
* | client API: add an enum for mpv_event_end_file.reason | wm4 | 2014-10-28 | 1 | -8/+26 |
* | client API: clarify statement about thread-safety | wm4 | 2014-10-28 | 1 | -5/+6 |
* | client API: qthelper: remove commented code | wm4 | 2014-10-14 | 1 | -2/+0 |
* | client API: qthelper: fix bugs | wm4 | 2014-10-14 | 1 | -1/+3 |
* | client API: add qthelper.hpp | wm4 | 2014-10-13 | 2 | -1/+235 |
* | libmpv/mpv.def: add mpv_command_node[_async] | James Ross-Gowan | 2014-10-12 | 1 | -0/+2 |
* | client API: add mpv_command_node[_async] | wm4 | 2014-10-11 | 1 | -3/+43 |
* | client API: introduce numeric log levels | wm4 | 2014-10-08 | 1 | -1/+24 |
* | msg, client API: buffer partial lines | wm4 | 2014-10-08 | 1 | -7/+3 |
* | msg: set an explicit overflow message | wm4 | 2014-10-08 | 1 | -1/+4 |
* | client API: improve mpv_observe_property docs | wm4 | 2014-10-07 | 1 | -11/+18 |
* | client API: clarify pause/unpause events, modify core-idle property | wm4 | 2014-10-07 | 1 | -5/+16 |
* | client API, X11: change default keyboard input handling again | wm4 | 2014-09-28 | 1 | -1/+1 |
* | x11: when using --wid, inherit event flags from parent window | wm4 | 2014-08-31 | 1 | -1/+1 |
* | client API: adjust documentation for mpv_suspend() | wm4 | 2014-08-14 | 1 | -20/+5 |
* | build: add hacks to force waf to generate valid .pc files | wm4 | 2014-08-07 | 1 | -0/+1 |
* | build: move def file to libmpv/ | wm4 | 2014-08-05 | 1 | -0/+34 |
* | client API: add and use the MPV_MAKE_VERSION macro | wm4 | 2014-08-05 | 1 | -5/+4 |
* | player: some further playloop cleanups | wm4 | 2014-08-03 | 1 | -2/+4 |
* | client API: make "cache" property and similar observable | wm4 | 2014-07-31 | 1 | -0/+1 |
* | client API: fix typos in documentation | wm4 | 2014-07-30 | 1 | -2/+2 |
* | Remove stream_pts stuff | wm4 | 2014-07-06 | 1 | -1/+1 |
* | DOCS: add a file listing API changes for the client API | wm4 | 2014-07-03 | 1 | -2/+25 |
* | client API: declare as stable | wm4 | 2014-06-20 | 1 | -10/+6 |
* | client API: minor documentation fixes/enhancements | wm4 | 2014-06-08 | 1 | -2/+4 |
* | client API: restructure waiting, do log msg wakeup properly | wm4 | 2014-06-07 | 1 | -1/+3 |
* | client API: rename mpv_destroy() to mpv_detach_destroy() | wm4 | 2014-06-07 | 1 | -16/+16 |
* | client API: clarify mpv_get_wakeup_pipe docs | wm4 | 2014-06-07 | 1 | -13/+43 |
* | client API: add API function that ensures total destruction | wm4 | 2014-06-07 | 1 | -1/+18 |
* | client API: docs: some clarifications | wm4 | 2014-06-07 | 1 | -1/+7 |
* | client API: change mpv_wait_event() timeout semantics | wm4 | 2014-06-07 | 1 | -1/+2 |
* | client API: report success status when running commands | wm4 | 2014-06-01 | 1 | -6/+6 |
* | client API: add mpv_load_config_file() | wm4 | 2014-05-18 | 1 | -0/+24 |
* | client API: add chapter change event | wm4 | 2014-04-27 | 1 | -1/+5 |
* | client API: remove mpv_event_pause_reason | wm4 | 2014-04-14 | 1 | -30/+5 |
* | client API: add mpv_get_wakeup_pipe convenience function | wm4 | 2014-04-12 | 1 | -1/+32 |
* | client API: include the reason in MPV_EVENT_END_FILE | wm4 | 2014-04-11 | 1 | -0/+14 |
* | client API: remove outdated comments | wm4 | 2014-04-11 | 1 | -3/+3 |
* | client API: improve comments | wm4 | 2014-04-10 | 1 | -25/+31 |
* | client API: avoid redundant property change events if possible | wm4 | 2014-04-08 | 1 | -0/+4 |
* | client API: add a way to notify clients of property changes | wm4 | 2014-04-06 | 1 | -2/+59 |
* | libmpv: add pkg-config file | Alessandro Ghedini | 2014-03-11 | 1 | -0/+11 |
* | client APIs: fix some typos | xylosper | 2014-02-28 | 1 | -1/+1 |
* | client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEK | wm4 | 2014-02-28 | 1 | -2/+14 |
* | options: allow changing options at runtime | wm4 | 2014-02-25 | 1 | -5/+8 |
* | client API: change description of format conversions | wm4 | 2014-02-25 | 1 | -6/+10 |
* | client API: report pause/unpause reason | wm4 | 2014-02-24 | 1 | -0/+28 |
* | client API: expose the internal clock | wm4 | 2014-02-24 | 1 | -0/+12 |
* | client API: add comment about character encoding issues | wm4 | 2014-02-24 | 1 | -0/+10 |
* | client API: add more data formats, add a structured data type | wm4 | 2014-02-24 | 1 | -3/+156 |
* | client API: change semantics for MPV_FORMAT_STRING | wm4 | 2014-02-24 | 1 | -2/+14 |
* | client API: fix a typo | wm4 | 2014-02-24 | 1 | -1/+1 |
* | client API: remove trailing "," from enums | wm4 | 2014-02-24 | 1 | -3/+3 |
* | client API: spelling | wm4 | 2014-02-24 | 1 | -1/+1 |
* | client API: add event for metadata changes | wm4 | 2014-02-19 | 1 | -0/+6 |
* | client API: add events for video and audio reconfig | wm4 | 2014-02-17 | 1 | -0/+16 |
* | client API: add a client message event | wm4 | 2014-02-17 | 1 | -0/+19 |
* | client API: fix description of mpv_event.error field | wm4 | 2014-02-12 | 1 | -4/+7 |
* | Add a client API | wm4 | 2014-02-10 | 1 | -0/+809 |