index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
misc
/
dispatch.c
Commit message (
Expand
)
Author
Age
*
options: add a thread-safe way to notify option updates
wm4
2017-08-22
*
player: don't enter playloop for client API requests
wm4
2016-09-16
*
dispatch: fix a race condition triggering an assert()
wm4
2016-09-16
*
player: use better way to wait for input and dispatching commands
wm4
2016-09-16
*
dispatch: improve recent locking changes slightly
wm4
2016-09-05
*
dispatch: redo locking, and allow reentrant processing
wm4
2016-09-04
*
client API: implement mpv_suspend/resume slightly differently
wm4
2016-09-04
*
dispatch: clarify lifetime issues
wm4
2016-02-26
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
*
threads: use utility+POSIX functions instead of weird wrappers
wm4
2015-05-11
*
Fix gcc 4.7 warning about shadowing talloc_parent in mp_dispact_queue
Paweł Forysiuk
2014-05-28
*
threads: use mpv time for mpthread_cond_timedwait wrapper
wm4
2014-05-18
*
dispatch: document some guarantees
wm4
2014-04-25
*
dispatch: wakeup only if needed on mp_dispatch_resume()
wm4
2014-04-24
*
dispatch: improve documentation comments
wm4
2014-04-23
*
threads: fix function name
wm4
2014-04-23
*
dispatch: implement timeout
wm4
2014-04-23
*
dispatch: use a real lock for mp_dispatch_lock()
wm4
2014-04-23
*
dispatch: fix broken locking
wm4
2014-04-23
*
dispatch: wakeup target thread when locking/suspending
wm4
2014-04-23
*
dispatch: move into its own source file
wm4
2014-04-23