aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/client.c
Commit message (Expand)AuthorAge
* client API: add stream_cb API for user-defined stream implementationsGravatar Aman Gupta2016-08-07
* client API: add MPV_ERROR_GENERICGravatar wm42016-08-07
* build: silence -Wunused-resultGravatar Niklas Haas2016-06-07
* command: log property set callsGravatar wm42016-04-15
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEGravatar wm42016-04-15
* client API: handle double->int64 conversion correctlyGravatar wm42016-02-13
* player: assume setlocale() returns NULL if locales are not supportedGravatar wm42016-02-10
* global: add client API pointer to library handleGravatar wm42016-01-15
* client API: disallow masking MPV_EVENT_SHUTDOWNGravatar wm42015-12-02
* client API: change error string if playback fails completelyGravatar wm42015-10-26
* client API: improve an error messageGravatar wm42015-08-28
* client API: fix mpv_get_property_async() string caseGravatar wm42015-07-10
* client API: allow using msg-level option for log messagesGravatar wm42015-06-20
* client API: fix logging memory leakGravatar wm42015-06-18
* player: fix crashes when adding external tracks before loading main fileGravatar wm42015-05-26
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* player: use profiles for libmpv and encoding defaultsGravatar wm42015-05-07
* client API: add glue for making full use of mpv_command_node()Gravatar wm42015-04-20
* vo_opengl_cb: deprecate mpv_opengl_cb_render()Gravatar wm42015-04-09
* vo_opengl_cb: add a function to report vsync timeGravatar wm42015-04-09
* client API: remove dead assignmentGravatar wm42015-03-23
* vo_opengl_cb: don't render OSD while VO is not createdGravatar wm42015-03-23
* player, client API: refactor cplayer init, reduce client API differencesGravatar wm42015-03-05
* client API: add mpv_wait_async_requests()Gravatar wm42015-02-02
* client API: check locale, and reject anything other than "C" localeGravatar wm42015-01-20
* client API: minor cleanupGravatar wm42015-01-19
* client API: notify API user on event queue overflowGravatar wm42015-01-19
* client API: fix log buffer overflow caseGravatar wm42015-01-13
* client API, vo_opengl_cb: properly uninit videoGravatar wm42015-01-04
* client API: add function to create new mpv_handles from existing onesGravatar wm42014-12-31
* vo_opengl_cb: simplify API uninitializationGravatar wm42014-12-31
* client API: fix compiler warning if openglcb API is disabledGravatar wm42014-12-22
* client API: fix mpv_wakeup()Gravatar wm42014-12-22
* client API: be more lenient about mpv_suspend/resume mismatchesGravatar wm42014-12-15
* client API: expose OpenGL rendererGravatar wm42014-12-09
* client API: allow multiple mpv instances with terminal=yesGravatar wm42014-12-02
* client API: print version on initializationGravatar wm42014-12-02
* client API: make sure youtube-dl is not used by defaultGravatar wm42014-11-25
* input, lua: redo input handlingGravatar wm42014-11-23
* client API: restrict client namesGravatar wm42014-11-23
* client: remove redundant assignmentGravatar wm42014-11-07
* client API: silence silly clang warningGravatar wm42014-11-07
* command: make window-scale property observableGravatar wm42014-11-02
* player: add an option to abort playback on partial init failuresGravatar wm42014-10-28
* client API: better error reportingGravatar wm42014-10-28
* command: finish hook execution if client failsGravatar wm42014-10-24
* client API: print properties set with -vGravatar wm42014-10-23
* Set thread name for debuggingGravatar wm42014-10-19
* command: add a mechanism to allow scripts to intercept file loadsGravatar wm42014-10-16
* client API: allow returning float properties as integersGravatar wm42014-10-14