aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_pulse.c
Commit message (Expand)AuthorAge
* Add a missing const, fixes a compiler warning.Gravatar reimar2009-12-18
* Allow pulseaudio to restore the previous volume on init instead of forcing toGravatar reimar2009-12-18
* Get rid of global volume variable, it is only used for temporary values.Gravatar reimar2009-12-18
* Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.Gravatar reimar2009-04-09
* Split oversized of "argument" onto a separate line.Gravatar reimar2009-04-09
* Also lock the mainloop when doing adjusting the volume for PulseAudio.Gravatar reimar2009-04-09
* Make sure waitop always unlocks the mainloop even if the operation could notGravatar reimar2009-04-09
* Make ao_info_t structs const.Gravatar reimar2009-03-06
* Work around a PulseAudio bug that causes MPlayer to hang after unpausing.Gravatar reimar2009-02-19
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Avoid dependency on newer pulseaudio version.Gravatar reimar2008-05-07
* Add support for 32 bit format to ao_pulse.Gravatar reimar2008-05-01
* Make ao_pulse fall back to s16le format instead of just failing.Gravatar reimar2008-05-01
* pa_stream_write reportedly needs locking of the main loopGravatar reimar2007-12-15
* Fix indentationGravatar reimar2007-12-15
* Remove pointless pa_stream_trigger callGravatar reimar2007-12-15
* Documentation for waitop functionGravatar reimar2007-12-15
* Remove idiotic check that would always be falseGravatar reimar2007-11-03
* Change parsing to allow host == NULL and sink != NULLGravatar reimar2007-11-03
* Simplify argument "parsing"Gravatar reimar2007-11-03
* Make sink variable local, it is only used in one placeGravatar reimar2007-11-03
* Add missing ao_pulse.cGravatar reimar2007-10-18