Remove svn $Id$ header.
authorRalph Giles <giles@thaumas.net>
Fri, 16 Jun 2017 20:44:20 +0000 (13:44 -0700)
committerRalph Giles <giles@thaumas.net>
Fri, 16 Jun 2017 20:44:20 +0000 (13:44 -0700)
Most checked-in files had a comment with a filename and
last-modified string automatically updated by the
subversion version control tool. These became obsolete
when we migrated the repository to git. Remove them.

107 files changed:
doc/01-introduction.tex
doc/02-bitpacking.tex
doc/03-codebook.tex
doc/04-codec.tex
doc/05-comment.tex
doc/06-floor0.tex
doc/07-floor1.tex
doc/08-residue.tex
doc/09-helper.tex
doc/10-tables.tex
doc/Vorbis_I_spec.tex
doc/a1-encapsulation-ogg.tex
doc/a2-encapsulation-rtp.tex
doc/footer.tex
examples/chaining_example.c
examples/decoder_example.c
examples/encoder_example.c
examples/seeking_example.c
examples/vorbisfile_example.c
include/vorbis/codec.h
include/vorbis/vorbisenc.h
include/vorbis/vorbisfile.h
lib/analysis.c
lib/backends.h
lib/barkmel.c
lib/bitrate.c
lib/bitrate.h
lib/block.c
lib/books/coupled/res_books_51.h
lib/books/coupled/res_books_stereo.h
lib/books/floor/floor_books.h
lib/books/uncoupled/res_books_uncoupled.h
lib/codebook.c
lib/codebook.h
lib/codec_internal.h
lib/envelope.c
lib/envelope.h
lib/floor0.c
lib/floor1.c
lib/highlevel.h
lib/info.c
lib/lookup.c
lib/lookup.h
lib/lookup_data.h
lib/lookups.pl
lib/lpc.c
lib/lpc.h
lib/lsp.c
lib/lsp.h
lib/mapping0.c
lib/masking.h
lib/mdct.c
lib/mdct.h
lib/misc.h
lib/modes/floor_all.h
lib/modes/psych_11.h
lib/modes/psych_16.h
lib/modes/psych_44.h
lib/modes/psych_8.h
lib/modes/residue_16.h
lib/modes/residue_44.h
lib/modes/residue_44p51.h
lib/modes/residue_44u.h
lib/modes/residue_8.h
lib/modes/setup_11.h
lib/modes/setup_16.h
lib/modes/setup_22.h
lib/modes/setup_32.h
lib/modes/setup_44.h
lib/modes/setup_44p51.h
lib/modes/setup_44u.h
lib/modes/setup_8.h
lib/modes/setup_X.h
lib/os.h
lib/psy.c
lib/psy.h
lib/psytune.c
lib/registry.c
lib/registry.h
lib/res0.c
lib/scales.h
lib/sharedbook.c
lib/smallft.c
lib/smallft.h
lib/synthesis.c
lib/vorbisenc.c
lib/vorbisfile.c
lib/window.c
lib/window.h
test/test.c
test/util.c
test/util.h
test/write_read.c
test/write_read.h
vq/bookutil.c
vq/bookutil.h
vq/distribution.c
vq/huffbuild.c
vq/latticebuild.c
vq/latticetune.c
vq/localcodebook.h
vq/metrics.c
vq/vqgen.c
vq/vqgen.h
win32/vorbis.def
win32/vorbisenc.def
win32/vorbisfile.def

index b522730..d7767df 100644 (file)
@@ -1,6 +1,5 @@
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
-% $Id$
 \section{Introduction and Description} \label{vorbis:spec:intro}
 
 \subsection{Overview}
index c9a9fef..905dcaf 100644 (file)
@@ -1,6 +1,5 @@
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
-% $Id$
 \section{Bitpacking Convention} \label{vorbis:spec:bitpacking}
 
 \subsection{Overview}
index 4ba5e31..11516a3 100644 (file)
@@ -1,6 +1,5 @@
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
-% $Id$
 \section{Probability Model and Codebooks} \label{vorbis:spec:codebook}
 
 \subsection{Overview}
index 7edaebb..333c227 100644 (file)
@@ -1,7 +1,6 @@
 
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
-% $Id$
 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
 
 \subsection{Overview}
index f06f6b7..8c804d7 100644 (file)
@@ -1,6 +1,5 @@
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
-% $Id$
 \section{comment field and header specification} \label{vorbis:spec:comment}
 
 \subsection{Overview}
index 954f786..f3042a6 100644 (file)
@@ -1,6 +1,5 @@
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
-% $Id$
 \section{Floor type 0 setup and decode} \label{vorbis:spec:floor0}
 
 \subsection{Overview}
index ce45c4b..47ad798 100644 (file)
@@ -1,6 +1,5 @@
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
-% $Id$
 \section{Floor type 1 setup and decode} \label{vorbis:spec:floor1}
 
 \subsection{Overview}
index b2e63d2..2c1da67 100644 (file)
@@ -1,6 +1,5 @@
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
-% $Id$
 \section{Residue setup and decode} \label{vorbis:spec:residue}
 
 \subsection{Overview}
index f2d964b..0a13795 100644 (file)
@@ -1,6 +1,5 @@
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
-% $Id$
 \section{Helper equations} \label{vorbis:spec:helper}
 
 \subsection{Overview}
index b91d449..c2881d6 100644 (file)
@@ -1,6 +1,5 @@
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
-% $Id$
 \section{Tables} \label{vorbis:spec:tables}
 
 \subsection{floor1\_inverse\_dB\_table} \label{vorbis:spec:floor1:inverse:dB:table}
index fb7a559..23bc81d 100644 (file)
@@ -1,4 +1,3 @@
-% $Id$
 \documentclass[12pt,paper=a4]{scrartcl}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
index 47355f6..8bbd31b 100644 (file)
@@ -1,6 +1,5 @@
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
-% $Id$
 \section{Embedding Vorbis into an Ogg stream} \label{vorbis:over:ogg}
 
 \subsection{Overview}
index 0678037..35a93c6 100644 (file)
@@ -1,6 +1,5 @@
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
-% $Id$
 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp}
 
 % TODO: Include draft-rtp.xml somehow?
index d5d34a0..ffb2c81 100644 (file)
@@ -1,6 +1,5 @@
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
-% $Id$
 \section*{Colophon}
 
 \includegraphics[width=5cm]{fish_xiph_org} 
index 4d652fd..19215d7 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: illustrate simple use of chained bitstream and vorbisfile.a
- last mod: $Id$
 
  ********************************************************************/
 
index 68c40d1..90ea63d 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: simple example decoder
- last mod: $Id$
 
  ********************************************************************/
 
index d8d92bc..d46a051 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: simple example encoder
- last mod: $Id$
 
  ********************************************************************/
 
index 83fb7f4..1073b31 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: illustrate seeking, and test it too
- last mod: $Id$
 
  ********************************************************************/
 
index 4c27fa4..c57fcb4 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: simple example decoder using vorbisfile
- last mod: $Id$
 
  ********************************************************************/
 
index f082241..42aa291 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: libvorbis codec headers
- last mod: $Id$
 
  ********************************************************************/
 
index 8c51ec1..55f3b4a 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: vorbis encode-engine setup
- last mod: $Id$
 
  ********************************************************************/
 
index de540cf..5662611 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: stdio-based convenience library for opening/seeking/decoding
- last mod: $Id$
 
  ********************************************************************/
 
index 9609cd5..0e11a16 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: single-block PCM analysis mode dispatch
- last mod: $Id$
 
  ********************************************************************/
 
index 4a7e271..22809d4 100644 (file)
@@ -12,7 +12,6 @@
 
  function: libvorbis backend and mapping structures; needed for
            static mode headers
- last mod: $Id$
 
  ********************************************************************/
 
index 12acd4f..4b19935 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: bark scale utility
- last mod: $Id$
 
  ********************************************************************/
 
index e261bb1..9605514 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: bitrate tracking and management
- last mod: $Id$
 
  ********************************************************************/
 
index 9f0a017..655a68c 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: bitrate tracking and management
- last mod: $Id$
 
  ********************************************************************/
 
index e2fad0c..db245b3 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: PCM data vector blocking, windowing and dis/reassembly
- last mod: $Id$
 
  Handle windowing, overlap-add, etc of the PCM vectors.  This is made
  more amusing by Vorbis' current two allowed block sizes.
index 52f4530..47df4b2 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
  *
  * function: static codebooks for 5.1 surround
- * last modified: $Id$
  *
  ********************************************************************/
 
index d87000f..61d9340 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: static codebooks autogenerated by huff/huffbuld
- last modified: $Id$
 
  ********************************************************************/
 
index e4c21f3..67d5f31 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: static codebooks autogenerated by huff/huffbuld
- last modified: $Id$
 
  ********************************************************************/
 
index 4d27c08..3d658ec 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: static codebooks autogenerated by huff/huffbuld
- last modified: $Id$
 
  ********************************************************************/
 
index 8b766e8..321a28f 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: basic codebook pack/unpack/code/decode operations
- last mod: $Id$
 
  ********************************************************************/
 
index 6fe49d1..08440c6 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: basic shared codebook operations
- last mod: $Id$
 
  ********************************************************************/
 
index 2dcfbc5..e522be1 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: libvorbis codec headers
- last mod: $Id$
 
  ********************************************************************/
 
index 944a0a0..da75237 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: PCM data envelope analysis
- last mod: $Id$
 
  ********************************************************************/
 
index 50c7ca9..f466efd 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: PCM data envelope analysis and manipulation
- last mod: $Id$
 
  ********************************************************************/
 
index d469be8..443c0e5 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: floor backend 0 implementation
- last mod: $Id$
 
  ********************************************************************/
 
index a78048e..673e954 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: floor backend 1 implementation
- last mod: $Id$
 
  ********************************************************************/
 
index 0b18181..337b75b 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: highlevel encoder setup struct separated out for vorbisenc clarity
- last mod: $Id$
 
  ********************************************************************/
 
index b8f25ee..804060a 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: maintain the info structure, info <-> header packets
- last mod: $Id$
 
  ********************************************************************/
 
index 901d3a6..1cc1f88 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
   function: lookup based functions
-  last mod: $Id$
 
  ********************************************************************/
 
index 02fb3ff..4bc0f3a 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
   function: lookup based functions
-  last mod: $Id$
 
  ********************************************************************/
 
index a60e7b8..5de3cfd 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
   function: lookup data; generated by lookups.pl; edit there
-  last mod: $Id$
 
  ********************************************************************/
 
index cf24505..9bc0b03 100755 (executable)
@@ -13,7 +13,6 @@ print <<'EOD';
  ********************************************************************
 
   function: lookup data; generated by lookups.pl; edit there
-  last mod: $Id$
 
  ********************************************************************/
 
index 643ffc9..798f4cf 100644 (file)
--- a/lib/lpc.c
+++ b/lib/lpc.c
@@ -11,7 +11,6 @@
  ********************************************************************
 
   function: LPC low level routines
-  last mod: $Id$
 
  ********************************************************************/
 
index 2091afa..9cc7945 100644 (file)
--- a/lib/lpc.h
+++ b/lib/lpc.h
@@ -11,7 +11,6 @@
  ********************************************************************
 
   function: LPC low level routines
-  last mod: $Id$
 
  ********************************************************************/
 
index de4ff73..8588054 100644 (file)
--- a/lib/lsp.c
+++ b/lib/lsp.c
@@ -11,7 +11,6 @@
  ********************************************************************
 
   function: LSP (also called LSF) conversion routines
-  last mod: $Id$
 
   The LSP generation code is taken (with minimal modification and a
   few bugfixes) from "On the Computation of the LSP Frequencies" by
index 44d9274..8a8d10e 100644 (file)
--- a/lib/lsp.h
+++ b/lib/lsp.h
@@ -11,7 +11,6 @@
  ********************************************************************
 
   function: LSP (also called LSF) conversion routines
-  last mod: $Id$
 
  ********************************************************************/
 
index 8a7a04c..8033ce6 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: channel mapping 0 implementation
- last mod: $Id$
 
  ********************************************************************/
 
index 7d1082f..955e18c 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: masking curve data for psychoacoustics
- last mod: $Id$
 
  ********************************************************************/
 
index fbc7cf0..f3f1ed8 100644 (file)
@@ -12,7 +12,6 @@
 
  function: normalized modified discrete cosine transform
            power of two length transform only [64 <= n ]
- last mod: $Id$
 
  Original algorithm adapted long ago from _The use of multirate filter
  banks for coding of high quality digital audio_, by T. Sporer,
index 289a8e7..3b8c9ba 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: modified discrete cosine transform prototypes
- last mod: $Id$
 
  ********************************************************************/
 
index a481c73..1378844 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: miscellaneous prototypes
- last mod: $Id$
 
  ********************************************************************/
 
index fb4d1b0..20928aa 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: key floor settings
- last mod: $Id$
 
  ********************************************************************/
 
index 2624181..cc5eea2 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: 11kHz settings
- last mod: $Id$
 
  ********************************************************************/
 
index 5c694dc..477cb4d 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: 16kHz settings
- last mod: $Id$
 
  ********************************************************************/
 
index e46a0f4..6c9eaa4 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: key psychoacoustic settings for 44.1/48kHz
- last mod: $Id$
 
  ********************************************************************/
 
index dd87771..277db84 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: 8kHz psychoacoustic settings
- last mod: $Id$
 
  ********************************************************************/
 
index bb28e76..3e05471 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: toplevel residue templates 16/22kHz
- last mod: $Id$
 
  ********************************************************************/
 
index 2e8ad53..e89bc0e 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: toplevel residue templates for 32/44.1/48kHz
- last mod: $Id$
 
  ********************************************************************/
 
index 103e960..7f33e25 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: toplevel residue templates for 32/44.1/48kHz uncoupled
- last mod: $Id$
 
  ********************************************************************/
 
index 6742aa2..e55ac12 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: toplevel residue templates for 32/44.1/48kHz uncoupled
- last mod: $Id$
 
  ********************************************************************/
 
index b9edd4f..ae123a2 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: toplevel residue templates 8/11kHz
- last mod: $Id$
 
  ********************************************************************/
 
index 95d8c3e..0cbcaaf 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: 11kHz settings
- last mod: $Id$
 
  ********************************************************************/
 
index 13581ea..d59ad70 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: 16kHz settings
- last mod: $Id$
 
  ********************************************************************/
 
index 6613c99..bc38af9 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: 22kHz settings
- last mod: $Id$
 
  ********************************************************************/
 
index b02c04d..f66a0bc 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: toplevel settings for 32kHz
- last mod: $Id$
 
  ********************************************************************/
 
index 958e2f8..a189b5f 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: toplevel settings for 44.1/48kHz
- last mod: $Id$
 
  ********************************************************************/
 
index e46468a..3bde7b3 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: toplevel settings for 44.1/48kHz 5.1 surround modes
- last mod: $Id$
 
  ********************************************************************/
 
index aeea07f..7ae3af6 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: toplevel settings for 44.1/48kHz uncoupled modes
- last mod: $Id$
 
  ********************************************************************/
 
index c2f27e4..7502556 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: 8kHz settings
- last mod: $Id$
 
  ********************************************************************/
 
index 8b62254..2229a5e 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: catch-all toplevel settings for q modes only
- last mod: $Id$
 
  ********************************************************************/
 
index 047e044..50d808a 100644 (file)
--- a/lib/os.h
+++ b/lib/os.h
@@ -13,7 +13,6 @@
  ********************************************************************
 
  function: #ifdef jail to whip a few platforms into the UNIX ideal.
- last mod: $Id$
 
  ********************************************************************/
 
index 1ca809e..422c6f1 100644 (file)
--- a/lib/psy.c
+++ b/lib/psy.c
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: psychoacoustics not including preecho
- last mod: $Id$
 
  ********************************************************************/
 
index 8686f94..ab2534d 100644 (file)
--- a/lib/psy.h
+++ b/lib/psy.h
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: random psychoacoustics (not including preecho)
- last mod: $Id$
 
  ********************************************************************/
 
index a7e1010..97e6893 100644 (file)
@@ -12,7 +12,6 @@
 
  function: simple utility that runs audio through the psychoacoustics
            without encoding
- last mod: $Id$
 
  ********************************************************************/
 
index eba9037..74f7ef0 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: registry for time, floor, res backends and channel mappings
- last mod: $Id$
 
  ********************************************************************/
 
index d8e0d59..599d959 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: registry for time, floor, res backends and channel mappings
- last mod: $Id$
 
  ********************************************************************/
 
index 837f5fd..6d623d7 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: residue backend 0, 1 and 2 implementation
- last mod: $Id$
 
  ********************************************************************/
 
index 5f4dc36..18bc4e7 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: linear scale -> dB, Bark and Mel scales
- last mod: $Id$
 
  ********************************************************************/
 
index f8854f7..4545d4f 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: basic shared codebook operations
- last mod: $Id$
 
  ********************************************************************/
 
index 5e6a8a5..6d528af 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: *unnormalized* fft transform
- last mod: $Id$
 
  ********************************************************************/
 
index 30df960..9e867c6 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: fft transform
- last mod: $Id$
 
  ********************************************************************/
 
index 3fa5ab9..46fc1b8 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: single-block PCM synthesis
- last mod: $Id$
 
  ********************************************************************/
 
index 193a396..4a4607c 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: simple programmatic interface for encoder mode setup
- last mod: $Id$
 
  ********************************************************************/
 
index 8a0a280..b570c3c 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: stdio-based convenience library for opening/seeking/decoding
- last mod: $Id$
 
  ********************************************************************/
 
index 7dfb1cf..b3b7ce0 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: window functions
- last mod: $Id$
 
  ********************************************************************/
 
index 934ed33..6ac2607 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: window functions
- last mod: $Id$
 
  ********************************************************************/
 
index 1d2a16c..fe1648d 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: vorbis coded test suite using vorbisfile
- last mod: $Id$
 
  ********************************************************************/
 
index 884732b..2ab7483 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: utility functions for vorbis codec test suite.
- last mod: $Id$
 
  ********************************************************************/
 
index ac43656..85f8d4f 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: utility functions for vorbis codec test suite.
- last mod: $Id$
 
  ********************************************************************/
 
index 5f6d712..f1190dc 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: utility functions for vorbis codec test suite.
- last mod: $Id$
 
  ********************************************************************/
 
index 07af6b7..c50c483 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: utility functions for vorbis codec test suite.
- last mod: $Id$
 
  ********************************************************************/
 
index 58d78be..3aba9b9 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: utility functions for loading .vqh and .vqd files
- last mod: $Id$
 
  ********************************************************************/
 
index bb77c04..e84b018 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: utility functions for loading .vqh and .vqd files
- last mod: $Id$
 
  ********************************************************************/
 
index 76beee4..e15f5aa 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: utility for finding the distribution in a data set
- last mod: $Id$
 
  ********************************************************************/
 
index 50880f2..04a6a1a 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: hufftree builder
- last mod: $Id$
 
  ********************************************************************/
 
index fb97892..6171193 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: utility main for building codebooks from lattice descriptions
- last mod: $Id$
 
  ********************************************************************/
 
index 52a9f6a..4505e51 100644 (file)
@@ -12,7 +12,6 @@
 
  function: utility main for setting entropy encoding parameters
            for lattice codebooks
- last mod: $Id$
 
  ********************************************************************/
 
index c95502a..f90d5e4 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: basic shared codebook operations
- last mod: $Id$
 
  ********************************************************************/
 
index e344a8d..327c0fd 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: function calls to collect codebook metrics
- last mod: $Id$
 
  ********************************************************************/
 
index 2e46dd1..f98e7bf 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: train a VQ codebook 
- last mod: $Id$
 
  ********************************************************************/
 
index 6d3093e..688379c 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: build a VQ codebook 
- last mod: $Id$
 
  ********************************************************************/
 
index 9cca64d..884f8f0 100644 (file)
@@ -1,5 +1,4 @@
-;
-; $Id$
+; vorbis.def
 ; 
 LIBRARY
 EXPORTS
index 4f800f6..79af064 100644 (file)
@@ -1,5 +1,4 @@
-;
-; $Id$
+; vorbisenc.def
 ;
 LIBRARY
 
index 57b48f3..4dc5549 100644 (file)
@@ -1,8 +1,5 @@
-;
 ; vorbisfile.def
 ;
-; last modified: $Id$
-;
 LIBRARY
 EXPORTS
 ov_clear