Mon Jan 01 2001 Peter Eisenlohr (p.eisenlohr@gmx.net) *** xmms-crossfade v0.2.3 release *** Sun Dec 31 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * interface.glade: Fine-tuning of the configuration dialog: Changed increment rates for most of the spin buttons. Sun Dec 22 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * configure.c: Now taking the songchange timeout into account when automatically calculating the mixing buffer size. Sun Dec 14 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * configure.c: Fixed a bug which would cause the Leading gap length setting not to be saved. Thanx to Derrick J. Brashear for the bug report and a patch. Sun Dec 14 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * configure.in: Cleanup; added xmms-config's LIBS and CFLAGS settings. Added output of configuration settings. * crossfade.c: Added automatic Album Songchange detection. There's a new option "Don't crossfade between successive tracks" in the configuration dialog to enable this feature. Sun Dec 14 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * crossfade.h: Changed the default crossfade type for manual crossfades from 'None' to 'Flush output device'. This is a more sensible default and will give instant reaction when selecting another song. Sun Dec 02 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * monitor.c: Fixed a small cosmetic bug in the buffer monitor. Sat Dec 02 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) *** xmms-crossfade v0.2.2 release *** Wed Nov 27 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * configure.c: Fixed a bug in the Advanced crossfade configuration tab, which would cause the wrong offset type to be selected. Tue Nov 27 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * crossfade.c: Added a safety timeout to sync_output(). * crossfade.c: Fixed a bug in the 'Force close/reopen' plugin compatibility option. Also fixed the 'Reopen device' transition type, which did not correctly wait for the output plugin when used for Automatic songchange. * interface.c: Added Mixing buffer preload to the Misc tab of the configuration dialog. Mon Nov 27 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) *** xmms-crossfade v0.2.1 release: *** Changes: - Automatic buffer size calculation - Force close/reopen of output plugin during crossfade. This is useful with the disk_writer plugin. - Bugfixes * README: Added documentation Sun Nov 26 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * configure.c: Major code cleanup. Added automatic mixing buffer size calculation. Sat Nov 25 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * interface.glade: Some tiny cosmetic fixes. Added a short note about having to stop/restart playback when modifying output options. Fri Nov 24 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * oss.c: Fixed buffer size calculation. * configure.c: Fixed some dependencies in the Gap Killer Tab. Fri Nov 23 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * crossfade.c: Fixed a small bug in debug output. On crossfade, the skip value would show wrong, negative values. * crossfade.c: Fixed a bug which would eventually stop playback when reading MP3s from slow media or streams. Thanx to Sammy Atmadja for reporting this one. * configure.c: Made songchange_timeout configureable by the user. Wed Nov 22 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * Makefile.am, libtool, ...: Removed the -nostdlib linker option. Added a configure script check for the constructor attribute. Changed the _fini() function in crossfade.c to use the destructor attribute. Hopefully this is more portable than the old method. Thanx to Kenneth Lareau for help on this issue. * crossfade.c, configure.c: Added a new plugin compatiblity option "Force close/reopen on songchange". This will be forced even when crossfading. This is only usefull when using disk_writer for output. It will now create separate files for each song, insted of just one big WAV. This has been requested by Clemens Krammer. Thu Nov 22 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * configure.in, Makefile.am: Fixed configure script/Makefile to be able to compile on system which don't have OSS installed. The builtin OSS driver will simply be disabled Thu Nov 16 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) *** xmms-crossfade-0.2 release: *** New features are: - Use any existing output Plugin - Set crossfading parameters separately for manual and automatic songchange - Set fade length/volume separately for fade-in and out Almost complete rewrite of the code. A few new files have been added. Some routines have been separated from the main code and put into separate files (oss.c, rate.c, format.c, effect.c). * configure.in: changed GLIB/GTK version requirement to >= 1.2.7 * ChangeLog: fixed formatting to be somewhat more conforming to standards. Wed Jul 19 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * configure.c: Added alternate method of scanning for mixer devices like the one used in the 3dse patch by Frank Cornelis. Thanx to Jan Niehusmann for suggesting this and providing the patch. Mon Jul 03 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * README, ChangeLog: Moved ChangeLog into separate file Mon Jun 26 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) * crossfade.c: Fixed effect plugin handling. All effects which used the query_format() callback did not work, including QSound iQ. Also, effects are now applied after crossfading and synchronous to device output. The LiveIce plugin will work now, too. Thanx to Olle Hällnäs and Jamie Zawinski for help on this one. * configure.c: Fixed a bug which could cause crashes when saving config * crossface.c: Fixed a crash when crossfading between slow inputs, for example a cdrom spinning up or a network audio stream * configure.c: Closing the monitor window no longer unchecks the "Show Buffer Monitor" option in the configuration dialog * crossfade.c: Fixed bad synchronization with analyzer/visualization output. Also changed "Known Bugs": The analyzer will always work, even with no buffers at all. * crossfade.c: Enabled crossfading on manual songchange! This has been requested by numerous people. * crossfade.c, rate.c: Added support for arbitrary rates. Now it is possible to play files with rates other than the standard 11025, 22050 and 44100. Thanx to Thomas Nilsson for reporting. * crossfade.c: Changed default buffer sizes to 2500/750. * AUTHORS, README: Moved Credits from AUTHORS to README Fri Jun 16 2000 Peter Eisenlohr (p.eisenlohr@gmx.net) *** Initial Release ***