log src/xmms-sid.c @ 403:b2d233cd01ba

age author description
Thu, 01 Jun 2006 22:39:02 +0000 Matti Hamalainen Add more debugging output.
Thu, 01 Jun 2006 02:18:02 +0000 Matti Hamalainen More work on merging of improved STIL/SLDB handling code with completely
Wed, 31 May 2006 10:02:00 +0000 Matti Hamalainen Working on getting STIL and SLDB using completely dynamically allocated
Sun, 27 Nov 2005 19:16:04 +0000 Matti Hamalainen Set song length to 0 instead of -1 to enable XMMS's seek slidebar at all
Tue, 08 Nov 2005 09:33:02 +0000 Matti Hamalainen Better comments and .. you guessed it: more indentation fixes. :)
Mon, 07 Nov 2005 09:50:04 +0000 Matti Hamalainen Re-indentation all (non-generated) code.
Tue, 01 Nov 2005 02:25:03 +0000 Matti Hamalainen Always use dynamic audio buffer
Fri, 23 Sep 2005 10:33:04 +0000 Matti Hamalainen Off by one caused infinite looping in searching for next sub-tune to play,
Fri, 23 Sep 2005 08:41:03 +0000 Matti Hamalainen Removed 'unused argument' warnings, some cleanups.
Thu, 22 Sep 2005 05:21:01 +0000 Matti Hamalainen Free tuneinfo?
Thu, 22 Sep 2005 01:55:01 +0000 Matti Hamalainen - subTune -> subTunes
Tue, 11 Jan 2005 04:11:02 +0000 Matti Hamalainen Changed copyright text.
Thu, 30 Dec 2004 13:41:02 +0000 Matti Hamalainen #include "xs_filter.h" dev-0_8_0b14
Sun, 26 Dec 2004 15:51:00 +0000 Matti Hamalainen Remove "only when song-length unknown" option from minimum playtime, it
Sun, 26 Dec 2004 15:33:03 +0000 Matti Hamalainen Disable oversampling if non-mono output; remove disabling of oversampling
Sun, 26 Dec 2004 14:59:01 +0000 Matti Hamalainen Improved locking, still some unlocked parts left, but nothing dangerous.
Sat, 25 Dec 2004 20:42:01 +0000 Matti Hamalainen Fixes.
Sat, 25 Dec 2004 18:58:05 +0000 Matti Hamalainen xs_error() -> XSERR()
Sat, 25 Dec 2004 18:58:02 +0000 Matti Hamalainen Make XSERR into function.
Sat, 25 Dec 2004 18:25:05 +0000 Matti Hamalainen Do correct typecasts and declare xs_subctrl_open arguments as void.
Sat, 25 Dec 2004 10:57:03 +0000 Matti Hamalainen Automatic sub-tune changing.
Sat, 25 Dec 2004 08:49:02 +0000 Matti Hamalainen Fixed oversampling buffer overflow problems.
Thu, 23 Dec 2004 18:02:00 +0000 Matti Hamalainen Error checking.
Thu, 23 Dec 2004 17:04:03 +0000 Matti Hamalainen Merging in oversampling support, audio settings sanitation.
Wed, 22 Dec 2004 09:07:03 +0000 Matti Hamalainen Improved comments.
Tue, 21 Dec 2004 20:17:02 +0000 Matti Hamalainen Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Tue, 21 Dec 2004 16:08:03 +0000 Matti Hamalainen Added "apply min playtime only when song-length is unknown" option.
Tue, 21 Dec 2004 15:05:03 +0000 Matti Hamalainen Compile-time setting to enable/disable use of dynamically allocated buffers.
Tue, 21 Dec 2004 13:34:02 +0000 Matti Hamalainen Add xs_fileinfo.h, move appropriate function prototypes there.
Tue, 21 Dec 2004 13:13:05 +0000 Matti Hamalainen Thread locking now final. All parts, including GTK GUI, should be(?)