index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
player
/
client.c
Commit message (
Expand
)
Author
Age
*
client: Allow "C.UTF-8" as LC_NUMERIC locale
sfan5
2017-11-30
*
client API: change mpv_create() behavior, run init always on mpv thread
wm4
2017-06-30
*
Fix use of ISC license
wm4
2017-04-15
*
client: call certain external functions outside of client lock
wm4
2017-02-24
*
player: restructure cancel callback
wm4
2017-01-18
*
scripting: minor logging improvements
wm4
2017-01-14
*
client API: fix freeze when destroying mpv_handle before mpv_initialize
wm4
2017-01-12
*
client API: handle missing MPV_FORMAT_BYTE_ARRAY case in compare_value
wm4
2017-01-09
*
client API: fix mpv_set_property() return value before init
wm4
2017-01-04
*
client API: turn mpv_suspend() and mpv_resume() into stubs
wm4
2016-11-22
*
client API: more or less deprecate mpv_set_option()
wm4
2016-09-21
*
client API: fix init/destruction race conditions
wm4
2016-09-21
*
client API: revert unintended mpv_wait_event() behavior change
wm4
2016-09-21
*
player: kill associated OSD and key bindings when removing a script
wm4
2016-09-20
*
client API: revert some relaxations about calling mpv_initialize()
wm4
2016-09-19
*
player: use better way to wait for input and dispatching commands
wm4
2016-09-16
*
client API: declare mpv_suspend/mpv_resume deprecated
wm4
2016-09-16
*
player, ao, vo: don't call mp_input_wakeup() directly
wm4
2016-09-16
*
client API: don't miss property changes after updates
James Ross-Gowan
2016-09-11
*
client API: fix error code string
wm4
2016-09-09
*
client API: make mpv_opengl_cb_uninit_gl() behavior slightly nicer
wm4
2016-09-09
*
client API: implement mpv_suspend/resume slightly differently
wm4
2016-09-04
*
client API: create core thread at an earlier time
wm4
2016-09-01
*
command: add options to property list
wm4
2016-09-01
*
client API: add stream_cb API for user-defined stream implementations
Aman Gupta
2016-08-07
*
client API: add MPV_ERROR_GENERIC
wm4
2016-08-07
*
build: silence -Wunused-result
Niklas Haas
2016-06-07
*
command: log property set calls
wm4
2016-04-15
*
client API: improve mpv_set_property() handling of MPV_FORMAT_NODE
wm4
2016-04-15
*
client API: handle double->int64 conversion correctly
wm4
2016-02-13
*
player: assume setlocale() returns NULL if locales are not supported
wm4
2016-02-10
*
global: add client API pointer to library handle
wm4
2016-01-15
*
client API: disallow masking MPV_EVENT_SHUTDOWN
wm4
2015-12-02
*
client API: change error string if playback fails completely
wm4
2015-10-26
*
client API: improve an error message
wm4
2015-08-28
*
client API: fix mpv_get_property_async() string case
wm4
2015-07-10
*
client API: allow using msg-level option for log messages
wm4
2015-06-20
*
client API: fix logging memory leak
wm4
2015-06-18
*
player: fix crashes when adding external tracks before loading main file
wm4
2015-05-26
*
threads: use utility+POSIX functions instead of weird wrappers
wm4
2015-05-11
*
player: use profiles for libmpv and encoding defaults
wm4
2015-05-07
*
client API: add glue for making full use of mpv_command_node()
wm4
2015-04-20
*
vo_opengl_cb: deprecate mpv_opengl_cb_render()
wm4
2015-04-09
*
vo_opengl_cb: add a function to report vsync time
wm4
2015-04-09
*
client API: remove dead assignment
wm4
2015-03-23
*
vo_opengl_cb: don't render OSD while VO is not created
wm4
2015-03-23
*
player, client API: refactor cplayer init, reduce client API differences
wm4
2015-03-05
*
client API: add mpv_wait_async_requests()
wm4
2015-02-02
*
client API: check locale, and reject anything other than "C" locale
wm4
2015-01-20
*
client API: minor cleanup
wm4
2015-01-19
[next]