Sat, 12 Jul 2008 16:00:03 +0200 |
Jonathan Schleifer |
Add != NULL to assert (NULL can be (void*)-1 on some systems).
|
Mon, 21 Apr 2008 18:42:00 +0300 |
Matti Hamalainen |
Variable rename.
|
Thu, 03 Apr 2008 00:52:14 +0300 |
Matti Hamalainen |
Change tabs to 4 spaces, everywhere.
|
Wed, 02 Apr 2008 19:53:39 +0300 |
Matti Hamalainen |
Cosmetic cleanups, synchronized from XMMS-SID.
|
Sun, 30 Mar 2008 17:36:35 +0200 |
mf0102 |
- update-po, German translation update
|
Sat, 29 Mar 2008 11:14:39 +0200 |
Matti Hamalainen |
Removed xs_memset(), just use memset().
|
Sat, 20 Oct 2007 07:15:25 +0300 |
Matti Hamalainen |
Make xs_get_song_tuple_info() static.
|
Thu, 18 Oct 2007 01:31:59 +0300 |
Matti Hamalainen |
Sanitize tuple probing and fix subtunes.
|
Wed, 17 Oct 2007 23:09:13 +0300 |
Matti Hamalainen |
Selective subtunes support.
|
Sat, 13 Oct 2007 20:43:07 -0500 |
William Pitcock |
gentitle changes
|
Sat, 13 Oct 2007 19:55:04 -0500 |
William Pitcock |
string API calls -> vtable
|
Mon, 08 Oct 2007 02:02:02 -0500 |
William Pitcock |
chase last changeset in aud
|
Sun, 07 Oct 2007 14:34:40 -0500 |
William Pitcock |
more set_params()
|
Sun, 07 Oct 2007 00:22:59 -0500 |
William Pitcock |
s/tuple_/aud_tuple_/g
|
Tue, 02 Oct 2007 03:41:53 +0300 |
Matti Hamalainen |
Kill some warnings.
|
Tue, 25 Sep 2007 21:02:50 +0300 |
Matti Hamalainen |
Remove deprected #include.
|
Wed, 19 Sep 2007 05:16:22 +0300 |
Matti Hamalainen |
Cleanup the probing.
|
Wed, 19 Sep 2007 03:10:54 +0300 |
Matti Hamalainen |
Remove xs_is_our_file()
|
Wed, 19 Sep 2007 01:03:24 +0200 |
Giacomo Lozito |
- only add subsongs in playlist if the option is active in sid plugin
|
Tue, 18 Sep 2007 19:13:12 +0200 |
Giacomo Lozito |
- updated sid plugin to use subsong-num and subsong-id
|
Sun, 09 Sep 2007 23:23:00 +0300 |
Matti Hamalainen |
Automated merge with file:/home/ccr/audacious/plugins
|
Sat, 08 Sep 2007 06:58:08 +0300 |
Matti Hamalainen |
Branch merge.
|
Fri, 07 Sep 2007 06:58:36 +0300 |
Matti Hamalainen |
Branch merge.
|
Thu, 06 Sep 2007 03:03:03 +0300 |
Matti Hamalainen |
Branch merge.
|
Wed, 05 Sep 2007 09:29:26 +0300 |
Matti Hamalainen |
Modified for Tuplez/plugin API changes.
|
Sun, 09 Sep 2007 22:25:40 +0300 |
Matti Hamalainen |
xmms_usleep() was removed, use g_usleep()
|
Fri, 07 Sep 2007 22:44:47 +0300 |
Matti Hamalainen |
Disable subtunes support, because the way it is currently "supposed" to be
|
Fri, 07 Sep 2007 06:46:01 +0300 |
Matti Hamalainen |
Simplify xs_is_our_file_vfs().
|
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 02:11:41 +0300 |
Matti Hamalainen |
Cleaned up the mutex locking of xs_play_file(). This seems to magically fix
|
Wed, 05 Sep 2007 00:09:50 +0300 |
Matti Hamalainen |
Remove useless xs_memset()
|
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:04:49 +0300 |
Matti Hamalainen |
Chainsaw, this is for you: Separate playlist entries added for sub-tunes;
|
Mon, 03 Sep 2007 06:28:17 +0300 |
Matti Hamalainen |
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
|
Mon, 03 Sep 2007 01:26:49 +0300 |
Matti Hamalainen |
Start of major Aud-SID Tuples vs XMMS-SID cleanup.
|
Sun, 02 Sep 2007 02:06:06 +0300 |
Matti Hamalainen |
Some Audacious specific (for Tuple generation) mutex locks added.
|
Sun, 02 Sep 2007 01:31:55 +0300 |
Matti Hamalainen |
Merge thread locking/mutex fix from XMMS-SID. Fixes a race between
|
Thu, 23 Aug 2007 03:20:10 +0200 |
Giacomo Lozito |
fixed lock in sid playback when doing fast song switching
|
Sat, 11 Aug 2007 23:56:22 +0200 |
Giacomo Lozito |
converted sid plugin to new tuple system
|
Fri, 10 Aug 2007 22:00:07 +0200 |
Giacomo Lozito |
updated input plugins to use set_pb_ready to signal to the core that they're ready for playback
|
Sat, 04 Aug 2007 03:53:11 +0200 |
Christian Birchinger |
Ported to new threading model
|
Fri, 02 Mar 2007 09:36:54 -0800 |
nenolod |
[svn] - some UI improvements from ccr.
trunk
|
Tue, 27 Feb 2007 01:40:23 -0800 |
nenolod |
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
trunk
|
Sun, 28 Jan 2007 22:15:52 -0800 |
iabervon |
[svn] Fix sid for current API.
trunk
|
Sun, 28 Jan 2007 21:09:12 -0800 |
iabervon |
[svn] Convert plugins to use InputPlayback.output instead of InputPlugin.output
trunk
|
Fri, 19 Jan 2007 10:55:44 -0800 |
giacomo |
[svn] - added is_our_file_from_vfs function to sid, for both libsidplay v1 and v2
trunk
|
Fri, 19 Jan 2007 09:56:06 -0800 |
giacomo |
[svn] - modified the sid plugin to use vfs, for both libsidplay v1 and v2; still requires testing and some work in the is_our_file part
trunk
|
Mon, 18 Sep 2006 03:14:20 -0700 |
nenolod |
[svn] - remove src/Input src/Output src/Effect src/General src/Visualization src/Container
trunk
base
src/Input/sid/xmms-sid.c@d688ae29b85b
|