From 679433ebb8287744a9801f847b7a105dbc2a0404 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 16 Jun 2017 13:44:20 -0700 Subject: Remove svn $Id$ header. 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. --- doc/01-introduction.tex | 1 - doc/02-bitpacking.tex | 1 - doc/03-codebook.tex | 1 - doc/04-codec.tex | 1 - doc/05-comment.tex | 1 - doc/06-floor0.tex | 1 - doc/07-floor1.tex | 1 - doc/08-residue.tex | 1 - doc/09-helper.tex | 1 - doc/10-tables.tex | 1 - doc/Vorbis_I_spec.tex | 1 - doc/a1-encapsulation-ogg.tex | 1 - doc/a2-encapsulation-rtp.tex | 1 - doc/footer.tex | 1 - examples/chaining_example.c | 1 - examples/decoder_example.c | 1 - examples/encoder_example.c | 1 - examples/seeking_example.c | 1 - examples/vorbisfile_example.c | 1 - include/vorbis/codec.h | 1 - include/vorbis/vorbisenc.h | 1 - include/vorbis/vorbisfile.h | 1 - lib/analysis.c | 1 - lib/backends.h | 1 - lib/barkmel.c | 1 - lib/bitrate.c | 1 - lib/bitrate.h | 1 - lib/block.c | 1 - lib/books/coupled/res_books_51.h | 1 - lib/books/coupled/res_books_stereo.h | 1 - lib/books/floor/floor_books.h | 1 - lib/books/uncoupled/res_books_uncoupled.h | 1 - lib/codebook.c | 1 - lib/codebook.h | 1 - lib/codec_internal.h | 1 - lib/envelope.c | 1 - lib/envelope.h | 1 - lib/floor0.c | 1 - lib/floor1.c | 1 - lib/highlevel.h | 1 - lib/info.c | 1 - lib/lookup.c | 1 - lib/lookup.h | 1 - lib/lookup_data.h | 1 - lib/lookups.pl | 1 - lib/lpc.c | 1 - lib/lpc.h | 1 - lib/lsp.c | 1 - lib/lsp.h | 1 - lib/mapping0.c | 1 - lib/masking.h | 1 - lib/mdct.c | 1 - lib/mdct.h | 1 - lib/misc.h | 1 - lib/modes/floor_all.h | 1 - lib/modes/psych_11.h | 1 - lib/modes/psych_16.h | 1 - lib/modes/psych_44.h | 1 - lib/modes/psych_8.h | 1 - lib/modes/residue_16.h | 1 - lib/modes/residue_44.h | 1 - lib/modes/residue_44p51.h | 1 - lib/modes/residue_44u.h | 1 - lib/modes/residue_8.h | 1 - lib/modes/setup_11.h | 1 - lib/modes/setup_16.h | 1 - lib/modes/setup_22.h | 1 - lib/modes/setup_32.h | 1 - lib/modes/setup_44.h | 1 - lib/modes/setup_44p51.h | 1 - lib/modes/setup_44u.h | 1 - lib/modes/setup_8.h | 1 - lib/modes/setup_X.h | 1 - lib/os.h | 1 - lib/psy.c | 1 - lib/psy.h | 1 - lib/psytune.c | 1 - lib/registry.c | 1 - lib/registry.h | 1 - lib/res0.c | 1 - lib/scales.h | 1 - lib/sharedbook.c | 1 - lib/smallft.c | 1 - lib/smallft.h | 1 - lib/synthesis.c | 1 - lib/vorbisenc.c | 1 - lib/vorbisfile.c | 1 - lib/window.c | 1 - lib/window.h | 1 - test/test.c | 1 - test/util.c | 1 - test/util.h | 1 - test/write_read.c | 1 - test/write_read.h | 1 - vq/bookutil.c | 1 - vq/bookutil.h | 1 - vq/distribution.c | 1 - vq/huffbuild.c | 1 - vq/latticebuild.c | 1 - vq/latticetune.c | 1 - vq/localcodebook.h | 1 - vq/metrics.c | 1 - vq/vqgen.c | 1 - vq/vqgen.h | 1 - win32/vorbis.def | 3 +-- win32/vorbisenc.def | 3 +-- win32/vorbisfile.def | 3 --- 107 files changed, 2 insertions(+), 111 deletions(-) diff --git a/doc/01-introduction.tex b/doc/01-introduction.tex index b522730f..d7767df0 100644 --- a/doc/01-introduction.tex +++ b/doc/01-introduction.tex @@ -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} diff --git a/doc/02-bitpacking.tex b/doc/02-bitpacking.tex index c9a9fefb..905dcaf2 100644 --- a/doc/02-bitpacking.tex +++ b/doc/02-bitpacking.tex @@ -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} diff --git a/doc/03-codebook.tex b/doc/03-codebook.tex index 4ba5e31d..11516a3b 100644 --- a/doc/03-codebook.tex +++ b/doc/03-codebook.tex @@ -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} diff --git a/doc/04-codec.tex b/doc/04-codec.tex index 7edaebb6..333c2272 100644 --- a/doc/04-codec.tex +++ b/doc/04-codec.tex @@ -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} diff --git a/doc/05-comment.tex b/doc/05-comment.tex index f06f6b75..8c804d7b 100644 --- a/doc/05-comment.tex +++ b/doc/05-comment.tex @@ -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} diff --git a/doc/06-floor0.tex b/doc/06-floor0.tex index 954f786a..f3042a64 100644 --- a/doc/06-floor0.tex +++ b/doc/06-floor0.tex @@ -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} diff --git a/doc/07-floor1.tex b/doc/07-floor1.tex index ce45c4b1..47ad798c 100644 --- a/doc/07-floor1.tex +++ b/doc/07-floor1.tex @@ -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} diff --git a/doc/08-residue.tex b/doc/08-residue.tex index b2e63d20..2c1da67e 100644 --- a/doc/08-residue.tex +++ b/doc/08-residue.tex @@ -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} diff --git a/doc/09-helper.tex b/doc/09-helper.tex index f2d964bc..0a13795b 100644 --- a/doc/09-helper.tex +++ b/doc/09-helper.tex @@ -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} diff --git a/doc/10-tables.tex b/doc/10-tables.tex index b91d4495..c2881d63 100644 --- a/doc/10-tables.tex +++ b/doc/10-tables.tex @@ -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} diff --git a/doc/Vorbis_I_spec.tex b/doc/Vorbis_I_spec.tex index fb7a5596..23bc81d2 100644 --- a/doc/Vorbis_I_spec.tex +++ b/doc/Vorbis_I_spec.tex @@ -1,4 +1,3 @@ -% $Id$ \documentclass[12pt,paper=a4]{scrartcl} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/doc/a1-encapsulation-ogg.tex b/doc/a1-encapsulation-ogg.tex index 47355f67..8bbd31bc 100644 --- a/doc/a1-encapsulation-ogg.tex +++ b/doc/a1-encapsulation-ogg.tex @@ -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} diff --git a/doc/a2-encapsulation-rtp.tex b/doc/a2-encapsulation-rtp.tex index 06780371..35a93c6f 100644 --- a/doc/a2-encapsulation-rtp.tex +++ b/doc/a2-encapsulation-rtp.tex @@ -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? diff --git a/doc/footer.tex b/doc/footer.tex index d5d34a0d..ffb2c817 100644 --- a/doc/footer.tex +++ b/doc/footer.tex @@ -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} diff --git a/examples/chaining_example.c b/examples/chaining_example.c index 4d652fd1..19215d7b 100644 --- a/examples/chaining_example.c +++ b/examples/chaining_example.c @@ -11,7 +11,6 @@ ******************************************************************** function: illustrate simple use of chained bitstream and vorbisfile.a - last mod: $Id$ ********************************************************************/ diff --git a/examples/decoder_example.c b/examples/decoder_example.c index 68c40d13..90ea63d1 100644 --- a/examples/decoder_example.c +++ b/examples/decoder_example.c @@ -11,7 +11,6 @@ ******************************************************************** function: simple example decoder - last mod: $Id$ ********************************************************************/ diff --git a/examples/encoder_example.c b/examples/encoder_example.c index d8d92bc3..d46a051a 100644 --- a/examples/encoder_example.c +++ b/examples/encoder_example.c @@ -11,7 +11,6 @@ ******************************************************************** function: simple example encoder - last mod: $Id$ ********************************************************************/ diff --git a/examples/seeking_example.c b/examples/seeking_example.c index 83fb7f48..1073b315 100644 --- a/examples/seeking_example.c +++ b/examples/seeking_example.c @@ -11,7 +11,6 @@ ******************************************************************** function: illustrate seeking, and test it too - last mod: $Id$ ********************************************************************/ diff --git a/examples/vorbisfile_example.c b/examples/vorbisfile_example.c index 4c27fa47..c57fcb49 100644 --- a/examples/vorbisfile_example.c +++ b/examples/vorbisfile_example.c @@ -11,7 +11,6 @@ ******************************************************************** function: simple example decoder using vorbisfile - last mod: $Id$ ********************************************************************/ diff --git a/include/vorbis/codec.h b/include/vorbis/codec.h index f082241d..42aa2913 100644 --- a/include/vorbis/codec.h +++ b/include/vorbis/codec.h @@ -11,7 +11,6 @@ ******************************************************************** function: libvorbis codec headers - last mod: $Id$ ********************************************************************/ diff --git a/include/vorbis/vorbisenc.h b/include/vorbis/vorbisenc.h index 8c51ec15..55f3b4a6 100644 --- a/include/vorbis/vorbisenc.h +++ b/include/vorbis/vorbisenc.h @@ -11,7 +11,6 @@ ******************************************************************** function: vorbis encode-engine setup - last mod: $Id$ ********************************************************************/ diff --git a/include/vorbis/vorbisfile.h b/include/vorbis/vorbisfile.h index de540cf7..56626119 100644 --- a/include/vorbis/vorbisfile.h +++ b/include/vorbis/vorbisfile.h @@ -11,7 +11,6 @@ ******************************************************************** function: stdio-based convenience library for opening/seeking/decoding - last mod: $Id$ ********************************************************************/ diff --git a/lib/analysis.c b/lib/analysis.c index 9609cd5c..0e11a167 100644 --- a/lib/analysis.c +++ b/lib/analysis.c @@ -11,7 +11,6 @@ ******************************************************************** function: single-block PCM analysis mode dispatch - last mod: $Id$ ********************************************************************/ diff --git a/lib/backends.h b/lib/backends.h index 4a7e2719..22809d46 100644 --- a/lib/backends.h +++ b/lib/backends.h @@ -12,7 +12,6 @@ function: libvorbis backend and mapping structures; needed for static mode headers - last mod: $Id$ ********************************************************************/ diff --git a/lib/barkmel.c b/lib/barkmel.c index 12acd4f2..4b19935f 100644 --- a/lib/barkmel.c +++ b/lib/barkmel.c @@ -11,7 +11,6 @@ ******************************************************************** function: bark scale utility - last mod: $Id$ ********************************************************************/ diff --git a/lib/bitrate.c b/lib/bitrate.c index e261bb17..96055140 100644 --- a/lib/bitrate.c +++ b/lib/bitrate.c @@ -11,7 +11,6 @@ ******************************************************************** function: bitrate tracking and management - last mod: $Id$ ********************************************************************/ diff --git a/lib/bitrate.h b/lib/bitrate.h index 9f0a0179..655a68cc 100644 --- a/lib/bitrate.h +++ b/lib/bitrate.h @@ -11,7 +11,6 @@ ******************************************************************** function: bitrate tracking and management - last mod: $Id$ ********************************************************************/ diff --git a/lib/block.c b/lib/block.c index e2fad0c4..db245b3e 100644 --- a/lib/block.c +++ b/lib/block.c @@ -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. diff --git a/lib/books/coupled/res_books_51.h b/lib/books/coupled/res_books_51.h index 52f4530e..47df4b22 100644 --- a/lib/books/coupled/res_books_51.h +++ b/lib/books/coupled/res_books_51.h @@ -11,7 +11,6 @@ ******************************************************************** * * function: static codebooks for 5.1 surround - * last modified: $Id$ * ********************************************************************/ diff --git a/lib/books/coupled/res_books_stereo.h b/lib/books/coupled/res_books_stereo.h index d87000f2..61d93404 100644 --- a/lib/books/coupled/res_books_stereo.h +++ b/lib/books/coupled/res_books_stereo.h @@ -11,7 +11,6 @@ ******************************************************************** function: static codebooks autogenerated by huff/huffbuld - last modified: $Id$ ********************************************************************/ diff --git a/lib/books/floor/floor_books.h b/lib/books/floor/floor_books.h index e4c21f31..67d5f31a 100644 --- a/lib/books/floor/floor_books.h +++ b/lib/books/floor/floor_books.h @@ -11,7 +11,6 @@ ******************************************************************** function: static codebooks autogenerated by huff/huffbuld - last modified: $Id$ ********************************************************************/ diff --git a/lib/books/uncoupled/res_books_uncoupled.h b/lib/books/uncoupled/res_books_uncoupled.h index 4d27c083..3d658ec4 100644 --- a/lib/books/uncoupled/res_books_uncoupled.h +++ b/lib/books/uncoupled/res_books_uncoupled.h @@ -11,7 +11,6 @@ ******************************************************************** function: static codebooks autogenerated by huff/huffbuld - last modified: $Id$ ********************************************************************/ diff --git a/lib/codebook.c b/lib/codebook.c index 8b766e8c..321a28fa 100644 --- a/lib/codebook.c +++ b/lib/codebook.c @@ -11,7 +11,6 @@ ******************************************************************** function: basic codebook pack/unpack/code/decode operations - last mod: $Id$ ********************************************************************/ diff --git a/lib/codebook.h b/lib/codebook.h index 6fe49d13..08440c69 100644 --- a/lib/codebook.h +++ b/lib/codebook.h @@ -11,7 +11,6 @@ ******************************************************************** function: basic shared codebook operations - last mod: $Id$ ********************************************************************/ diff --git a/lib/codec_internal.h b/lib/codec_internal.h index 2dcfbc5d..e522be18 100644 --- a/lib/codec_internal.h +++ b/lib/codec_internal.h @@ -11,7 +11,6 @@ ******************************************************************** function: libvorbis codec headers - last mod: $Id$ ********************************************************************/ diff --git a/lib/envelope.c b/lib/envelope.c index 944a0a06..da752375 100644 --- a/lib/envelope.c +++ b/lib/envelope.c @@ -11,7 +11,6 @@ ******************************************************************** function: PCM data envelope analysis - last mod: $Id$ ********************************************************************/ diff --git a/lib/envelope.h b/lib/envelope.h index 50c7ca99..f466efde 100644 --- a/lib/envelope.h +++ b/lib/envelope.h @@ -11,7 +11,6 @@ ******************************************************************** function: PCM data envelope analysis and manipulation - last mod: $Id$ ********************************************************************/ diff --git a/lib/floor0.c b/lib/floor0.c index d469be88..443c0e5a 100644 --- a/lib/floor0.c +++ b/lib/floor0.c @@ -11,7 +11,6 @@ ******************************************************************** function: floor backend 0 implementation - last mod: $Id$ ********************************************************************/ diff --git a/lib/floor1.c b/lib/floor1.c index a78048e6..673e954c 100644 --- a/lib/floor1.c +++ b/lib/floor1.c @@ -11,7 +11,6 @@ ******************************************************************** function: floor backend 1 implementation - last mod: $Id$ ********************************************************************/ diff --git a/lib/highlevel.h b/lib/highlevel.h index 0b18181c..337b75bf 100644 --- a/lib/highlevel.h +++ b/lib/highlevel.h @@ -11,7 +11,6 @@ ******************************************************************** function: highlevel encoder setup struct separated out for vorbisenc clarity - last mod: $Id$ ********************************************************************/ diff --git a/lib/info.c b/lib/info.c index b8f25ee0..804060a2 100644 --- a/lib/info.c +++ b/lib/info.c @@ -11,7 +11,6 @@ ******************************************************************** function: maintain the info structure, info <-> header packets - last mod: $Id$ ********************************************************************/ diff --git a/lib/lookup.c b/lib/lookup.c index 901d3a6d..1cc1f88e 100644 --- a/lib/lookup.c +++ b/lib/lookup.c @@ -11,7 +11,6 @@ ******************************************************************** function: lookup based functions - last mod: $Id$ ********************************************************************/ diff --git a/lib/lookup.h b/lib/lookup.h index 02fb3ff5..4bc0f3a2 100644 --- a/lib/lookup.h +++ b/lib/lookup.h @@ -11,7 +11,6 @@ ******************************************************************** function: lookup based functions - last mod: $Id$ ********************************************************************/ diff --git a/lib/lookup_data.h b/lib/lookup_data.h index a60e7b8c..5de3cfdc 100644 --- a/lib/lookup_data.h +++ b/lib/lookup_data.h @@ -11,7 +11,6 @@ ******************************************************************** function: lookup data; generated by lookups.pl; edit there - last mod: $Id$ ********************************************************************/ diff --git a/lib/lookups.pl b/lib/lookups.pl index cf24505a..9bc0b03a 100755 --- a/lib/lookups.pl +++ b/lib/lookups.pl @@ -13,7 +13,6 @@ print <<'EOD'; ******************************************************************** function: lookup data; generated by lookups.pl; edit there - last mod: $Id$ ********************************************************************/ diff --git a/lib/lpc.c b/lib/lpc.c index 643ffc91..798f4cf0 100644 --- a/lib/lpc.c +++ b/lib/lpc.c @@ -11,7 +11,6 @@ ******************************************************************** function: LPC low level routines - last mod: $Id$ ********************************************************************/ diff --git a/lib/lpc.h b/lib/lpc.h index 2091afa1..9cc79451 100644 --- a/lib/lpc.h +++ b/lib/lpc.h @@ -11,7 +11,6 @@ ******************************************************************** function: LPC low level routines - last mod: $Id$ ********************************************************************/ diff --git a/lib/lsp.c b/lib/lsp.c index de4ff73e..85880545 100644 --- 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 diff --git a/lib/lsp.h b/lib/lsp.h index 44d92749..8a8d10e9 100644 --- a/lib/lsp.h +++ b/lib/lsp.h @@ -11,7 +11,6 @@ ******************************************************************** function: LSP (also called LSF) conversion routines - last mod: $Id$ ********************************************************************/ diff --git a/lib/mapping0.c b/lib/mapping0.c index 8a7a04c6..8033ce6f 100644 --- a/lib/mapping0.c +++ b/lib/mapping0.c @@ -11,7 +11,6 @@ ******************************************************************** function: channel mapping 0 implementation - last mod: $Id$ ********************************************************************/ diff --git a/lib/masking.h b/lib/masking.h index 7d1082f5..955e18c7 100644 --- a/lib/masking.h +++ b/lib/masking.h @@ -11,7 +11,6 @@ ******************************************************************** function: masking curve data for psychoacoustics - last mod: $Id$ ********************************************************************/ diff --git a/lib/mdct.c b/lib/mdct.c index fbc7cf0f..f3f1ed80 100644 --- a/lib/mdct.c +++ b/lib/mdct.c @@ -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, diff --git a/lib/mdct.h b/lib/mdct.h index 289a8e71..3b8c9ba4 100644 --- a/lib/mdct.h +++ b/lib/mdct.h @@ -11,7 +11,6 @@ ******************************************************************** function: modified discrete cosine transform prototypes - last mod: $Id$ ********************************************************************/ diff --git a/lib/misc.h b/lib/misc.h index a481c730..13788445 100644 --- a/lib/misc.h +++ b/lib/misc.h @@ -11,7 +11,6 @@ ******************************************************************** function: miscellaneous prototypes - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/floor_all.h b/lib/modes/floor_all.h index fb4d1b0a..20928aac 100644 --- a/lib/modes/floor_all.h +++ b/lib/modes/floor_all.h @@ -11,7 +11,6 @@ ******************************************************************** function: key floor settings - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/psych_11.h b/lib/modes/psych_11.h index 26241815..cc5eea24 100644 --- a/lib/modes/psych_11.h +++ b/lib/modes/psych_11.h @@ -11,7 +11,6 @@ ******************************************************************** function: 11kHz settings - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/psych_16.h b/lib/modes/psych_16.h index 5c694dc3..477cb4d9 100644 --- a/lib/modes/psych_16.h +++ b/lib/modes/psych_16.h @@ -11,7 +11,6 @@ ******************************************************************** function: 16kHz settings - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/psych_44.h b/lib/modes/psych_44.h index e46a0f46..6c9eaa4e 100644 --- a/lib/modes/psych_44.h +++ b/lib/modes/psych_44.h @@ -11,7 +11,6 @@ ******************************************************************** function: key psychoacoustic settings for 44.1/48kHz - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/psych_8.h b/lib/modes/psych_8.h index dd877719..277db843 100644 --- a/lib/modes/psych_8.h +++ b/lib/modes/psych_8.h @@ -11,7 +11,6 @@ ******************************************************************** function: 8kHz psychoacoustic settings - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/residue_16.h b/lib/modes/residue_16.h index bb28e763..3e05471c 100644 --- a/lib/modes/residue_16.h +++ b/lib/modes/residue_16.h @@ -11,7 +11,6 @@ ******************************************************************** function: toplevel residue templates 16/22kHz - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/residue_44.h b/lib/modes/residue_44.h index 2e8ad537..e89bc0e4 100644 --- a/lib/modes/residue_44.h +++ b/lib/modes/residue_44.h @@ -11,7 +11,6 @@ ******************************************************************** function: toplevel residue templates for 32/44.1/48kHz - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/residue_44p51.h b/lib/modes/residue_44p51.h index 103e960d..7f33e250 100644 --- a/lib/modes/residue_44p51.h +++ b/lib/modes/residue_44p51.h @@ -11,7 +11,6 @@ ******************************************************************** function: toplevel residue templates for 32/44.1/48kHz uncoupled - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/residue_44u.h b/lib/modes/residue_44u.h index 6742aa2c..e55ac125 100644 --- a/lib/modes/residue_44u.h +++ b/lib/modes/residue_44u.h @@ -11,7 +11,6 @@ ******************************************************************** function: toplevel residue templates for 32/44.1/48kHz uncoupled - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/residue_8.h b/lib/modes/residue_8.h index b9edd4fa..ae123a27 100644 --- a/lib/modes/residue_8.h +++ b/lib/modes/residue_8.h @@ -11,7 +11,6 @@ ******************************************************************** function: toplevel residue templates 8/11kHz - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/setup_11.h b/lib/modes/setup_11.h index 95d8c3e1..0cbcaafc 100644 --- a/lib/modes/setup_11.h +++ b/lib/modes/setup_11.h @@ -11,7 +11,6 @@ ******************************************************************** function: 11kHz settings - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/setup_16.h b/lib/modes/setup_16.h index 13581ea8..d59ad70d 100644 --- a/lib/modes/setup_16.h +++ b/lib/modes/setup_16.h @@ -11,7 +11,6 @@ ******************************************************************** function: 16kHz settings - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/setup_22.h b/lib/modes/setup_22.h index 6613c990..bc38af96 100644 --- a/lib/modes/setup_22.h +++ b/lib/modes/setup_22.h @@ -11,7 +11,6 @@ ******************************************************************** function: 22kHz settings - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/setup_32.h b/lib/modes/setup_32.h index b02c04d2..f66a0bcd 100644 --- a/lib/modes/setup_32.h +++ b/lib/modes/setup_32.h @@ -11,7 +11,6 @@ ******************************************************************** function: toplevel settings for 32kHz - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/setup_44.h b/lib/modes/setup_44.h index 958e2f8c..a189b5fb 100644 --- a/lib/modes/setup_44.h +++ b/lib/modes/setup_44.h @@ -11,7 +11,6 @@ ******************************************************************** function: toplevel settings for 44.1/48kHz - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/setup_44p51.h b/lib/modes/setup_44p51.h index e46468a1..3bde7b34 100644 --- a/lib/modes/setup_44p51.h +++ b/lib/modes/setup_44p51.h @@ -11,7 +11,6 @@ ******************************************************************** function: toplevel settings for 44.1/48kHz 5.1 surround modes - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/setup_44u.h b/lib/modes/setup_44u.h index aeea07f9..7ae3af6b 100644 --- a/lib/modes/setup_44u.h +++ b/lib/modes/setup_44u.h @@ -11,7 +11,6 @@ ******************************************************************** function: toplevel settings for 44.1/48kHz uncoupled modes - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/setup_8.h b/lib/modes/setup_8.h index c2f27e48..75025568 100644 --- a/lib/modes/setup_8.h +++ b/lib/modes/setup_8.h @@ -11,7 +11,6 @@ ******************************************************************** function: 8kHz settings - last mod: $Id$ ********************************************************************/ diff --git a/lib/modes/setup_X.h b/lib/modes/setup_X.h index 8b622548..2229a5ef 100644 --- a/lib/modes/setup_X.h +++ b/lib/modes/setup_X.h @@ -11,7 +11,6 @@ ******************************************************************** function: catch-all toplevel settings for q modes only - last mod: $Id$ ********************************************************************/ diff --git a/lib/os.h b/lib/os.h index 047e044c..50d808a3 100644 --- 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$ ********************************************************************/ diff --git a/lib/psy.c b/lib/psy.c index 1ca809e3..422c6f1e 100644 --- a/lib/psy.c +++ b/lib/psy.c @@ -11,7 +11,6 @@ ******************************************************************** function: psychoacoustics not including preecho - last mod: $Id$ ********************************************************************/ diff --git a/lib/psy.h b/lib/psy.h index 8686f94c..ab2534db 100644 --- a/lib/psy.h +++ b/lib/psy.h @@ -11,7 +11,6 @@ ******************************************************************** function: random psychoacoustics (not including preecho) - last mod: $Id$ ********************************************************************/ diff --git a/lib/psytune.c b/lib/psytune.c index a7e10105..97e6893a 100644 --- a/lib/psytune.c +++ b/lib/psytune.c @@ -12,7 +12,6 @@ function: simple utility that runs audio through the psychoacoustics without encoding - last mod: $Id$ ********************************************************************/ diff --git a/lib/registry.c b/lib/registry.c index eba90378..74f7ef03 100644 --- a/lib/registry.c +++ b/lib/registry.c @@ -11,7 +11,6 @@ ******************************************************************** function: registry for time, floor, res backends and channel mappings - last mod: $Id$ ********************************************************************/ diff --git a/lib/registry.h b/lib/registry.h index d8e0d591..599d9599 100644 --- a/lib/registry.h +++ b/lib/registry.h @@ -11,7 +11,6 @@ ******************************************************************** function: registry for time, floor, res backends and channel mappings - last mod: $Id$ ********************************************************************/ diff --git a/lib/res0.c b/lib/res0.c index 837f5fdc..6d623d73 100644 --- a/lib/res0.c +++ b/lib/res0.c @@ -11,7 +11,6 @@ ******************************************************************** function: residue backend 0, 1 and 2 implementation - last mod: $Id$ ********************************************************************/ diff --git a/lib/scales.h b/lib/scales.h index 5f4dc36e..18bc4e75 100644 --- a/lib/scales.h +++ b/lib/scales.h @@ -11,7 +11,6 @@ ******************************************************************** function: linear scale -> dB, Bark and Mel scales - last mod: $Id$ ********************************************************************/ diff --git a/lib/sharedbook.c b/lib/sharedbook.c index f8854f7d..4545d4f4 100644 --- a/lib/sharedbook.c +++ b/lib/sharedbook.c @@ -11,7 +11,6 @@ ******************************************************************** function: basic shared codebook operations - last mod: $Id$ ********************************************************************/ diff --git a/lib/smallft.c b/lib/smallft.c index 5e6a8a56..6d528af4 100644 --- a/lib/smallft.c +++ b/lib/smallft.c @@ -11,7 +11,6 @@ ******************************************************************** function: *unnormalized* fft transform - last mod: $Id$ ********************************************************************/ diff --git a/lib/smallft.h b/lib/smallft.h index 30df9606..9e867c67 100644 --- a/lib/smallft.h +++ b/lib/smallft.h @@ -11,7 +11,6 @@ ******************************************************************** function: fft transform - last mod: $Id$ ********************************************************************/ diff --git a/lib/synthesis.c b/lib/synthesis.c index 3fa5ab93..46fc1b80 100644 --- a/lib/synthesis.c +++ b/lib/synthesis.c @@ -11,7 +11,6 @@ ******************************************************************** function: single-block PCM synthesis - last mod: $Id$ ********************************************************************/ diff --git a/lib/vorbisenc.c b/lib/vorbisenc.c index 193a396c..4a4607cb 100644 --- a/lib/vorbisenc.c +++ b/lib/vorbisenc.c @@ -11,7 +11,6 @@ ******************************************************************** function: simple programmatic interface for encoder mode setup - last mod: $Id$ ********************************************************************/ diff --git a/lib/vorbisfile.c b/lib/vorbisfile.c index 8a0a2801..b570c3c5 100644 --- a/lib/vorbisfile.c +++ b/lib/vorbisfile.c @@ -11,7 +11,6 @@ ******************************************************************** function: stdio-based convenience library for opening/seeking/decoding - last mod: $Id$ ********************************************************************/ diff --git a/lib/window.c b/lib/window.c index 7dfb1cff..b3b7ce01 100644 --- a/lib/window.c +++ b/lib/window.c @@ -11,7 +11,6 @@ ******************************************************************** function: window functions - last mod: $Id$ ********************************************************************/ diff --git a/lib/window.h b/lib/window.h index 934ed337..6ac26074 100644 --- a/lib/window.h +++ b/lib/window.h @@ -11,7 +11,6 @@ ******************************************************************** function: window functions - last mod: $Id$ ********************************************************************/ diff --git a/test/test.c b/test/test.c index 1d2a16c0..fe1648d4 100644 --- a/test/test.c +++ b/test/test.c @@ -11,7 +11,6 @@ ******************************************************************** function: vorbis coded test suite using vorbisfile - last mod: $Id$ ********************************************************************/ diff --git a/test/util.c b/test/util.c index 884732bc..2ab74836 100644 --- a/test/util.c +++ b/test/util.c @@ -11,7 +11,6 @@ ******************************************************************** function: utility functions for vorbis codec test suite. - last mod: $Id$ ********************************************************************/ diff --git a/test/util.h b/test/util.h index ac43656a..85f8d4f0 100644 --- a/test/util.h +++ b/test/util.h @@ -11,7 +11,6 @@ ******************************************************************** function: utility functions for vorbis codec test suite. - last mod: $Id$ ********************************************************************/ diff --git a/test/write_read.c b/test/write_read.c index 5f6d7123..f1190dc6 100644 --- a/test/write_read.c +++ b/test/write_read.c @@ -11,7 +11,6 @@ ******************************************************************** function: utility functions for vorbis codec test suite. - last mod: $Id$ ********************************************************************/ diff --git a/test/write_read.h b/test/write_read.h index 07af6b77..c50c4835 100644 --- a/test/write_read.h +++ b/test/write_read.h @@ -11,7 +11,6 @@ ******************************************************************** function: utility functions for vorbis codec test suite. - last mod: $Id$ ********************************************************************/ diff --git a/vq/bookutil.c b/vq/bookutil.c index 58d78bee..3aba9b91 100644 --- a/vq/bookutil.c +++ b/vq/bookutil.c @@ -11,7 +11,6 @@ ******************************************************************** function: utility functions for loading .vqh and .vqd files - last mod: $Id$ ********************************************************************/ diff --git a/vq/bookutil.h b/vq/bookutil.h index bb77c048..e84b0183 100644 --- a/vq/bookutil.h +++ b/vq/bookutil.h @@ -11,7 +11,6 @@ ******************************************************************** function: utility functions for loading .vqh and .vqd files - last mod: $Id$ ********************************************************************/ diff --git a/vq/distribution.c b/vq/distribution.c index 76beee4d..e15f5aa0 100644 --- a/vq/distribution.c +++ b/vq/distribution.c @@ -11,7 +11,6 @@ ******************************************************************** function: utility for finding the distribution in a data set - last mod: $Id$ ********************************************************************/ diff --git a/vq/huffbuild.c b/vq/huffbuild.c index 50880f25..04a6a1a6 100644 --- a/vq/huffbuild.c +++ b/vq/huffbuild.c @@ -11,7 +11,6 @@ ******************************************************************** function: hufftree builder - last mod: $Id$ ********************************************************************/ diff --git a/vq/latticebuild.c b/vq/latticebuild.c index fb978923..6171193d 100644 --- a/vq/latticebuild.c +++ b/vq/latticebuild.c @@ -11,7 +11,6 @@ ******************************************************************** function: utility main for building codebooks from lattice descriptions - last mod: $Id$ ********************************************************************/ diff --git a/vq/latticetune.c b/vq/latticetune.c index 52a9f6a1..4505e511 100644 --- a/vq/latticetune.c +++ b/vq/latticetune.c @@ -12,7 +12,6 @@ function: utility main for setting entropy encoding parameters for lattice codebooks - last mod: $Id$ ********************************************************************/ diff --git a/vq/localcodebook.h b/vq/localcodebook.h index c95502ad..f90d5e4b 100644 --- a/vq/localcodebook.h +++ b/vq/localcodebook.h @@ -11,7 +11,6 @@ ******************************************************************** function: basic shared codebook operations - last mod: $Id$ ********************************************************************/ diff --git a/vq/metrics.c b/vq/metrics.c index e344a8de..327c0fda 100644 --- a/vq/metrics.c +++ b/vq/metrics.c @@ -11,7 +11,6 @@ ******************************************************************** function: function calls to collect codebook metrics - last mod: $Id$ ********************************************************************/ diff --git a/vq/vqgen.c b/vq/vqgen.c index 2e46dd1f..f98e7bf6 100644 --- a/vq/vqgen.c +++ b/vq/vqgen.c @@ -11,7 +11,6 @@ ******************************************************************** function: train a VQ codebook - last mod: $Id$ ********************************************************************/ diff --git a/vq/vqgen.h b/vq/vqgen.h index 6d3093e7..688379cc 100644 --- a/vq/vqgen.h +++ b/vq/vqgen.h @@ -11,7 +11,6 @@ ******************************************************************** function: build a VQ codebook - last mod: $Id$ ********************************************************************/ diff --git a/win32/vorbis.def b/win32/vorbis.def index 9cca64db..884f8f02 100644 --- a/win32/vorbis.def +++ b/win32/vorbis.def @@ -1,5 +1,4 @@ -; -; $Id$ +; vorbis.def ; LIBRARY EXPORTS diff --git a/win32/vorbisenc.def b/win32/vorbisenc.def index 4f800f68..79af0644 100644 --- a/win32/vorbisenc.def +++ b/win32/vorbisenc.def @@ -1,5 +1,4 @@ -; -; $Id$ +; vorbisenc.def ; LIBRARY diff --git a/win32/vorbisfile.def b/win32/vorbisfile.def index 57b48f3f..4dc55496 100644 --- a/win32/vorbisfile.def +++ b/win32/vorbisfile.def @@ -1,8 +1,5 @@ -; ; vorbisfile.def ; -; last modified: $Id$ -; LIBRARY EXPORTS ov_clear -- cgit v1.2.1