From e765f8146f3689f75737bde65b91d3bf59b0d3f9 Mon Sep 17 00:00:00 2001 From: Olli Date: Thu, 10 May 2018 21:51:49 +0300 Subject: [PATCH] Removed Subversion $Id$, $Date$ etc autoupdate tags --- Makefile.am | 4 ---- README.html | 9 +++------ bootstrap | 2 -- config/am_include.mk | 2 -- configure.ac | 4 ---- createsrcpack | 1 - include/BPMDetect.h | 7 ------- include/FIFOSampleBuffer.h | 7 ------- include/FIFOSamplePipe.h | 7 ------- include/Makefile.am | 4 ---- include/STTypes.h | 7 ------- include/SoundTouch.h | 7 ------- make-win.bat | 2 -- soundtouch.m4 | 3 --- .../Android-lib/README-SoundTouch-Android.html | 3 --- source/Android-lib/jni/Android.mk | 1 - source/Android-lib/jni/Application.mk | 1 - source/Android-lib/jni/soundtouch-jni.cpp | 4 ---- .../src/net/surina/ExampleActivity.java | 5 ----- .../src/net/surina/soundtouch/SoundTouch.java | 4 ---- source/Makefile.am | 4 ---- source/SoundStretch/Makefile.am | 4 ---- source/SoundStretch/RunParameters.cpp | 7 ------- source/SoundStretch/RunParameters.h | 7 ------- source/SoundStretch/WavFile.cpp | 7 ------- source/SoundStretch/WavFile.h | 7 ------- source/SoundStretch/main.cpp | 7 ------- source/SoundTouch/AAFilter.cpp | 7 ------- source/SoundTouch/AAFilter.h | 7 ------- source/SoundTouch/BPMDetect.cpp | 7 ------- source/SoundTouch/FIFOSampleBuffer.cpp | 7 ------- source/SoundTouch/FIRFilter.cpp | 7 ------- source/SoundTouch/FIRFilter.h | 7 ------- source/SoundTouch/InterpolateCubic.cpp | 4 ---- source/SoundTouch/InterpolateCubic.h | 4 ---- source/SoundTouch/InterpolateLinear.cpp | 4 ---- source/SoundTouch/InterpolateLinear.h | 4 ---- source/SoundTouch/InterpolateShannon.cpp | 4 ---- source/SoundTouch/InterpolateShannon.h | 4 ---- source/SoundTouch/Makefile.am | 18 ++++++++---------- source/SoundTouch/PeakFinder.cpp | 7 ------- source/SoundTouch/PeakFinder.h | 7 ------- source/SoundTouch/RateTransposer.cpp | 7 ------- source/SoundTouch/RateTransposer.h | 7 ------- source/SoundTouch/SoundTouch.cpp | 7 ------- source/SoundTouch/SoundTouch.dsw | 2 -- source/SoundTouch/TDStretch.cpp | 7 ------- source/SoundTouch/TDStretch.h | 7 ------- source/SoundTouch/cpu_detect.h | 7 ------- source/SoundTouch/cpu_detect_x86.cpp | 7 ------- source/SoundTouch/mmx_optimized.cpp | 7 ------- source/SoundTouch/sse_optimized.cpp | 7 ------- source/SoundTouchDLL/SoundTouchDLL.cpp | 4 ---- source/SoundTouchDLL/SoundTouchDLL.h | 4 ---- source/SoundTouchDLL/SoundTouchDLL.pas | 4 ---- 55 files changed, 11 insertions(+), 291 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8df3562..1394ce6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,5 @@ ## Process this file with automake to create Makefile.in ## -## $Id$ -## -## Copyright (C) 2003 - David W. Durham -## ## This file is part of SoundTouch, an audio processing library for pitch/time adjustments ## ## SoundTouch is free software; you can redistribute it and/or modify it under the diff --git a/README.html b/README.html index 28d3a89..853e504 100644 --- a/README.html +++ b/README.html @@ -14,7 +14,7 @@

SoundTouch audio processing library v2.0.1pre

-

SoundTouch library Copyright © Olli Parviainen 2001-2017

+

SoundTouch library Copyright © Olli Parviainen 2001-2017


1. Introduction

SoundTouch is an open-source audio processing library that allows @@ -900,10 +900,7 @@ General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

-
-

- README.html file updated in July-2017

+
+

README.html file updated in May-2018

diff --git a/bootstrap b/bootstrap index 341d822..67bcbea 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,3 @@ -# $Id$ - #!/bin/sh if [ "$1" = "--clean" ] diff --git a/config/am_include.mk b/config/am_include.mk index feb0195..cb4e400 100644 --- a/config/am_include.mk +++ b/config/am_include.mk @@ -1,8 +1,6 @@ ## vim:tw=78 ## Process this file with automake to create Makefile.in ## -## $Id$ -## ## This file is part of SoundTouch, an audio processing library for pitch/time adjustments ## ## SoundTouch is free software; you can redistribute it and/or modify it under the diff --git a/configure.ac b/configure.ac index c137c02..3f40e57 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,3 @@ -dnl SoundTouch configure.ac, by David W. Durham -dnl -dnl $Id$ -dnl dnl This file is part of SoundTouch, an audio processing library for pitch/time adjustments dnl dnl SoundTouch is free software; you can redistribute it and/or modify it under the diff --git a/createsrcpack b/createsrcpack index 3519a0d..2f4b69a 100755 --- a/createsrcpack +++ b/createsrcpack @@ -1,5 +1,4 @@ # Helper script for building a source code release package -# $Id$ rm -Rf soundtouch rm soundtouch.zip diff --git a/include/BPMDetect.h b/include/BPMDetect.h index 2bd063b..08229c9 100644 --- a/include/BPMDetect.h +++ b/include/BPMDetect.h @@ -26,13 +26,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/include/FIFOSampleBuffer.h b/include/FIFOSampleBuffer.h index d8704b2..3a37bc3 100644 --- a/include/FIFOSampleBuffer.h +++ b/include/FIFOSampleBuffer.h @@ -15,13 +15,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/include/FIFOSamplePipe.h b/include/FIFOSamplePipe.h index e06de27..4ec9275 100644 --- a/include/FIFOSamplePipe.h +++ b/include/FIFOSamplePipe.h @@ -17,13 +17,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/include/Makefile.am b/include/Makefile.am index a5ee643..d1b8238 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,9 +1,5 @@ ## Process this file with automake to create Makefile.in ## -## $Id$ -## -## Copyright (C) 2003 - David W. Durham -## ## This file is part of SoundTouch, an audio processing library for pitch/time adjustments ## ## SoundTouch is free software; you can redistribute it and/or modify it under the diff --git a/include/STTypes.h b/include/STTypes.h index 3ed12d9..03e7e07 100644 --- a/include/STTypes.h +++ b/include/STTypes.h @@ -8,13 +8,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 3 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/include/SoundTouch.h b/include/SoundTouch.h index 6cb8d15..ea33789 100644 --- a/include/SoundTouch.h +++ b/include/SoundTouch.h @@ -41,13 +41,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/make-win.bat b/make-win.bat index 459937f..acda6c2 100644 --- a/make-win.bat +++ b/make-win.bat @@ -5,9 +5,7 @@ @REM "vcvars32.bat" in VC install directotry before running this one. @REM @REM Copyright (c) Olli Parviainen -@REM File Created: 09/Sep/2003 @REM -@REM $Id$ @rem **************************** @rem try first for VS6.0 support diff --git a/soundtouch.m4 b/soundtouch.m4 index ff3eb0f..7e7589b 100644 --- a/soundtouch.m4 +++ b/soundtouch.m4 @@ -1,7 +1,4 @@ # m4 configure test script for the SoundTouch library -# (c)2003 David W. Durham -# -# $Id$ # # This file can be included with other packages that need to test # for libSoundTouch. diff --git a/source/Android-lib/README-SoundTouch-Android.html b/source/Android-lib/README-SoundTouch-Android.html index f4685fe..91a6a00 100644 --- a/source/Android-lib/README-SoundTouch-Android.html +++ b/source/Android-lib/README-SoundTouch-Android.html @@ -123,8 +123,5 @@ in the soundtouch-jni.cpp source code file for more details.

When Android devices with more capable device is used, the device will automatically choose a proper library version for ideal sound quality.


Copyright © Olli Parviainen

- diff --git a/source/Android-lib/jni/Android.mk b/source/Android-lib/jni/Android.mk index 16efe69..778ed89 100644 --- a/source/Android-lib/jni/Android.mk +++ b/source/Android-lib/jni/Android.mk @@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# $Id$ LOCAL_PATH := $(call my-dir) diff --git a/source/Android-lib/jni/Application.mk b/source/Android-lib/jni/Application.mk index 9875799..122fb12 100644 --- a/source/Android-lib/jni/Application.mk +++ b/source/Android-lib/jni/Application.mk @@ -1,4 +1,3 @@ -# $Id$ # # Build library bilaries for all supported architectures # diff --git a/source/Android-lib/jni/soundtouch-jni.cpp b/source/Android-lib/jni/soundtouch-jni.cpp index 7922bb3..6383fe4 100644 --- a/source/Android-lib/jni/soundtouch-jni.cpp +++ b/source/Android-lib/jni/soundtouch-jni.cpp @@ -7,10 +7,6 @@ /// WWW : http://www.surina.net /// //////////////////////////////////////////////////////////////////////////////// -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// #include #include diff --git a/source/Android-lib/src/net/surina/ExampleActivity.java b/source/Android-lib/src/net/surina/ExampleActivity.java index 1aae8d8..53a3345 100644 --- a/source/Android-lib/src/net/surina/ExampleActivity.java +++ b/source/Android-lib/src/net/surina/ExampleActivity.java @@ -6,11 +6,6 @@ /// Copyright (c) Olli Parviainen /// //////////////////////////////////////////////////////////////////////////////// -// -// $Id: SoundTouch.java 210 2015-05-14 20:03:56Z oparviai $ -// -//////////////////////////////////////////////////////////////////////////////// - package net.surina; diff --git a/source/Android-lib/src/net/surina/soundtouch/SoundTouch.java b/source/Android-lib/src/net/surina/soundtouch/SoundTouch.java index 323cd9e..38ea4d9 100644 --- a/source/Android-lib/src/net/surina/soundtouch/SoundTouch.java +++ b/source/Android-lib/src/net/surina/soundtouch/SoundTouch.java @@ -8,10 +8,6 @@ /// WWW : http://www.surina.net /// //////////////////////////////////////////////////////////////////////////////// -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// package net.surina.soundtouch; diff --git a/source/Makefile.am b/source/Makefile.am index 205e465..f5c3edb 100644 --- a/source/Makefile.am +++ b/source/Makefile.am @@ -1,9 +1,5 @@ ## Process this file with automake to create Makefile.in ## -## $Id$ -## -## Copyright (C) 2003 - David W. Durham -## ## This file is part of SoundTouch, an audio processing library for pitch/time adjustments ## ## SoundTouch is free software; you can redistribute it and/or modify it under the diff --git a/source/SoundStretch/Makefile.am b/source/SoundStretch/Makefile.am index 6ed5146..d1698b7 100644 --- a/source/SoundStretch/Makefile.am +++ b/source/SoundStretch/Makefile.am @@ -1,8 +1,4 @@ ## Process this file with automake to create Makefile.in -## -## $Id$ -## -## Copyright (C) 2003 - David W. Durham ## ## This file is part of SoundTouch, an audio processing library for pitch/time adjustments ## diff --git a/source/SoundStretch/RunParameters.cpp b/source/SoundStretch/RunParameters.cpp index 0f2e125..33f726b 100644 --- a/source/SoundStretch/RunParameters.cpp +++ b/source/SoundStretch/RunParameters.cpp @@ -8,13 +8,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundStretch/RunParameters.h b/source/SoundStretch/RunParameters.h index 6b91be4..6c0142b 100644 --- a/source/SoundStretch/RunParameters.h +++ b/source/SoundStretch/RunParameters.h @@ -8,13 +8,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundStretch/WavFile.cpp b/source/SoundStretch/WavFile.cpp index 761dd16..7e7ade2 100644 --- a/source/SoundStretch/WavFile.cpp +++ b/source/SoundStretch/WavFile.cpp @@ -17,13 +17,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundStretch/WavFile.h b/source/SoundStretch/WavFile.h index 79af827..c6a2eb3 100644 --- a/source/SoundStretch/WavFile.h +++ b/source/SoundStretch/WavFile.h @@ -16,13 +16,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundStretch/main.cpp b/source/SoundStretch/main.cpp index 4241833..f34c1b9 100644 --- a/source/SoundStretch/main.cpp +++ b/source/SoundStretch/main.cpp @@ -8,13 +8,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/AAFilter.cpp b/source/SoundTouch/AAFilter.cpp index 223e282..c7af576 100644 --- a/source/SoundTouch/AAFilter.cpp +++ b/source/SoundTouch/AAFilter.cpp @@ -12,13 +12,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/AAFilter.h b/source/SoundTouch/AAFilter.h index 9c8ad5d..8e5697f 100644 --- a/source/SoundTouch/AAFilter.h +++ b/source/SoundTouch/AAFilter.h @@ -13,13 +13,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/BPMDetect.cpp b/source/SoundTouch/BPMDetect.cpp index 3032749..cad5dc7 100644 --- a/source/SoundTouch/BPMDetect.cpp +++ b/source/SoundTouch/BPMDetect.cpp @@ -26,13 +26,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/FIFOSampleBuffer.cpp b/source/SoundTouch/FIFOSampleBuffer.cpp index b3f84cd..1362171 100644 --- a/source/SoundTouch/FIFOSampleBuffer.cpp +++ b/source/SoundTouch/FIFOSampleBuffer.cpp @@ -15,13 +15,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/FIRFilter.cpp b/source/SoundTouch/FIRFilter.cpp index 5a84fe2..e41cce9 100644 --- a/source/SoundTouch/FIRFilter.cpp +++ b/source/SoundTouch/FIRFilter.cpp @@ -17,13 +17,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/FIRFilter.h b/source/SoundTouch/FIRFilter.h index 63ca71a..297b0f8 100644 --- a/source/SoundTouch/FIRFilter.h +++ b/source/SoundTouch/FIRFilter.h @@ -11,13 +11,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/InterpolateCubic.cpp b/source/SoundTouch/InterpolateCubic.cpp index 9227b1f..fe49684 100644 --- a/source/SoundTouch/InterpolateCubic.cpp +++ b/source/SoundTouch/InterpolateCubic.cpp @@ -8,10 +8,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/InterpolateCubic.h b/source/SoundTouch/InterpolateCubic.h index 4776321..4578210 100644 --- a/source/SoundTouch/InterpolateCubic.h +++ b/source/SoundTouch/InterpolateCubic.h @@ -8,10 +8,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/InterpolateLinear.cpp b/source/SoundTouch/InterpolateLinear.cpp index c2e6f75..c3aa199 100644 --- a/source/SoundTouch/InterpolateLinear.cpp +++ b/source/SoundTouch/InterpolateLinear.cpp @@ -8,10 +8,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/InterpolateLinear.h b/source/SoundTouch/InterpolateLinear.h index 457a692..601af8d 100644 --- a/source/SoundTouch/InterpolateLinear.h +++ b/source/SoundTouch/InterpolateLinear.h @@ -8,10 +8,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/InterpolateShannon.cpp b/source/SoundTouch/InterpolateShannon.cpp index 495c254..1d69a2e 100644 --- a/source/SoundTouch/InterpolateShannon.cpp +++ b/source/SoundTouch/InterpolateShannon.cpp @@ -13,10 +13,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/InterpolateShannon.h b/source/SoundTouch/InterpolateShannon.h index 646cfbc..c621cf1 100644 --- a/source/SoundTouch/InterpolateShannon.h +++ b/source/SoundTouch/InterpolateShannon.h @@ -13,10 +13,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/Makefile.am b/source/SoundTouch/Makefile.am index 5caa758..58c9e33 100644 --- a/source/SoundTouch/Makefile.am +++ b/source/SoundTouch/Makefile.am @@ -1,7 +1,5 @@ ## Process this file with automake to create Makefile.in ## -## $Id$ -## ## This file is part of SoundTouch, an audio processing library for pitch/time adjustments ## ## SoundTouch is free software; you can redistribute it and/or modify it under the @@ -62,14 +60,14 @@ endif # Let the user disable optimizations if he wishes to. if !X86_OPTIMIZATIONS libSoundTouchMMX_la_CXXFLAGS = $(AM_CXXFLAGS) -libSoundTouchSSE_la_CXXFLAGS = $(AM_CXXFLAGS) -endif - -# Modify the default 0.0.0 to LIB_SONAME.0.0 -libSoundTouch_la_LDFLAGS=-version-info @LIB_SONAME@ - -# other linking flags to add -# noinst_LTLIBRARIES = libSoundTouchOpt.la +libSoundTouchSSE_la_CXXFLAGS = $(AM_CXXFLAGS) +endif + +# Modify the default 0.0.0 to LIB_SONAME.0.0 +libSoundTouch_la_LDFLAGS=-version-info @LIB_SONAME@ + +# other linking flags to add +# noinst_LTLIBRARIES = libSoundTouchOpt.la # libSoundTouch_la_LIBADD = libSoundTouchOpt.la # libSoundTouchOpt_la_SOURCES = mmx_optimized.cpp sse_optimized.cpp # libSoundTouchOpt_la_CXXFLAGS = -O3 -msse -fcheck-new -I../../include diff --git a/source/SoundTouch/PeakFinder.cpp b/source/SoundTouch/PeakFinder.cpp index cee64ee..6419089 100644 --- a/source/SoundTouch/PeakFinder.cpp +++ b/source/SoundTouch/PeakFinder.cpp @@ -11,13 +11,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/PeakFinder.h b/source/SoundTouch/PeakFinder.h index fce4dc1..6aaaea1 100644 --- a/source/SoundTouch/PeakFinder.h +++ b/source/SoundTouch/PeakFinder.h @@ -9,13 +9,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/RateTransposer.cpp b/source/SoundTouch/RateTransposer.cpp index 6cedfa9..8b66be3 100644 --- a/source/SoundTouch/RateTransposer.cpp +++ b/source/SoundTouch/RateTransposer.cpp @@ -10,13 +10,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/RateTransposer.h b/source/SoundTouch/RateTransposer.h index 87f1dff..382b3ce 100644 --- a/source/SoundTouch/RateTransposer.h +++ b/source/SoundTouch/RateTransposer.h @@ -14,13 +14,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/SoundTouch.cpp b/source/SoundTouch/SoundTouch.cpp index f163733..7b6756b 100644 --- a/source/SoundTouch/SoundTouch.cpp +++ b/source/SoundTouch/SoundTouch.cpp @@ -41,13 +41,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/SoundTouch.dsw b/source/SoundTouch/SoundTouch.dsw index 3623a7b..f2a0119 100644 --- a/source/SoundTouch/SoundTouch.dsw +++ b/source/SoundTouch/SoundTouch.dsw @@ -1,8 +1,6 @@ Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! # -# $Id$ - ############################################################################### Project: "SoundTouch"=.\SoundTouch.dsp - Package Owner=<4> diff --git a/source/SoundTouch/TDStretch.cpp b/source/SoundTouch/TDStretch.cpp index 228889b..277bff5 100644 --- a/source/SoundTouch/TDStretch.cpp +++ b/source/SoundTouch/TDStretch.cpp @@ -19,13 +19,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 1.12 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/TDStretch.h b/source/SoundTouch/TDStretch.h index 5b877c1..44fe8bc 100644 --- a/source/SoundTouch/TDStretch.h +++ b/source/SoundTouch/TDStretch.h @@ -13,13 +13,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/cpu_detect.h b/source/SoundTouch/cpu_detect.h index 900eb3c..0cdc223 100644 --- a/source/SoundTouch/cpu_detect.h +++ b/source/SoundTouch/cpu_detect.h @@ -12,13 +12,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/cpu_detect_x86.cpp b/source/SoundTouch/cpu_detect_x86.cpp index 55be6ed..84df0cf 100644 --- a/source/SoundTouch/cpu_detect_x86.cpp +++ b/source/SoundTouch/cpu_detect_x86.cpp @@ -11,13 +11,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/mmx_optimized.cpp b/source/SoundTouch/mmx_optimized.cpp index ba9ec25..05298b1 100644 --- a/source/SoundTouch/mmx_optimized.cpp +++ b/source/SoundTouch/mmx_optimized.cpp @@ -20,13 +20,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouch/sse_optimized.cpp b/source/SoundTouch/sse_optimized.cpp index 1e28bc9..0dc6370 100644 --- a/source/SoundTouch/sse_optimized.cpp +++ b/source/SoundTouch/sse_optimized.cpp @@ -23,13 +23,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// Last changed : $Date$ -// File revision : $Revision: 4 $ -// -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouchDLL/SoundTouchDLL.cpp b/source/SoundTouchDLL/SoundTouchDLL.cpp index 3591f29..3adf331 100644 --- a/source/SoundTouchDLL/SoundTouchDLL.cpp +++ b/source/SoundTouchDLL/SoundTouchDLL.cpp @@ -9,10 +9,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouchDLL/SoundTouchDLL.h b/source/SoundTouchDLL/SoundTouchDLL.h index 5472d48..3c1167f 100644 --- a/source/SoundTouchDLL/SoundTouchDLL.h +++ b/source/SoundTouchDLL/SoundTouchDLL.h @@ -9,10 +9,6 @@ /// //////////////////////////////////////////////////////////////////////////////// // -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library diff --git a/source/SoundTouchDLL/SoundTouchDLL.pas b/source/SoundTouchDLL/SoundTouchDLL.pas index c3e9dcc..93ffbff 100644 --- a/source/SoundTouchDLL/SoundTouchDLL.pas +++ b/source/SoundTouchDLL/SoundTouchDLL.pas @@ -10,10 +10,6 @@ unit SoundTouchDLL; // //////////////////////////////////////////////////////////////////////////////// // -// $Id$ -// -//////////////////////////////////////////////////////////////////////////////// -// // License : // // SoundTouch audio processing library