head	1.29;
access;
symbols
	release-2-07:1.28.0.10
	release-2-06:1.28.0.8
	release-2-05:1.28.0.6
	release-2-04:1.28.0.4
	release-2-03:1.28.0.2;
locks; strict;
comment	@# @;


1.29
date	2007.05.16.11.22.16;	author shd;	state Exp;
branches;
next	1.28;

1.28
date	2006.05.12.12.36.32;	author mld;	state Exp;
branches;
next	1.27;

1.27
date	2006.04.27.15.15.33;	author shd;	state Exp;
branches;
next	1.26;

1.26
date	2006.04.13.14.44.13;	author shd;	state Exp;
branches;
next	1.25;

1.25
date	2006.04.12.08.35.15;	author shd;	state Exp;
branches;
next	1.24;

1.24
date	2006.04.11.17.14.13;	author shd;	state Exp;
branches;
next	1.23;

1.23
date	2006.04.09.13.02.08;	author shd;	state Exp;
branches;
next	1.22;

1.22
date	2006.01.24.17.06.01;	author mld;	state Exp;
branches;
next	1.21;

1.21
date	2006.01.19.23.09.01;	author shd;	state Exp;
branches;
next	1.20;

1.20
date	2006.01.12.16.03.04;	author shd;	state Exp;
branches;
next	1.19;

1.19
date	2006.01.09.23.41.35;	author shd;	state Exp;
branches;
next	1.18;

1.18
date	2006.01.09.16.41.10;	author shd;	state Exp;
branches;
next	1.17;

1.17
date	2006.01.04.21.46.08;	author shd;	state Exp;
branches;
next	1.16;

1.16
date	2005.12.23.02.31.43;	author shd;	state Exp;
branches;
next	1.15;

1.15
date	2005.12.14.00.02.10;	author shd;	state Exp;
branches;
next	1.14;

1.14
date	2005.12.07.00.29.48;	author shd;	state Exp;
branches;
next	1.13;

1.13
date	2005.12.06.21.44.45;	author shd;	state Exp;
branches;
next	1.12;

1.12
date	2005.12.06.16.47.20;	author shd;	state Exp;
branches;
next	1.11;

1.11
date	2005.12.05.00.03.08;	author shd;	state Exp;
branches;
next	1.10;

1.10
date	2005.11.29.00.56.03;	author shd;	state Exp;
branches;
next	1.9;

1.9
date	2005.11.28.00.33.54;	author shd;	state Exp;
branches;
next	1.8;

1.8
date	2005.11.06.20.56.53;	author shd;	state Exp;
branches;
next	1.7;

1.7
date	2005.10.10.11.43.28;	author shd;	state Exp;
branches;
next	1.6;

1.6
date	2005.07.31.16.40.57;	author shd;	state Exp;
branches;
next	1.5;

1.5
date	2005.07.22.11.15.42;	author shd;	state Exp;
branches;
next	1.4;

1.4
date	2005.07.21.13.02.23;	author shd;	state Exp;
branches;
next	1.3;

1.3
date	2005.07.16.22.03.19;	author shd;	state Exp;
branches;
next	1.2;

1.2
date	2005.07.12.17.53.54;	author shd;	state Exp;
branches;
next	1.1;

1.1
date	2005.07.11.17.37.48;	author shd;	state Exp;
branches;
next	;


desc
@@


1.29
log
@none
@
text
@Ideas of things to do for UADE 2:

2007-05-16: Add --mtune=native and --march=native configure check for GCC 4.2+
2006-04-12: A configure solution for audacious/xmms: launch an xterm with
	    $EDITOR for uade.conf. (shd)
2006-04-12: 'uade123 --song-conf --foo --bar foo' should make a record to
	    song.conf with given settings.
	    UPDATE:
		--learn-options
		--learn-auto-gain
	    To learn properly, song specific options have to be ignored. (shd)
2006-04-09: Merge all compatibility functions into ossupport.h. (shd)
2006-01-19: Fix eagleplayer and song specific configurations for xmms plugin
	    (shd)
2006-01-10: Implement uade:// prefixed scanning into XMMS and Audacious
	    plugins (shd)
2006-01-09: Remember manually toggled postprocessing settings (alankila)
2006-01-04: Write a tool to truncate overly long modules. (shd)
2005-12-14: Generate a content db of uade rsync collection. (shd)
2005-12-07: Add dangerous malloc to test amifilemagic. (shd)
2005-12-07: Remove postprocessing.[ch]. Use only effects.[ch]. (shd)
2005-12-05: Interesting error message: Can not open module:
	    /svu/chip/./ahx/Opaque 1/AHX.Happy Vibes... It seems it can not
	    open files whose name end in whitespace.. (shd)
2005-11-06: System call book keeping for sound core (shd)
2005-10-10: Volume level normalization based on the database (grue)
2005-07-31: Song length database format. Contains following information:
		* Subsong lengths and volume levels
		* MD5 content checksum
		* File length
		* Mark information as static
		* Maybe: advisory file name, comment
	    (shd)
2005-07-20: force timeout even if playtime is known (ave)
2005-07-12: convert asmone source code in sound core to gnu assembler format
	    (shd)
2005-07-12: rewrite parts of the sound core in C, and cross-compile with a
	    68k gcc. (shd)
2005-07-12: rewrite src/amifilemagic.c. It should be much cleaner. (shd)
2005-07-11: sync tool to update song length database (grue)


DONE:
2006-01-19: Fix use of GTK_ENABLE_BROKEN features in audacious plugin. (mld)
2006-01-12: Make accumulation interpolator the default setting
2005-12-23: Add subsong text "[x/x]" into XMMS plugin scroller / playlist text
	    (ave)
2005-12-23: Add 16x16 hexdump for XMMS file info (ave)
2005-12-06: Support all variables of uade.conf in XMMS plugin. (shd)
2005-12-06: Write amiga decruncher tool, and make filemagic notify about using
	    that tool. Relevant formats are SQSH, power packer, and lha. (shd)
2005-11-28: XMMS plugin must not end prematurely. Wait for data to have been
	    actually played (rather than written) before stopping.
2005-07-22: command line interaction for seeking and skipping songs (shd)
2005-07-20: fast forward seeking + GUI support (ave)
2005-07-17: start audio output from simulator to the client after sound core
	    has initialized the player plugin. currently the simulator
	    writes zero audio samples during the initialization in sound core.
	    (shd)
@


1.28
log
@*** empty log message ***
@
text
@d3 1
@


1.27
log
@*** empty log message ***
@
text
@a11 1
2006-01-19: Fix use of GTK_ENABLE_BROKEN features in audacious plugin. (mld)
d43 1
@


1.26
log
@*** empty log message ***
@
text
@d6 5
a10 1
	    song.conf with given settings. (shd)
@


1.25
log
@*** empty log message ***
@
text
@a29 1
2005-07-22: command line interaction for seeking and skipping songs (shd)
a30 1
2005-07-20: fast forward seeking + GUI support (ave)
d49 2
@


1.24
log
@*** empty log message ***
@
text
@d3 4
@


1.23
log
@*** empty log message ***
@
text
@a6 1
2006-01-12: Make accumulation interpolator the default setting
a10 3
2005-12-23: Add subsong text "[x/x]" into XMMS plugin scroller / playlist text
	    (ave)
2005-12-23: Add 16x16 hexdump for XMMS file info (ave)
d38 4
@


1.22
log
@*** empty log message ***
@
text
@d3 1
@


1.21
log
@*** empty log message ***
@
text
@d3 1
@


1.20
log
@*** empty log message ***
@
text
@d3 2
@


1.19
log
@*** empty log message ***
@
text
@d3 1
@


1.18
log
@*** empty log message ***
@
text
@d3 2
@


1.17
log
@*** empty log message ***
@
text
@d3 2
a4 1
2006-01-04: Write a tool to truncate overly long modules.
@


1.16
log
@*** empty log message ***
@
text
@d3 1
@


1.15
log
@*** empty log message ***
@
text
@d3 3
@


1.14
log
@*** empty log message ***
@
text
@d3 1
a5 3
2005-12-06: Support all variables of uade.conf in XMMS plugin. (shd)
2005-12-06: Write amiga decruncher tool, and make filemagic notify about using
	    that tool. Relevant formats are SQSH, power packer, and lha. (shd)
d30 3
@


1.13
log
@*** empty log message ***
@
text
@d3 3
a5 1
2005-12-06: Support all variables of uade.conf in XMMS plugin
d7 1
a7 1
	    that tool. Relevant formats are SQSH, power packer, and lha.
@


1.12
log
@*** empty log message ***
@
text
@d3 1
@


1.11
log
@*** empty log message ***
@
text
@d3 2
@


1.10
log
@*** empty log message ***
@
text
@d3 3
a5 2
2005-11-28: XMMS plugin must not end prematurely. Wait for data to have been
	    actually played (rather than written) before stopping.
d27 2
a28 1

@


1.9
log
@*** empty log message ***
@
text
@d8 5
a12 5
		* subsong lengths and volume levels
		* md5 content checksum
		* file length
		* mark information as static
		* maybe: advisory file name, comment
@


1.8
log
@*** empty log message ***
@
text
@d3 2
@


1.7
log
@*** empty log message ***
@
text
@d3 1
@


1.6
log
@*** empty log message ***
@
text
@d3 1
@


1.5
log
@*** empty log message ***
@
text
@d3 7
a17 1
2005-07-11: good song length database format (supports subsong lengths) (shd)
@


1.4
log
@*** empty log message ***
@
text
@d3 2
@


1.3
log
@*** empty log message ***
@
text
@d3 1
a3 4
2005-07-17: start audio output from simulator to the client after sound core
	    has initialized the player plugin. currently the simulator
	    writes zero audio samples during the initialization in sound core.
	    (shd)
d11 8
@


1.2
log
@*** empty log message ***
@
text
@d3 4
@


1.1
log
@*** empty log message ***
@
text
@d3 5
@

