Mercurial > audlegacy-plugins
graph
-
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
-
readd op_config_stringSat, 09 May 2009 17:57:43 +0200, by Michal Lipski
-
Added tag audacious-plugins-2.0-beta1 for changeset 263213ec972aFri, 08 May 2009 15:04:04 -0500, by William Pitcock
-
NEON_DEBUG is no longer needed.Fri, 08 May 2009 15:02:50 -0500, by William Pitcock
-
add myself to AUTHORSThu, 07 May 2009 23:17:47 +0300, by Andrew O. Shadoura
-
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:43:21 -0500, by William Pitcock
-
aac: handle premature EOF on shoutcast streams more gracefully.Thu, 07 May 2009 11:14:36 -0500, by William Pitcock
-
mp4ff_num_samples(): check for track -1, cause that's not a good thing.Thu, 07 May 2009 11:04:15 -0500, by William Pitcock
-
crossfade: change about dialog to use audacious_info_dialog()Thu, 07 May 2009 15:31:32 +0200, by Michal Lipski
-
crossfade: another portion of cleanups, remove legacy stuffThu, 07 May 2009 14:11:51 +0200, by Michal Lipski
-
crossfade: more cleanupsThu, 07 May 2009 13:13:54 +0200, by Michal Lipski
-
neon: avoid deadlocks in NEON_STATUS_ERROR codepath.Thu, 07 May 2009 00:36:39 -0500, by William Pitcock
-
neon: More gracefully handle the NEON_READER_ERROR condition.Thu, 07 May 2009 00:30:11 -0500, by William Pitcock
-
crossfade: remove unneeded config variablesThu, 07 May 2009 06:24:49 +0200, by Michal Lipski
-
crossfade: add type hint to configure windowThu, 07 May 2009 06:07:38 +0200, by Michal Lipski
-
crossfade plugin code cleanupsThu, 07 May 2009 05:05:16 +0200, by Michal Lipski
-
Backed out changeset c6e2ae89a6a7Wed, 06 May 2009 18:48:53 -0500, by William Pitcock
-
define NEON_DEBUG for the momentWed, 06 May 2009 14:06:28 -0500, by William Pitcock
-
Backed out changeset 617cd51dfee5Wed, 06 May 2009 14:04:28 -0500, by William Pitcock
-
skins: make_mainwin_title(): give me my damn playlist position back.Wed, 06 May 2009 13:53:49 -0500, by William Pitcock
-
neon: Fix crashes on buffer underrun due to NEON_READER_ERROR. (closes #57)Wed, 06 May 2009 12:10:28 -0500, by William Pitcock
-
Sanity check to work around a WMA decoding error.Wed, 06 May 2009 12:11:06 -0400, by John Lindgren
-
Show right-click menu on blank areas of playlist (closes #15)Wed, 06 May 2009 08:31:28 -0400, by John Lindgren
-
arts: removedTue, 05 May 2009 17:07:24 -0500, by William Pitcock
-
Some minor changes; shuffle works again for CDs.Tue, 05 May 2009 10:00:57 -0400, by John Lindgren
-
Remove non-existant CD tracks from playlist. Sorry, Luis, I guess you were outvoted.Mon, 04 May 2009 23:23:36 -0400, by John Lindgren
-
Add type hint to CD Audio preferences window.Mon, 04 May 2009 16:57:36 -0400, by John Lindgren
-
Tone down debugging message, no need to print this publically.Mon, 04 May 2009 02:26:11 +0100, by Tony Vroon
-
Finish fixing hang-ups; remove confusing and broken "rescan"; handle no-disk more gracefully.Sun, 03 May 2009 20:53:48 -0400, by John Lindgren
-
stdio no longer exists; rename relevant heading accordingly.Sun, 03 May 2009 19:33:51 -0500, by Kiyoshi Aman
-
Warning fix from Mark Loeser <halcy0n@gentoo.org>.Mon, 04 May 2009 01:06:21 +0100, by Tony Vroon
-
Flip signedness around to squelch ~15 warnings.Mon, 04 May 2009 00:00:36 +0100, by Tony Vroon
-
Remove debug g_print; the crasher has been identified.Sun, 03 May 2009 22:47:38 +0100, by Tony Vroon
-
Show "Add CD" command on playlist "Add" menu (closes #41)Sun, 03 May 2009 08:59:43 -0400, by John Lindgren
-
Set up a hook_call for showing the main menu, since it's implemented in a plugin now (fixes #38).Sat, 02 May 2009 11:16:23 -0400, by John Lindgren
-
scrobbler: add support for custom audioscrobbler servers. (closes #23)Fri, 01 May 2009 12:28:48 -0500, by William Pitcock
-
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:23:44 -0400, by John Lindgren
-
Link GIO plugin against libgio.Thu, 30 Apr 2009 18:14:57 -0400, by John Lindgren
-
gio: fix FD leakThu, 30 Apr 2009 12:35:54 -0500, by William Pitcock
-
gio: getc() would infinite loop in a situationThu, 30 Apr 2009 12:27:14 -0500, by William Pitcock
-
Added tag audacious-plugins-2.0-alpha2 for changeset 3be50bf1ee9bThu, 30 Apr 2009 11:10:58 -0500, by William Pitcock
-
ported OSSThu, 30 Apr 2009 18:06:46 +0200, by Michal Lipski
-
gio: do not register file:// twice by filtering it from the listThu, 30 Apr 2009 09:45:04 -0500, by William Pitcock
-
gio: support gvfsThu, 30 Apr 2009 09:36:17 -0500, by William Pitcock