# HG changeset patch # User nenolod # Date 1171446215 28800 # Node ID 0eca44731221e747b931310c222f506ed9b4e874 # Parent f684905cf688b7f3c32b2b36ba857d99b8a4129c [svn] - fix timing on fades diff -r f684905cf688 -r 0eca44731221 ChangeLog --- a/ChangeLog Tue Feb 13 22:58:09 2007 -0800 +++ b/ChangeLog Wed Feb 14 01:43:35 2007 -0800 @@ -1,3 +1,11 @@ +2007-02-14 06:58:09 +0000 Yoshiki Yazawa + revision [1380] + - add mms:// as a streaming scheme. + + trunk/src/xspf/xspf.c | 19 +++++++++++-------- + 1 file changed, 11 insertions(+), 8 deletions(-) + + 2007-02-14 06:54:57 +0000 Yoshiki Yazawa revision [1378] - screening by extension had not worked. diff -r f684905cf688 -r 0eca44731221 src/console/Audacious_Driver.cxx --- a/src/console/Audacious_Driver.cxx Tue Feb 13 22:58:09 2007 -0800 +++ b/src/console/Audacious_Driver.cxx Wed Feb 14 01:43:35 2007 -0800 @@ -371,7 +371,7 @@ if ( length <= 0 ) length = audcfg.loop_length * 1000; if ( length >= fade_threshold + fade_length ) - length -= fade_length; + length -= fade_length / 2; fh.emu->set_fade( length, fade_length ); // take ownership of emu