diff --git a/ChangeLog b/ChangeLog index 39b207eb..b2355419 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4773,7 +4773,6 @@ Datum: Sun, 18 Nov 2001 20:13:11 +0100 Von: "Hans van der Heijden" - An: Hi Robert, diff --git a/Makefile.MSVC b/Makefile.MSVC index e102da66..fa0a3cb8 100644 --- a/Makefile.MSVC +++ b/Makefile.MSVC @@ -1,6 +1,6 @@ -# Makefile.MSVC: MSVC Makefile for LAME 3.92 +# Makefile.MSVC: MSVC Makefile for LAME # -# 2000-11-21 Robert Hegemann e-mail: Robert.Hegemann@gmx.de +# 2000-11-21 Robert Hegemann # dedicated to the LAME project http://www.mp3dev.org ############################################################################### diff --git a/lame.bat b/lame.bat index b19e361f..8b31774b 100755 --- a/lame.bat +++ b/lame.bat @@ -12,7 +12,6 @@ rem encode all your wave files to mp3 rem "lame.bat *.wav" rem --------------------------------------------- rem C2000 Robert Hegemann -rem Robert.Hegemann@gmx.de rem --------------------------------------------- rem please set LAME and LAMEOPTS rem LAME - where the executeable is @@ -39,4 +38,4 @@ rem --------------------------------------------- :endmark rem rem finished -rem +rem diff --git a/libmp3lame/encoder.c b/libmp3lame/encoder.c index 11923edc..a1bc1d14 100644 --- a/libmp3lame/encoder.c +++ b/libmp3lame/encoder.c @@ -373,7 +373,7 @@ int lame_encode_mp3_frame ( /* Output */ * * note: there is no padding for the very first frame * - * Robert.Hegemann@gmx.de 2000-06-22 + * Robert Hegemann 2000-06-22 */ gfc->padding = FALSE; if ((gfc->slot_lag -= gfc->frac_SpF) < 0) { diff --git a/libmp3lame/lame.c b/libmp3lame/lame.c index b87c0497..979cce5d 100644 --- a/libmp3lame/lame.c +++ b/libmp3lame/lame.c @@ -1050,7 +1050,7 @@ lame_init_params(lame_global_flags * const gfp) * * note: there is no padding for the very first frame * - * Robert.Hegemann@gmx.de 2000-06-22 + * Robert Hegemann 2000-06-22 */ gfc->slot_lag = gfc->frac_SpF = 0; if (gfp->VBR == vbr_off && !gfp->disable_reservoir) diff --git a/libmp3lame/quantize.c b/libmp3lame/quantize.c index 22cfd0f1..5be111d8 100644 --- a/libmp3lame/quantize.c +++ b/libmp3lame/quantize.c @@ -1001,7 +1001,7 @@ outer_loop ( * in VBR mode we can't get rid of the distortion, so quit now * and VBR mode will try again with more bits. * (makes a 10% speed increase, the files I tested were - * binary identical, 2000/05/20 Robert.Hegemann@gmx.de) + * binary identical, 2000/05/20 Robert Hegemann) * distort[] > 1 means noise > allowed noise */ if (gfc->sfb21_extra) { diff --git a/libmp3lame/util.c b/libmp3lame/util.c index 27808f1d..47702597 100644 --- a/libmp3lame/util.c +++ b/libmp3lame/util.c @@ -277,7 +277,7 @@ int nearestBitrateFullIndex(const int bitrate) /* map frequency to a valid MP3 sample frequency * - * Robert.Hegemann@gmx.de 2000-07-01 + * Robert Hegemann 2000-07-01 */ int map2MP3Frequency(int freq) { diff --git a/misc/lame4dos.bat b/misc/lame4dos.bat index b15aec4d..b15cb3e6 100644 --- a/misc/lame4dos.bat +++ b/misc/lame4dos.bat @@ -12,7 +12,6 @@ rem encode all your wave files to mp3 rem "lame.bat *.wav" rem --------------------------------------------- rem C2000 Robert Hegemann -rem Robert.Hegemann@gmx.de rem --------------------------------------------- rem Changes to support long filenames using 4DOS rem by Alexander Stumpf diff --git a/misc/mlame b/misc/mlame index 687a3094..23beab5f 100755 --- a/misc/mlame +++ b/misc/mlame @@ -5,7 +5,7 @@ # Run the LAME encoder on multiple files, with option to delete .wav files # after encoding. "mlame -?" will give instructions. # -# Robert Hegemann +# Robert Hegemann # modified on request: Frank Klemm # ############################################################################