Mercurial > audlegacy-plugins
graph
-
changed include path from audacious to audlegacy. default tipTue, 10 Nov 2009 05:19:25 +0900, by Yoshiki Yazawa
-
use alsa-ng instead.Tue, 18 Aug 2009 17:54:08 +0900, by Yoshiki Yazawa
-
adapted header directory to audlegacy.Tue, 18 Aug 2009 17:30:24 +0900, by Yoshiki Yazawa
-
alsa-ng: More paranoid debugging.Tue, 11 Aug 2009 10:34:26 -0400, by John Lindgren
-
alsa-ng: 0.1 sec hard minimum buffer size.Thu, 23 Jul 2009 14:26:10 -0400, by John Lindgren
-
alsa-ng: Keep mixer open even when playback stopped.Wed, 22 Jul 2009 16:42:16 -0400, by John Lindgren
-
alsa-ng: Work around *broken* drivers, such as snd-au88xx.Mon, 13 Jul 2009 15:37:47 -0500, by William Pitcock
-
alsa-ng: Enforce a minimum buffer size of 500ms.Sun, 12 Jul 2009 08:30:13 -0500, by William Pitcock
-
alsa-ng: Set type hint on prefs window, and don't use deprecated GTK funcs.Thu, 09 Jul 2009 11:03:32 -0400, by John Lindgren
-
alsa-ng: A gint by any other name...Wed, 01 Jul 2009 19:09:13 -0400, by 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).Mon, 29 Jun 2009 23:05:56 -0400, by John Lindgren
-
alsa-ng: Add configuration settings.Sat, 27 Jun 2009 14:53:36 -0500, by William Pitcock
-
alsa-ng: Fix possible race conditions, sluggish pause and seek.Mon, 22 Jun 2009 16:05:57 -0400, by John Lindgren
-
alsa-ng: Nevermind, the emu10k1 driver sucks and doesn't support any of these formats, hince their failing hard for me.Fri, 19 Jun 2009 09:30:27 -0500, by William Pitcock
-
alsa-ng: Only support 16bit output for now. Someone else can debug this crap.Fri, 19 Jun 2009 09:14:22 -0500, by William Pitcock
-
alsa-ng: Some fixesFri, 19 Jun 2009 09:10:13 -0500, by William Pitcock
-
alsa-ng: Apparently 24bit values are padded to 32bit, so we need to tell ALSA that.Fri, 19 Jun 2009 08:38:14 -0500, by William Pitcock
-
alsa-ng: Don't crash on SND_PCM_FORMAT_UNKNOWN.Fri, 19 Jun 2009 08:23:51 -0500, by William Pitcock
-
alsa-ng: Add support for SND_FLOAT (SND_PCM_FORMAT_FLOAT).Fri, 19 Jun 2009 07:59:56 -0500, by William Pitcock
-
alsa-ng: buffer timing cleanupsSun, 14 Jun 2009 23:10:04 -0500, by Joris van Rantwijk
-
alsa-ng: Another arithmetic overflow (hopefully the last one).Fri, 12 Jun 2009 17:15:10 -0400, by John Lindgren
-
alsa-ng: Fix arithmetic overflow on 32-bit systems.Fri, 12 Jun 2009 09:17:09 -0400, by John Lindgren
-
alsa-ng: Remove another debug message.Thu, 11 Jun 2009 20:21:16 -0500, by William Pitcock
-
alsa-ng: Remove debug notice.Thu, 11 Jun 2009 20:18:31 -0500, by William Pitcock
-
alsa-ng: Update TODO.Thu, 11 Jun 2009 05:22:22 -0500, by William Pitcock
-
alsa-ng: Add get_volume() implementation.Wed, 10 Jun 2009 00:06:15 -0500, by William Pitcock
-
alsa-ng: Mixer support. Should be 100% plug-and-play.Tue, 09 Jun 2009 23:34:50 -0500, by William Pitcock
-
Fix a race condition which can occur when flushing the output buffer, causingFri, 05 Jun 2009 02:32:48 +0300, by Matti Hamalainen
-
alsa-ng: alsaplug_flush(): It is good practise to lock the same mutex as the waiting threads while calling g_cond_broadcast.Sat, 16 May 2009 15:41:43 +0200, by Tomasz Mon
-
alsa-ng: alsaplug_written_time(), alsaplug_output_time(): Lock pcm_state_mutex.Fri, 15 May 2009 16:12:30 -0500, by 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:10:31 -0500, by William Pitcock
-
alsa-ng: Be less stupid if things don't open.Fri, 15 May 2009 16:06:55 -0500, by William Pitcock
-
alsa-ng: Add more notes on this.Fri, 15 May 2009 04:20:09 -0500, by William Pitcock
-
alsa-ng: Add some niceties to the TODO.Fri, 15 May 2009 00:49:04 -0500, by William Pitcock
-
alsa-ng: Add a TODO.Fri, 15 May 2009 00:47:24 -0500, by William Pitcock
-
alsa-ng: Set thread handles to NULL when threads exit.Fri, 15 May 2009 00:05:48 -0500, by William Pitcock
-
alsa-ng: Don't try to join threads that have already exited.Fri, 15 May 2009 00:05:17 -0500, by 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.Fri, 15 May 2009 00:02:47 -0500, by William Pitcock
-
alsa-ng: implement pause stuff. not perfect yet.Thu, 14 May 2009 23:14:50 -0500, by William Pitcock
-
alsa-ng: Everything but mixer (and custom output settings) should be working now.Thu, 14 May 2009 22:24:34 -0500, by William Pitcock
-
alsa-ng: Destroy the ringbuffer when the plugin closes.Thu, 14 May 2009 21:08:03 -0500, by William Pitcock
-
alsa-ng: Import rewritten ALSA plugin. This is still woefully incomplete, but supports basic playback.Thu, 14 May 2009 21:05:11 -0500, by William Pitcock
-
revive stdio plugin for now. gio cannot write id3 tags.Mon, 13 Jul 2009 23:53:41 +0900, by Yoshiki Yazawa
-
cdaudio had lacked the last track.Sun, 24 May 2009 14:40:10 +0900, by Yoshiki Yazawa
-
import new skins pluginFri, 22 May 2009 23:18:48 +0900, by Yoshiki Yazawa
-
More clean-up of roll-up code (should fix bug #37; if not, it's a WM problem).Fri, 01 May 2009 16:59:54 -0400, by John Lindgren
-
adapt to audlegacyFri, 22 May 2009 19:11:38 +0900, by Yoshiki Yazawa
-
adapt to audlegacyFri, 22 May 2009 19:11:38 +0900, by Yoshiki Yazawa
-
adapt to audlegacyFri, 22 May 2009 19:11:38 +0900, by Yoshiki Yazawa
-
alac: Restructuring from Hans de Goede. (Closes #69)Tue, 12 May 2009 15:33:49 -0500, by William Pitcock
-
More ALSA restructuring from Hans de Goede. (Closes #68)Tue, 12 May 2009 15:29:18 -0500, by William Pitcock
-
Revised and updated French translation.Tue, 12 May 2009 11:58:33 +0200, by Stany Henry
-
crossfade : the plugin is now translatable.Tue, 12 May 2009 11:23:57 +0200, by Stany Henry
-
Fix possible crash in scrobbler pluginTue, 12 May 2009 08:30:43 +0200, by Tomasz Mon
-
Branch merge.Mon, 11 May 2009 12:25:48 -0500, by William Pitcock
-
Remove stale library variable from Makefile, as pointed out by RafaŠČ MuŤ÷yŠČo on #audacious.Mon, 11 May 2009 17:32:04 +0100, by Tony Vroon
-
Fix last second(s) of playback getting lost, by Hans de Goede.Sun, 10 May 2009 21:15:29 +0100, by Tony Vroon
-
alac: Various patches from Hans de Goede. (Closes #61)Sat, 09 May 2009 13:47:30 -0500, by William Pitcock
-
crossfade: remove unused config variableSat, 09 May 2009 18:51:03 +0200, by Michal Lipski
-
crossfade: fix preprocessor conditional compilationSat, 09 May 2009 18:06:58 +0200, by Michal Lipski