log libao2/ao_pulse.c @ 27162:045b7646abb2

age author description
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