log src/alsa-ng/alsa-core.c @ 3196:0f7180e3b163

age author description
Sun, 12 Jul 2009 08:30:13 -0500 William Pitcock alsa-ng: Enforce a minimum buffer size of 500ms.
Wed, 01 Jul 2009 19:09:13 -0400 John Lindgren alsa-ng: A gint by any other name...
Mon, 29 Jun 2009 23:05:56 -0400 John Lindgren alsa-ng: Prefer "PCM" volume control over "Wave" on systems that have both, for consistency with OSS plugin and maybe other apps (closes AUD-34 and AUD-36).
Sat, 27 Jun 2009 14:53:36 -0500 William Pitcock alsa-ng: Add configuration settings.
Mon, 22 Jun 2009 16:05:57 -0400 John Lindgren alsa-ng: Fix possible race conditions, sluggish pause and seek.
Fri, 19 Jun 2009 09:10:13 -0500 William Pitcock alsa-ng: Some fixes
Fri, 19 Jun 2009 08:23:51 -0500 William Pitcock alsa-ng: Don't crash on SND_PCM_FORMAT_UNKNOWN.
Sun, 14 Jun 2009 23:10:04 -0500 Joris van Rantwijk alsa-ng: buffer timing cleanups
Fri, 12 Jun 2009 17:15:10 -0400 John Lindgren alsa-ng: Another arithmetic overflow (hopefully the last one).
Fri, 12 Jun 2009 09:17:09 -0400 John Lindgren alsa-ng: Fix arithmetic overflow on 32-bit systems.
Thu, 11 Jun 2009 20:21:16 -0500 William Pitcock alsa-ng: Remove another debug message.
Thu, 11 Jun 2009 20:18:31 -0500 William Pitcock alsa-ng: Remove debug notice.
Wed, 10 Jun 2009 00:06:15 -0500 William Pitcock alsa-ng: Add get_volume() implementation.
Tue, 09 Jun 2009 23:34:50 -0500 William Pitcock alsa-ng: Mixer support. Should be 100% plug-and-play.
Fri, 05 Jun 2009 02:32:48 +0300 Matti Hamalainen Fix a race condition which can occur when flushing the output buffer, causing
Sat, 16 May 2009 15:41:43 +0200 Tomasz Mon alsa-ng: alsaplug_flush(): It is good practise to lock the same mutex as the waiting threads while calling g_cond_broadcast.
Fri, 15 May 2009 16:12:30 -0500 William Pitcock alsa-ng: alsaplug_written_time(), alsaplug_output_time(): Lock pcm_state_mutex.
Fri, 15 May 2009 16:10:31 -0500 William Pitcock alsa-ng: alsaplug_buffer_free(): Make sure we don't try to access the ringbuffer when it's not yet allocated.
Fri, 15 May 2009 16:06:55 -0500 William Pitcock alsa-ng: Be less stupid if things don't open.
Fri, 15 May 2009 00:05:48 -0500 William Pitcock alsa-ng: Set thread handles to NULL when threads exit.
Fri, 15 May 2009 00:05:17 -0500 William Pitcock alsa-ng: Don't try to join threads that have already exited.
Fri, 15 May 2009 00:02:47 -0500 William Pitcock alsa-ng: Software pause, so we don't have to use snd_pcm_pause(), which is not part of the safe ALSA subset.
Thu, 14 May 2009 23:14:50 -0500 William Pitcock alsa-ng: implement pause stuff. not perfect yet.
Thu, 14 May 2009 22:24:34 -0500 William Pitcock alsa-ng: Everything but mixer (and custom output settings) should be working now.
Thu, 14 May 2009 21:08:03 -0500 William Pitcock alsa-ng: Destroy the ringbuffer when the plugin closes.
Thu, 14 May 2009 21:05:11 -0500 William Pitcock alsa-ng: Import rewritten ALSA plugin. This is still woefully incomplete, but supports basic playback.