index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
audio
/
out
/
push.c
Commit message (
Expand
)
Author
Age
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
*
audio: fix format function consistency issues
wm4
2015-06-26
*
threads: use utility+POSIX functions instead of weird wrappers
wm4
2015-05-11
*
audio/out/push: fix off-by-one error
wm4
2014-11-21
*
audio/out: consistently use double return type for get_delay
wm4
2014-11-09
*
audio/out/push: when using audio wait fallback, recheck condition
wm4
2014-11-06
*
Set thread name for debugging
wm4
2014-10-19
*
audio/out/push: reset projected EOF time on new data
wm4
2014-10-14
*
audio/out/push: make draining slightly more robust
wm4
2014-10-10
*
audio/out/push: fix EOF heuristic
wm4
2014-10-10
*
audio/out/push: fix some AOs freezing on exit
wm4
2014-10-05
*
audio/out/push: make draining more robust
wm4
2014-10-05
*
audio/out/push: limit fallback sleep time to reasonable limits
wm4
2014-10-05
*
audio/out/push: clean up properly on init error
wm4
2014-09-27
*
audio/out: check device buffer size for push.c only
wm4
2014-09-27
*
audio/out: fix active waiting during pause again
wm4
2014-09-06
*
audio/out/push: redo audio waiting
wm4
2014-09-06
*
audio/out: make EOF handling properly event-based
wm4
2014-09-05
*
audio: make buffer size configurable
wm4
2014-09-05
*
audio/out: prevent burning CPU when seeking while paused
wm4
2014-08-31
*
Move compat/ and bstr/ directory contents somewhere else
wm4
2014-08-29
*
audio: limit on low (and not high) buffer size
wm4
2014-08-21
*
audio/out: fix initialization failure with win32
wm4
2014-07-26
*
audio, client API: check mp_make_wakeup_pipe() return value
wm4
2014-07-25
*
audio: don't wait for draining if paused
wm4
2014-07-13
*
audio: more detailed debugging output
wm4
2014-06-12
*
audio: don't wait when draining and paused
wm4
2014-06-12
*
audio/out/push: don't attempt to fill AO buffer when paused
wm4
2014-06-03
*
audio/out/push: keep some extra buffer
wm4
2014-05-31
*
ao_alsa: reduce spurious wakeups
wm4
2014-05-30
*
audio/out/push: handle draining correctly
wm4
2014-05-30
*
audio: change handling of an EOF corner case
wm4
2014-05-30
*
audio/out/push: add a way to wait for the audio device with poll()
wm4
2014-05-30
*
audio/out/push: add mechanism for event-based waiting
wm4
2014-05-30
*
threads: use mpv time for mpthread_cond_timedwait wrapper
wm4
2014-05-18
*
audio/out: fix previous commit
wm4
2014-05-11
*
audio/out: avoid wakeup feedback loop
wm4
2014-05-11
*
audio/out: more debugging info for --dump-stats
wm4
2014-05-11
*
audio: fix the exact value that is used for the wait time
wm4
2014-05-04
*
audio: minor simplification in wait code
wm4
2014-04-23
*
audio: add hack against broken pulseaudio EOF condition
wm4
2014-04-17
*
audio: wake up the core when audio buffer is running low
wm4
2014-04-15
*
audio/out: reduce amount of audio buffering
wm4
2014-03-10
*
audio/out: make draining a separate operation
wm4
2014-03-09
*
audio/out: feed AOs from a separate thread
wm4
2014-03-09