log src/alsa/audio.c @ 3153:3a1d7d680816

age author description
Tue, 12 May 2009 15:29:18 -0500 William Pitcock More ALSA restructuring from Hans de Goede. (Closes #68)
Mon, 11 May 2009 12:25:48 -0500 William Pitcock Branch merge.
Sun, 10 May 2009 21:15:29 +0100 Tony Vroon Fix last second(s) of playback getting lost, by Hans de Goede.
Sat, 18 Apr 2009 21:38:16 +0100 Tony Vroon Do not assign the result of snd_card_next, we do not care about it. Code analysis, unique ID HQvjgU.
Sat, 28 Feb 2009 02:34:13 +0000 Tony Vroon Add hardware_present probe for a meaningful return code. Probe priority 1.
Fri, 05 Dec 2008 07:10:58 -0600 William Pitcock Do not use non-blocking playback, it is entirely unnecessary and is the source of many problems we have with ALSA on weird cards.
Wed, 02 Jul 2008 08:03:42 +0300 Matti Hamalainen Use glib types.
Wed, 21 May 2008 16:43:48 +0300 Matti Hamalainen Remove the strange timeout function from ALSA plugin's mixer handling, this
Sun, 30 Mar 2008 08:17:21 +0300 Matti Hamalainen Do NOT use 'volatile' keyword!
Mon, 24 Mar 2008 17:40:33 +0100 Sascha Hlusiak alsa: Make spinlocks a bit less scary. Don't lock up in alsa_flush when output is closed.
Thu, 13 Mar 2008 16:42:02 -0500 William Pitcock Remove debugging notice.
Sat, 16 Feb 2008 01:36:41 +0300 Eugene Zagidullin check input fmt thoughtfully
Thu, 14 Feb 2008 22:23:52 +0100 mf0102 remove an unused function
Thu, 14 Feb 2008 17:20:27 +0000 Tony Vroon Oh how I long back to the days where people compile-tested their changesets
Tue, 12 Feb 2008 02:23:14 -0600 William Pitcock Remove calls into xconvert PAPI.
Sun, 10 Feb 2008 15:52:46 +0300 Eugene Zagidullin pretend to be stopped when buffer is free. needed for correct waiting for free buffer
Mon, 04 Feb 2008 01:06:03 -0600 William Pitcock Experimental 24-bit support. Can someone test this? It doesn't work for me.
Fri, 14 Dec 2007 23:36:11 +0900 Yoshiki Yazawa eliminate warning.
Sun, 14 Oct 2007 03:52:36 -0500 William Pitcock xconvert.
Sat, 13 Oct 2007 23:48:00 -0500 William Pitcock use aud_cfg in some places
Thu, 11 Oct 2007 15:19:28 -0500 William Pitcock warning fixes
Mon, 01 Oct 2007 14:06:03 -0500 William Pitcock alsa_recovery(): some bugfixes.
Thu, 20 Sep 2007 10:36:56 -0500 William Pitcock Use a GStaticMutex instead of a GMutex to avoid crashing and resource conflicts.
Tue, 18 Sep 2007 10:53:36 -0500 William Pitcock Remove software volume control (it has been moved to the core as a pipeline flow element).
Tue, 18 Sep 2007 09:47:41 -0500 William Pitcock Clean up and rework xrun/suspend handling, and add myself to Copyright holders.
Tue, 18 Sep 2007 09:25:56 -0500 William Pitcock Pass literal values to snd_strerror(), as passing -err will cause an invalid dereference in any modern ALSA.
Tue, 11 Sep 2007 06:04:15 -0500 William Pitcock effects_enabled() craq removed
Sun, 09 Sep 2007 22:25:40 +0300 Matti Hamalainen xmms_usleep() was removed, use g_usleep()
Sun, 12 Aug 2007 07:17:10 -0500 William Pitcock Port some changes over from XMMS that:
Sun, 27 May 2007 14:25:46 -0700 ertzing [svn] Move effect plugin handling out of the output plugins trunk