summaryrefslogtreecommitdiffstats
path: root/audio/out/push.c
Commit message (Expand)AuthorAgeFilesLines
* audio/out: fix initialization failure with win32wm42014-07-261-2/+1
* audio, client API: check mp_make_wakeup_pipe() return valuewm42014-07-251-5/+7
* audio: don't wait for draining if pausedwm42014-07-131-1/+6
* audio: more detailed debugging outputwm42014-06-121-0/+2
* audio: don't wait when draining and pausedwm42014-06-121-1/+1
* audio/out/push: don't attempt to fill AO buffer when pausedwm42014-06-031-2/+3
* audio/out/push: keep some extra bufferwm42014-05-311-6/+4
* ao_alsa: reduce spurious wakeupswm42014-05-301-2/+4
* audio/out/push: handle draining correctlywm42014-05-301-7/+22
* audio: change handling of an EOF corner casewm42014-05-301-5/+9
* audio/out/push: add a way to wait for the audio device with poll()wm42014-05-301-3/+64
* audio/out/push: add mechanism for event-based waitingwm42014-05-301-74/+87
* threads: use mpv time for mpthread_cond_timedwait wrapperwm42014-05-181-1/+1
* audio/out: fix previous commitwm42014-05-111-9/+11
* audio/out: avoid wakeup feedback loopwm42014-05-111-2/+7
* audio/out: more debugging info for --dump-statswm42014-05-111-1/+5
* audio: fix the exact value that is used for the wait timewm42014-05-041-3/+2
* audio: minor simplification in wait codewm42014-04-231-2/+1
* audio: add hack against broken pulseaudio EOF conditionwm42014-04-171-1/+16
* audio: wake up the core when audio buffer is running lowwm42014-04-151-15/+60
* audio/out: reduce amount of audio bufferingwm42014-03-101-2/+16
* audio/out: make draining a separate operationwm42014-03-091-3/+15
* audio/out: feed AOs from a separate threadwm42014-03-091-0/+266