Fri, 07 Sep 2007 04:36:12 -0500 |
William Pitcock |
get_tuple should be get_song_tuple
|
Fri, 07 Sep 2007 04:32:13 -0500 |
William Pitcock |
amidi-plug: C99 initialisers
|
Fri, 07 Sep 2007 04:30:16 -0500 |
William Pitcock |
musepack: C++ at it's worst.
|
Fri, 07 Sep 2007 04:27:58 -0500 |
William Pitcock |
wavpack: I need a rewrite.
|
Fri, 07 Sep 2007 04:23:30 -0500 |
William Pitcock |
flacng: C99 initialisers
|
Fri, 07 Sep 2007 04:21:38 -0500 |
William Pitcock |
vorbis: C99 initialisers
|
Fri, 07 Sep 2007 04:19:50 -0500 |
William Pitcock |
vtx: C99 initialisers
|
Fri, 07 Sep 2007 04:18:00 -0500 |
William Pitcock |
metronom: C99 initialisers
|
Fri, 07 Sep 2007 04:16:47 -0500 |
William Pitcock |
cuesheet: C99 initialisers
|
Fri, 07 Sep 2007 04:15:24 -0500 |
William Pitcock |
wav, wav-sndfile: C99 initialisers
|
Fri, 07 Sep 2007 04:12:39 -0500 |
William Pitcock |
sexypsf: C99 initialisers
|
Fri, 07 Sep 2007 04:04:03 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 07 Sep 2007 04:03:42 -0500 |
William Pitcock |
"sorry, unimplemented: non-trivial designated initializers not supported". What a crock of g++.
|
Fri, 07 Sep 2007 03:55:27 -0500 |
William Pitcock |
tonegen: C99 struct initialisers
|
Fri, 07 Sep 2007 06:46:33 +0300 |
Matti Hamalainen |
Branch merge.
|
Fri, 07 Sep 2007 06:46:01 +0300 |
Matti Hamalainen |
Simplify xs_is_our_file_vfs().
|
Fri, 07 Sep 2007 00:06:24 +0300 |
Matti Hamalainen |
Default Tuplez format string.
|
Fri, 07 Sep 2007 00:43:30 +0200 |
mf0102 |
fixed SexyPSF hangs and error message
|
Thu, 06 Sep 2007 02:52:33 +0300 |
Matti Hamalainen |
Added support for SID-plugin specific Tuplez format string (see config
|
Wed, 05 Sep 2007 22:44:25 +0300 |
Matti Hamalainen |
Fixed configuration dialog, thanks to Joker for pointing out the flaws.
|
Wed, 05 Sep 2007 11:59:44 +0300 |
Matti Hamalainen |
Made the GUI dialogs (fileinfo & config) bit neater.
|
Wed, 05 Sep 2007 11:59:20 +0300 |
Matti Hamalainen |
Added Glade files for ModPlug.
|
Wed, 05 Sep 2007 11:54:05 +0300 |
Matti Hamalainen |
Convert strings to UTF-8 using str_to_utf8(). This solution is not
|
Wed, 05 Sep 2007 07:38:21 +0300 |
Matti Hamalainen |
Simplify and clean up codec name string setting.
|
Wed, 05 Sep 2007 07:37:53 +0300 |
Matti Hamalainen |
Detect Fast Tracker (and others) xCHN and xxCH MOD module signatures properly.
|
Wed, 05 Sep 2007 04:00:46 +0300 |
Matti Hamalainen |
Don't check for isSet.
|
Wed, 05 Sep 2007 04:00:24 +0300 |
Matti Hamalainen |
Typofix "file-exit" to "file-ext".
|
Wed, 05 Sep 2007 02:29:16 +0300 |
Matti Hamalainen |
Actually only use [!] marker in the subtune menu, not the whole info field.
|
Wed, 05 Sep 2007 02:23:09 +0300 |
Matti Hamalainen |
Branch merge.
|
Wed, 05 Sep 2007 02:22:40 +0300 |
Matti Hamalainen |
Kludge xspf plugin to "work" better with playlist entries which have
|
Wed, 05 Sep 2007 02:11:41 +0300 |
Matti Hamalainen |
Cleaned up the mutex locking of xs_play_file(). This seems to magically fix
|
Wed, 05 Sep 2007 02:09:02 +0300 |
Matti Hamalainen |
Merged fileinfo improvements from XMMS-SID: sub-tunes info selector menu
|
Wed, 05 Sep 2007 02:06:45 +0300 |
Matti Hamalainen |
Undefine DEBUG, it is probably not needed at the moment; Made mutex debugging
|
Wed, 05 Sep 2007 00:10:06 +0300 |
Matti Hamalainen |
Constify.
|
Wed, 05 Sep 2007 00:09:50 +0300 |
Matti Hamalainen |
Remove useless xs_memset()
|
Wed, 05 Sep 2007 00:29:16 +0200 |
mf0102 |
update-po, German translation, SID plugin translation adaption
|
Tue, 04 Sep 2007 23:12:43 +0300 |
Matti Hamalainen |
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
|
Tue, 04 Sep 2007 20:42:22 +0900 |
VDR dai (audacious) |
update Japanese translation
|
Tue, 04 Sep 2007 03:24:11 +0300 |
Matti Hamalainen |
Merged STIL parser fixes from XMMS-SID.
|
Mon, 03 Sep 2007 23:43:38 +0200 |
mf0102 |
Adapted plugins for internationalisation, update-po, German translation
|
Mon, 03 Sep 2007 17:46:16 +0300 |
Matti Hamalainen |
Use set_info(), blah and actually add at least the default sub-tune to
|
Mon, 03 Sep 2007 10:59:32 +0300 |
Matti Hamalainen |
Oops, && should've been ||, fixed.
|
Mon, 03 Sep 2007 09:37:32 +0300 |
Matti Hamalainen |
Fix fileinfo dialog to work with new subtune system.
|
Mon, 03 Sep 2007 09:06:54 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 03 Sep 2007 09:04:49 +0300 |
Matti Hamalainen |
Chainsaw, this is for you: Separate playlist entries added for sub-tunes;
|
Mon, 03 Sep 2007 08:45:34 +0300 |
Matti Hamalainen |
Constify arguments.
|
Mon, 03 Sep 2007 08:45:00 +0300 |
Matti Hamalainen |
Move xs_tuneinfo_*() function prototypes to xs_slsup.h
|
Mon, 03 Sep 2007 08:43:47 +0300 |
Matti Hamalainen |
Constify arguments.
|
Mon, 03 Sep 2007 07:06:15 +0300 |
Matti Hamalainen |
Constify.
|
Mon, 03 Sep 2007 06:28:17 +0300 |
Matti Hamalainen |
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
|
Mon, 03 Sep 2007 06:25:55 +0300 |
Matti Hamalainen |
Some macro additions for handling Gtk+/Glib stuff; Misc merges.
|
Mon, 03 Sep 2007 06:24:06 +0300 |
Matti Hamalainen |
Merge xs_curve changes.
|
Mon, 03 Sep 2007 04:33:47 +0300 |
Matti Hamalainen |
Updated glade-file for Aud-SID.
|
Sun, 02 Sep 2007 22:18:43 -0500 |
William Pitcock |
madplug: remove rpath. PUT THIS IN CONFIGURE.AC. -Wl,rpath= IS NOT PORTABLE. I WILL KEEP REMOVING THIS.
|
Sun, 02 Sep 2007 22:01:45 -0500 |
William Pitcock |
filewriter: fix symbol collisions
|
Sun, 02 Sep 2007 21:55:07 -0500 |
William Pitcock |
sexypsf: clean up symbol namespace
|
Mon, 03 Sep 2007 01:02:31 +0200 |
mf0102 |
automated merge
|
Mon, 03 Sep 2007 01:01:34 +0200 |
mf0102 |
German translation, about 50% complete
|
Mon, 03 Sep 2007 01:33:33 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 03 Sep 2007 01:26:49 +0300 |
Matti Hamalainen |
Start of major Aud-SID Tuples vs XMMS-SID cleanup.
|