# HG changeset patch # User ivo # Date 1196346603 0 # Node ID d6ba514769b9d84638ad7b7d395c546156932338 # Parent b0e5772d519ec70c1ba7ef497d1fcc0a26608137 Remove redundant changelog from comments. There's always svn log. diff -r b0e5772d519e -r d6ba514769b9 libaf/af_ladspa.c --- a/libaf/af_ladspa.c Thu Nov 29 14:23:24 2007 +0000 +++ b/libaf/af_ladspa.c Thu Nov 29 14:30:03 2007 +0000 @@ -20,39 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * - * Changelog - * - * 2005-06-21 Replaced erroneous use of mp_msg by af_msg - * 2005-05-30 Removed int16 to float conversion; leave that to af_format - * 2004-12-23 Added to CVS - * 2004-12-22 Cleaned up cosmetics - * Made conversion loops in play() more cache-friendly - * 2004-12-20 Fixed bug for stereo effect on mono signal - * (trivial >1 to >=1 change; would segfault otherwise :-) ) - * Removed trailing whitespace and fixed warn/err messages - * Have CONTROL_REINIT return a proper value - * 2004-12-13 More Doxygen comments - * 2004-12-12 Made af_ladspa optional (updated configure, af.c, etc.) - * 2004-12-11 Added deactivate and cleanup to uninit. - * Finished Doxygen comments. - * Moved translatable messages to help_mp-en.h - * 2004-12-10 Added ranges to list of controls for ease of use. - * Fixed sig11 bug. Implemented (dummy) outputcontrols. Some - * perfectly normal audio processing filters also have output - * controls. - * 2004-12-08 Added support for generators (no input, one output) - * Added support for stereo effects - * Added LADSPA_PATH support! - * 2004-12-07 Fixed changing buffersize. Now it's really working, also in - * real-time. - * 2004-12-06 First working version, mono-effects (1 input --> 1 output) only - * 2004-12-05 Started, Loading of plugin/label, Check inputs/outputs/controls - * Due to lack of documentation, I studied the ladspa_sdk source - * code and the loader code of Audacity (by Dominic Mazzoni). So, - * certain similarities in (small) pieces of code are not - * coincidental :-) No C&P jobs though! - * */ /* ------------------------------------------------------------------------- */