log

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