summaryrefslogtreecommitdiffstats
path: root/libao2/ao_pulse.c
Commit message (Expand)AuthorAgeFilesLines
* Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.reimar2009-04-091-3/+3
* Split oversized of "argument" onto a separate line.reimar2009-04-091-1/+2
* Also lock the mainloop when doing adjusting the volume for PulseAudio.reimar2009-04-091-0/+3
* Make sure waitop always unlocks the mainloop even if the operation could notreimar2009-04-091-1/+4
* Make ao_info_t structs const.reimar2009-03-061-1/+1
* Work around a PulseAudio bug that causes MPlayer to hang after unpausing.reimar2009-02-191-0/+18
* Use standard license headers with standard formatting.diego2008-05-141-3/+4
* Avoid dependency on newer pulseaudio version.reimar2008-05-071-0/+4
* Add support for 32 bit format to ao_pulse.reimar2008-05-011-0/+2
* Make ao_pulse fall back to s16le format instead of just failing.reimar2008-05-011-4/+5
* pa_stream_write reportedly needs locking of the main loopreimar2007-12-151-1/+3
* Fix indentationreimar2007-12-151-4/+4
* Remove pointless pa_stream_trigger callreimar2007-12-151-10/+0
* Documentation for waitop functionreimar2007-12-151-0/+6
* Remove idiotic check that would always be falsereimar2007-11-031-1/+1
* Change parsing to allow host == NULL and sink != NULLreimar2007-11-031-4/+6
* Simplify argument "parsing"reimar2007-11-031-4/+2
* Make sink variable local, it is only used in one placereimar2007-11-031-3/+1
* Add missing ao_pulse.creimar2007-10-181-0/+382