log

age author description
Tue, 10 Nov 2009 05:19:25 +0900 Yoshiki Yazawa changed include path from audacious to audlegacy. default tip
Tue, 18 Aug 2009 17:54:08 +0900 Yoshiki Yazawa use alsa-ng instead.
Tue, 18 Aug 2009 17:30:24 +0900 Yoshiki Yazawa adapted header directory to audlegacy.
Tue, 11 Aug 2009 10:34:26 -0400 John Lindgren alsa-ng: More paranoid debugging.
Thu, 23 Jul 2009 14:26:10 -0400 John Lindgren alsa-ng: 0.1 sec hard minimum buffer size.
Wed, 22 Jul 2009 16:42:16 -0400 John Lindgren alsa-ng: Keep mixer open even when playback stopped.
Mon, 13 Jul 2009 15:37:47 -0500 William Pitcock alsa-ng: Work around *broken* drivers, such as snd-au88xx.
Sun, 12 Jul 2009 08:30:13 -0500 William Pitcock alsa-ng: Enforce a minimum buffer size of 500ms.
Thu, 09 Jul 2009 11:03:32 -0400 John Lindgren alsa-ng: Set type hint on prefs window, and don't use deprecated GTK funcs.
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:30:27 -0500 William Pitcock 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:14:22 -0500 William Pitcock alsa-ng: Only support 16bit output for now. Someone else can debug this crap.
Fri, 19 Jun 2009 09:10:13 -0500 William Pitcock alsa-ng: Some fixes
Fri, 19 Jun 2009 08:38:14 -0500 William Pitcock alsa-ng: Apparently 24bit values are padded to 32bit, so we need to tell ALSA that.
Fri, 19 Jun 2009 08:23:51 -0500 William Pitcock alsa-ng: Don't crash on SND_PCM_FORMAT_UNKNOWN.
Fri, 19 Jun 2009 07:59:56 -0500 William Pitcock alsa-ng: Add support for SND_FLOAT (SND_PCM_FORMAT_FLOAT).
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.
Thu, 11 Jun 2009 05:22:22 -0500 William Pitcock alsa-ng: Update TODO.
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 04:20:09 -0500 William Pitcock alsa-ng: Add more notes on this.
Fri, 15 May 2009 00:49:04 -0500 William Pitcock alsa-ng: Add some niceties to the TODO.
Fri, 15 May 2009 00:47:24 -0500 William Pitcock alsa-ng: Add a TODO.
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.
Mon, 13 Jul 2009 23:53:41 +0900 Yoshiki Yazawa revive stdio plugin for now. gio cannot write id3 tags.
Sun, 24 May 2009 14:40:10 +0900 Yoshiki Yazawa cdaudio had lacked the last track.
Fri, 22 May 2009 23:18:48 +0900 Yoshiki Yazawa import new skins plugin
Fri, 01 May 2009 16:59:54 -0400 John Lindgren More clean-up of roll-up code (should fix bug #37; if not, it's a WM problem).
Fri, 22 May 2009 19:11:38 +0900 Yoshiki Yazawa adapt to audlegacy
Fri, 22 May 2009 19:11:38 +0900 Yoshiki Yazawa adapt to audlegacy
Fri, 22 May 2009 19:11:38 +0900 Yoshiki Yazawa adapt to audlegacy
Tue, 12 May 2009 15:33:49 -0500 William Pitcock alac: Restructuring from Hans de Goede. (Closes #69)
Tue, 12 May 2009 15:29:18 -0500 William Pitcock More ALSA restructuring from Hans de Goede. (Closes #68)
Tue, 12 May 2009 11:58:33 +0200 Stany Henry Revised and updated French translation.
Tue, 12 May 2009 11:23:57 +0200 Stany Henry crossfade : the plugin is now translatable.
Tue, 12 May 2009 08:30:43 +0200 Tomasz Mon Fix possible crash in scrobbler plugin
Mon, 11 May 2009 12:25:48 -0500 William Pitcock Branch merge.
Mon, 11 May 2009 17:32:04 +0100 Tony Vroon Remove stale library variable from Makefile, as pointed out by Rafa Muyo on #audacious.
Sun, 10 May 2009 21:15:29 +0100 Tony Vroon Fix last second(s) of playback getting lost, by Hans de Goede.
Sat, 09 May 2009 13:47:30 -0500 William Pitcock alac: Various patches from Hans de Goede. (Closes #61)
Sat, 09 May 2009 18:51:03 +0200 Michal Lipski crossfade: remove unused config variable
Sat, 09 May 2009 18:06:58 +0200 Michal Lipski crossfade: fix preprocessor conditional compilation
Sat, 09 May 2009 17:57:43 +0200 Michal Lipski readd op_config_string
Fri, 08 May 2009 15:04:04 -0500 William Pitcock Added tag audacious-plugins-2.0-beta1 for changeset 263213ec972a
Fri, 08 May 2009 15:02:50 -0500 William Pitcock NEON_DEBUG is no longer needed.
Thu, 07 May 2009 23:17:47 +0300 Andrew O. Shadoura add myself to AUTHORS
Thu, 07 May 2009 11:43:21 -0500 William Pitcock neon: Don't bother trying to seek on a Twisted server. It lies about it's capabilities, which leads to failure.
Thu, 07 May 2009 11:14:36 -0500 William Pitcock aac: handle premature EOF on shoutcast streams more gracefully.
Thu, 07 May 2009 11:04:15 -0500 William Pitcock mp4ff_num_samples(): check for track -1, cause that's not a good thing.
Thu, 07 May 2009 15:31:32 +0200 Michal Lipski crossfade: change about dialog to use audacious_info_dialog()
Thu, 07 May 2009 14:11:51 +0200 Michal Lipski crossfade: another portion of cleanups, remove legacy stuff
Thu, 07 May 2009 13:13:54 +0200 Michal Lipski crossfade: more cleanups
Thu, 07 May 2009 00:36:39 -0500 William Pitcock neon: avoid deadlocks in NEON_STATUS_ERROR codepath.
Thu, 07 May 2009 00:30:11 -0500 William Pitcock neon: More gracefully handle the NEON_READER_ERROR condition.
Thu, 07 May 2009 06:24:49 +0200 Michal Lipski crossfade: remove unneeded config variables
Thu, 07 May 2009 06:07:38 +0200 Michal Lipski crossfade: add type hint to configure window
Thu, 07 May 2009 05:05:16 +0200 Michal Lipski crossfade plugin code cleanups
Wed, 06 May 2009 18:48:53 -0500 William Pitcock Backed out changeset c6e2ae89a6a7
Wed, 06 May 2009 14:06:28 -0500 William Pitcock define NEON_DEBUG for the moment
Wed, 06 May 2009 14:04:28 -0500 William Pitcock Backed out changeset 617cd51dfee5
Wed, 06 May 2009 13:53:49 -0500 William Pitcock skins: make_mainwin_title(): give me my damn playlist position back.
Wed, 06 May 2009 12:10:28 -0500 William Pitcock neon: Fix crashes on buffer underrun due to NEON_READER_ERROR. (closes #57)
Wed, 06 May 2009 12:11:06 -0400 John Lindgren Sanity check to work around a WMA decoding error.
Wed, 06 May 2009 08:31:28 -0400 John Lindgren Show right-click menu on blank areas of playlist (closes #15)
Tue, 05 May 2009 17:07:24 -0500 William Pitcock arts: removed
Tue, 05 May 2009 10:00:57 -0400 John Lindgren Some minor changes; shuffle works again for CDs.
Mon, 04 May 2009 23:23:36 -0400 John Lindgren Remove non-existant CD tracks from playlist. Sorry, Luis, I guess you were outvoted.
Mon, 04 May 2009 16:57:36 -0400 John Lindgren Add type hint to CD Audio preferences window.
Mon, 04 May 2009 02:26:11 +0100 Tony Vroon Tone down debugging message, no need to print this publically.
Sun, 03 May 2009 20:53:48 -0400 John Lindgren Finish fixing hang-ups; remove confusing and broken "rescan"; handle no-disk more gracefully.
Sun, 03 May 2009 19:33:51 -0500 Kiyoshi Aman stdio no longer exists; rename relevant heading accordingly.
Mon, 04 May 2009 01:06:21 +0100 Tony Vroon Warning fix from Mark Loeser <halcy0n@gentoo.org>.
Mon, 04 May 2009 00:00:36 +0100 Tony Vroon Flip signedness around to squelch ~15 warnings.
Sun, 03 May 2009 22:47:38 +0100 Tony Vroon Remove debug g_print; the crasher has been identified.
Sun, 03 May 2009 08:59:43 -0400 John Lindgren Show "Add CD" command on playlist "Add" menu (closes #41)
Sat, 02 May 2009 11:16:23 -0400 John Lindgren Set up a hook_call for showing the main menu, since it's implemented in a plugin now (fixes #38).
Fri, 01 May 2009 12:28:48 -0500 William Pitcock scrobbler: add support for custom audioscrobbler servers. (closes #23)
Thu, 30 Apr 2009 18:23:44 -0400 John Lindgren Clean up some of the roll-up code so that it no longer causes problems with metacity/xfwm4. (How? I don't know.)
Thu, 30 Apr 2009 18:14:57 -0400 John Lindgren Link GIO plugin against libgio.
Thu, 30 Apr 2009 12:35:54 -0500 William Pitcock gio: fix FD leak
Thu, 30 Apr 2009 12:27:14 -0500 William Pitcock gio: getc() would infinite loop in a situation
Thu, 30 Apr 2009 11:10:58 -0500 William Pitcock Added tag audacious-plugins-2.0-alpha2 for changeset 3be50bf1ee9b
Thu, 30 Apr 2009 18:06:46 +0200 Michal Lipski ported OSS
Thu, 30 Apr 2009 09:45:04 -0500 William Pitcock gio: do not register file:// twice by filtering it from the list
Thu, 30 Apr 2009 09:36:17 -0500 William Pitcock gio: support gvfs
Thu, 30 Apr 2009 09:10:41 -0500 William Pitcock vfstrace: add to build
Thu, 30 Apr 2009 09:08:56 -0500 William Pitcock stdio: drop from the distribution, since gio is now functionally equivilant
Thu, 30 Apr 2009 09:06:55 -0500 William Pitcock gio: fread()/fwrite(): return size / nmemb, not total bytes read/written.
Thu, 30 Apr 2009 08:54:31 -0500 William Pitcock vfstrace: merge plugin
Thu, 30 Apr 2009 14:29:20 +0100 Tony Vroon Add probe priority of 2, this should go before low-level audio driver such as ALSA. Closes bug #35 by Petr Psa.
Thu, 30 Apr 2009 14:16:43 +0100 Tony Vroon Actually drop this include as it would never have worked, this was shadowing a system header or not including anything at all.
Thu, 30 Apr 2009 14:05:46 +0100 Tony Vroon Change internal strings.h include to audstrings, to coincide with core changes by John Wehle for bug #49.
Thu, 30 Apr 2009 13:36:36 +0100 Tony Vroon Basque translation by Iaki dooteo Larraaga Murgoitio.
Thu, 30 Apr 2009 07:02:04 -0500 William Pitcock gio: make sure we return the number of bytes we pulled off the getc() stack.
Thu, 30 Apr 2009 06:50:27 -0500 William Pitcock gio: if we ungetc(), then our position moves backwards by the number of ungetc()'d bytes.
Thu, 30 Apr 2009 06:42:30 -0500 William Pitcock Backed out changeset 9816407adf4a
Thu, 30 Apr 2009 06:41:19 -0500 William Pitcock wavpack: Take advantage of aud_vfs_fsize() and aud_vfs_is_streaming() APIs.
Thu, 30 Apr 2009 06:14:00 -0500 Jussi Judin xspf: add XML entity encoding into xspf_add_node for string nodes.
Wed, 29 Apr 2009 21:12:44 -0500 William Pitcock ungetc(): trash the stack of ungetc()'d chars if a seek is made
Wed, 29 Apr 2009 21:02:33 -0500 William Pitcock madplug: Turn off MADPROBE_DEBUG.
Wed, 29 Apr 2009 20:58:36 -0500 William Pitcock Introduce new GIO plugin to buildsystem. stdio is now deprecated.
Wed, 29 Apr 2009 20:21:31 -0500 William Pitcock gio: handle ungetc() stack accesses larger than size (e.g. support size * nmemb as it should be)