log libao2/ao_pulse.c @ 37174:6c941fe7fc3e

age author description
Sun, 22 Sep 2013 09:03:30 +0000 reimar Pass playing filename to audio outputs.
Tue, 30 Oct 2012 17:44:02 +0000 reimar Fix crash when only specifying a host for -ao pulse.
Sat, 03 Mar 2012 14:03:18 +0000 reimar Add suboption parsing support to ao_pulse and add an
Tue, 14 Feb 2012 20:06:43 +0000 reimar pulse: set outburst size.
Fri, 03 Feb 2012 23:11:48 +0000 iive Workaround a bug in Pulse Audio (http://pulseaudio.org/ticket/866)
Fri, 18 Dec 2009 20:27:35 +0000 reimar Add a missing const, fixes a compiler warning.
Fri, 18 Dec 2009 20:26:28 +0000 reimar Allow pulseaudio to restore the previous volume on init instead of forcing to
Fri, 18 Dec 2009 20:22:39 +0000 reimar Get rid of global volume variable, it is only used for temporary values.
Thu, 09 Apr 2009 20:20:00 +0000 reimar Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.
Thu, 09 Apr 2009 20:10:35 +0000 reimar Split oversized of "argument" onto a separate line.
Thu, 09 Apr 2009 20:07:26 +0000 reimar Also lock the mainloop when doing adjusting the volume for PulseAudio.
Thu, 09 Apr 2009 20:04:24 +0000 reimar Make sure waitop always unlocks the mainloop even if the operation could not
Fri, 06 Mar 2009 19:43:12 +0000 reimar Make ao_info_t structs const.
Thu, 19 Feb 2009 14:00:33 +0000 reimar Work around a PulseAudio bug that causes MPlayer to hang after unpausing.
Wed, 14 May 2008 18:02:27 +0000 diego Use standard license headers with standard formatting.
Wed, 07 May 2008 22:46:50 +0000 reimar Avoid dependency on newer pulseaudio version.
Thu, 01 May 2008 16:51:25 +0000 reimar Add support for 32 bit format to ao_pulse.
Thu, 01 May 2008 16:47:54 +0000 reimar Make ao_pulse fall back to s16le format instead of just failing.
Sat, 15 Dec 2007 17:10:06 +0000 reimar pa_stream_write reportedly needs locking of the main loop
Sat, 15 Dec 2007 17:07:40 +0000 reimar Fix indentation
Sat, 15 Dec 2007 17:06:59 +0000 reimar Remove pointless pa_stream_trigger call
Sat, 15 Dec 2007 16:58:25 +0000 reimar Documentation for waitop function
Sat, 03 Nov 2007 10:46:15 +0000 reimar Remove idiotic check that would always be false
Sat, 03 Nov 2007 10:42:23 +0000 reimar Change parsing to allow host == NULL and sink != NULL
Sat, 03 Nov 2007 10:37:22 +0000 reimar Simplify argument "parsing"
Sat, 03 Nov 2007 10:35:03 +0000 reimar Make sink variable local, it is only used in one place
Thu, 18 Oct 2007 13:36:59 +0000 reimar Add missing ao_pulse.c