log src/xmms-sid.c @ 714:229fa2d043b9

age author description
Mon, 09 Feb 2009 14:56:56 +0200 Matti Hamalainen Moved filter routines to xs_support.[ch].
Thu, 12 Jun 2008 21:03:18 +0300 Matti Hamalainen Staticize.
Thu, 22 May 2008 07:26:26 +0300 Matti Hamalainen Etc.
Mon, 21 Apr 2008 18:41:01 +0300 Matti Hamalainen Remove some camelcasing / hungarian notation.
Wed, 02 Apr 2008 22:10:05 +0300 Matti Hamalainen Change tabs to 4 spaces, everywhere.
Wed, 02 Apr 2008 21:29:26 +0300 Matti Hamalainen Constify a table.
Wed, 02 Apr 2008 19:46:59 +0300 Matti Hamalainen Lots of cosmetic code cleanups; synced the de-gettextification from Audacious-SID, I suppose it makes some sense ...
Tue, 04 Sep 2007 21:03:03 +0000 Matti Hamalainen Remove useless xs_memset()
Mon, 03 Sep 2007 02:46:02 +0000 Matti Hamalainen More gtk_signal_connect() -> XS_SIGNAL_CONNECT() changes.
Mon, 03 Sep 2007 00:22:04 +0000 Matti Hamalainen Move SLDB and STIL utility functions to xs_slsup.[ch] and amend some changes between XMMS-SID and Aud-SID via a macro mess.
Fri, 31 Aug 2007 16:54:04 +0000 Matti Hamalainen Fixed a thread race conds in xs_reinit() and xs_get_song_info()
Wed, 21 Feb 2007 15:23:01 +0000 Matti Hamalainen Unnecessary #include
Wed, 21 Feb 2007 00:25:00 +0000 Matti Hamalainen Removed cruft.
Wed, 21 Feb 2007 00:12:04 +0000 Matti Hamalainen Cleanups.
Tue, 20 Feb 2007 22:03:01 +0000 Matti Hamalainen Audacious glue.
Tue, 20 Feb 2007 16:53:05 +0000 Matti Hamalainen Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
Fri, 26 Jan 2007 12:53:05 +0000 Matti Hamalainen Moved sldb glue functions here; Cosmetic cleanups.
Thu, 25 Jan 2007 05:58:05 +0000 Matti Hamalainen Cleanups.
Thu, 25 Jan 2007 03:41:04 +0000 Matti Hamalainen Accomodate the changes in xs_make_titlestring(), xs_tuneinfo_*() and
Wed, 24 Jan 2007 23:42:05 +0000 Matti Hamalainen Moved again. :D
Wed, 24 Jan 2007 23:28:01 +0000 Matti Hamalainen STILdb handling glue moved to xmms-sid.c
Wed, 24 Jan 2007 21:59:04 +0000 Matti Hamalainen Add new fields.
Sun, 31 Dec 2006 21:43:04 +0000 Matti Hamalainen Preparing for internationalization.
Sat, 30 Dec 2006 06:56:05 +0000 Matti Hamalainen Copyright year update
Mon, 14 Aug 2006 00:49:02 +0000 Matti Hamalainen Updated GNU GPL (new FSF address) and some cleanups.
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(?)
Tue, 21 Dec 2004 09:25:03 +0000 Matti Hamalainen Raw cleanup.
Wed, 15 Dec 2004 18:47:01 +0000 Matti Hamalainen char -> gchar
Wed, 15 Dec 2004 14:18:00 +0000 Matti Hamalainen On some systems stdlib.h has prerequisite of stdio.h, corrected order of
Wed, 15 Dec 2004 11:00:05 +0000 Matti Hamalainen Use xs_memset() instead of memset() directly
Wed, 15 Dec 2004 10:34:03 +0000 Matti Hamalainen Use xs_strrchr()