summaryrefslogtreecommitdiffstats
path: root/libao2/ao_pulse.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master'wm42012-07-301-29/+55
|\
| * ao_pulse: work around PulseAudio timing bugsUoti Urpala2012-07-291-29/+55
* | ao_pulse: don't always print error message if PulseAudio unavailablewm42012-07-301-2/+5
|/
* ao_pulse: fix specifying host/sink after 4fed8ad197Uoti Urpala2012-05-031-1/+1
* ao_pulse: support native mute controlwm42012-04-111-29/+55
* libao2: change control() types to enum, remove unused onesUoti Urpala2012-04-081-1/+1
* ao_pulse: add hacks to work around seek problemsUoti Urpala2012-03-261-1/+19
* ao_pulse, core: make pulse thread wake up core for more dataUoti Urpala2012-03-261-2/+10
* ao_pulse: convert to new AO APIUoti Urpala2012-03-261-222/+282
* Add a missing const, fixes a compiler warning.reimar2009-12-181-1/+1
* Allow pulseaudio to restore the previous volume on init instead of forcing toreimar2009-12-181-4/+1
* Get rid of global volume variable, it is only used for temporary values.reimar2009-12-181-5/+7
* 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