[xiph-cvs] cvs commit: vorbis/vq bookutil.c bookutil.h build.c cascade.c distribution.c genericdata.c huffbuild.c latticebuild.c latticehint.c latticepare.c latticetune.c lspdata.c metrics.c residuedata.c residuesplit.c run.c train.c vqext.h vqgen.c vqgen.h vqsplit.c vqsplit.h
Monty
xiphmont at xiph.org
Thu Feb 1 19:52:33 PST 2001
xiphmont 01/02/01 19:52:31
Modified: examples chaining_example.c decoder_example.c
encoder_example.c seeking_example.c
vorbisfile_example.c
include/vorbis codec.h vorbisenc.h vorbisfile.h
lib analysis.c backends.h barkmel.c bitbuffer.c
bitbuffer.h block.c codebook.c codebook.h
codec_internal.h envelope.c envelope.h floor0.c
iir.c iir.h info.c lookup.c lookup.h lookup_data.h
lookups.pl lpc.c lpc.h lsp.c lsp.h mapping0.c
masking.h mdct.c mdct.h misc.c misc.h os.h psy.c
psy.h psytune.c registry.c registry.h res0.c
scales.h sharedbook.c smallft.c smallft.h
synthesis.c time0.c vorbisenc.c vorbisfile.c
window.c window.h
lib/books lsp12_0.vqh lsp12_1.vqh lsp30_0.vqh lsp30_1.vqh
lsp9_0.vqh lsp9_1.vqh res0_128_1024_1.vqh
res0_128_1024_2.vqh res0_128_1024_3.vqh
res0_128_1024_4.vqh res0_128_1024_5.vqh
res0_128_1024_6.vqh res0_128_1024_7.vqh
res0_128_1024_8.vqh res0_128_1024_9.vqh
res0_128_1024aux.vqh res0_128_128_1.vqh
res0_128_128_2.vqh res0_128_128_3.vqh
res0_128_128_4.vqh res0_128_128_5.vqh
res0_128_128aux.vqh res0_160_1024_1.vqh
res0_160_1024_2.vqh res0_160_1024_3.vqh
res0_160_1024_4.vqh res0_160_1024_5.vqh
res0_160_1024_6.vqh res0_160_1024_7.vqh
res0_160_1024_8.vqh res0_160_1024_9.vqh
res0_160_1024aux.vqh res0_160_128_1.vqh
res0_160_128_2.vqh res0_160_128_3.vqh
res0_160_128_4.vqh res0_160_128_5.vqh
res0_160_128aux.vqh res0_192_1024_1.vqh
res0_192_1024_2.vqh res0_192_1024_3.vqh
res0_192_1024_4.vqh res0_192_1024_5.vqh
res0_192_1024_6.vqh res0_192_1024_7.vqh
res0_192_1024_8.vqh res0_192_1024_9.vqh
res0_192_1024aux.vqh res0_192_128_1.vqh
res0_192_128_2.vqh res0_192_128_3.vqh
res0_192_128_4.vqh res0_192_128_5.vqh
res0_192_128aux.vqh res0_256_1024_1.vqh
res0_256_1024_2.vqh res0_256_1024_3.vqh
res0_256_1024_4.vqh res0_256_1024_5.vqh
res0_256_1024_6.vqh res0_256_1024_7.vqh
res0_256_1024aux.vqh res0_256_128_1.vqh
res0_256_128_2.vqh res0_256_128_3.vqh
res0_256_128_4.vqh res0_256_128_5.vqh
res0_256_128aux.vqh res0_96_1024_1.vqh
res0_96_1024_2.vqh res0_96_1024_3.vqh
res0_96_1024_4.vqh res0_96_1024_5.vqh
res0_96_1024_6.vqh res0_96_1024_7.vqh
res0_96_1024_8.vqh res0_96_1024_9.vqh
res0_96_1024aux.vqh res0_96_128_1.vqh
res0_96_128_2.vqh res0_96_128_3.vqh
res0_96_128_4.vqh res0_96_128_5.vqh
res0_96_128aux.vqh
lib/modes mode_A.h mode_AA.h mode_B.h mode_C.h mode_D.h
mode_E.h modes.h
vq bookutil.c bookutil.h build.c cascade.c
distribution.c genericdata.c huffbuild.c
latticebuild.c latticehint.c latticepare.c
latticetune.c lspdata.c metrics.c residuedata.c
residuesplit.c run.c train.c vqext.h vqgen.c
vqgen.h vqsplit.c vqsplit.h
Log:
Update header copyright dates, update copyright assignemnt
Revision Changes Path
1.8 +3 -4 vorbis/examples/chaining_example.c
Index: chaining_example.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/chaining_example.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- chaining_example.c 2000/11/06 00:06:53 1.7
+++ chaining_example.c 2001/02/02 03:51:53 1.8
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: illustrate simple use of chained bitstream and vorbisfile.a
- last mod: $Id: chaining_example.c,v 1.7 2000/11/06 00:06:53 xiphmont Exp $
+ last mod: $Id: chaining_example.c,v 1.8 2001/02/02 03:51:53 xiphmont Exp $
********************************************************************/
1.17 +3 -4 vorbis/examples/decoder_example.c
Index: decoder_example.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/decoder_example.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- decoder_example.c 2001/01/20 14:06:28 1.16
+++ decoder_example.c 2001/02/02 03:51:53 1.17
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: simple example decoder
- last mod: $Id: decoder_example.c,v 1.16 2001/01/20 14:06:28 msmith Exp $
+ last mod: $Id: decoder_example.c,v 1.17 2001/02/02 03:51:53 xiphmont Exp $
********************************************************************/
1.20 +3 -4 vorbis/examples/encoder_example.c
Index: encoder_example.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/encoder_example.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- encoder_example.c 2001/01/22 01:38:23 1.19
+++ encoder_example.c 2001/02/02 03:51:53 1.20
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: simple example encoder
- last mod: $Id: encoder_example.c,v 1.19 2001/01/22 01:38:23 xiphmont Exp $
+ last mod: $Id: encoder_example.c,v 1.20 2001/02/02 03:51:53 xiphmont Exp $
********************************************************************/
1.6 +3 -4 vorbis/examples/seeking_example.c
Index: seeking_example.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/seeking_example.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- seeking_example.c 2000/11/06 00:06:54 1.5
+++ seeking_example.c 2001/02/02 03:51:53 1.6
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: illustrate seeking, and test it too
- last mod: $Id: seeking_example.c,v 1.5 2000/11/06 00:06:54 xiphmont Exp $
+ last mod: $Id: seeking_example.c,v 1.6 2001/02/02 03:51:53 xiphmont Exp $
********************************************************************/
1.4 +5 -4 vorbis/examples/vorbisfile_example.c
Index: vorbisfile_example.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/vorbisfile_example.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vorbisfile_example.c 2000/11/06 00:06:54 1.3
+++ vorbisfile_example.c 2001/02/02 03:51:53 1.4
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: simple example decoder using vorbisfile
- last mod: $Id: vorbisfile_example.c,v 1.3 2000/11/06 00:06:54 xiphmont Exp $
+ last mod: $Id: vorbisfile_example.c,v 1.4 2001/02/02 03:51:53 xiphmont Exp $
********************************************************************/
@@ -60,6 +59,8 @@
++ptr;
}
fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi->channels,vi->rate);
+ fprintf(stderr,"\nDecoded length: %ld samples\n",
+ (long)ov_pcm_total(&vf,-1));
fprintf(stderr,"Encoded by: %s\n\n",ov_comment(&vf,-1)->vendor);
}
1.36 +3 -4 vorbis/include/vorbis/codec.h
Index: codec.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/codec.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- codec.h 2001/01/22 01:38:23 1.35
+++ codec.h 2001/02/02 03:51:54 1.36
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: libvorbis codec headers
- last mod: $Id: codec.h,v 1.35 2001/01/22 01:38:23 xiphmont Exp $
+ last mod: $Id: codec.h,v 1.36 2001/02/02 03:51:54 xiphmont Exp $
********************************************************************/
1.3 +3 -4 vorbis/include/vorbis/vorbisenc.h
Index: vorbisenc.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/vorbisenc.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vorbisenc.h 2000/11/06 00:06:56 1.2
+++ vorbisenc.h 2001/02/02 03:51:54 1.3
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: vorbis encode-engine setup
- last mod: $Id: vorbisenc.h,v 1.2 2000/11/06 00:06:56 xiphmont Exp $
+ last mod: $Id: vorbisenc.h,v 1.3 2001/02/02 03:51:54 xiphmont Exp $
********************************************************************/
1.12 +3 -4 vorbis/include/vorbis/vorbisfile.h
Index: vorbisfile.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/vorbisfile.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vorbisfile.h 2000/11/08 13:16:26 1.11
+++ vorbisfile.h 2001/02/02 03:51:54 1.12
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: stdio-based convenience library for opening/seeking/decoding
- last mod: $Id: vorbisfile.h,v 1.11 2000/11/08 13:16:26 xiphmont Exp $
+ last mod: $Id: vorbisfile.h,v 1.12 2001/02/02 03:51:54 xiphmont Exp $
********************************************************************/
1.42 +3 -4 vorbis/lib/analysis.c
Index: analysis.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/analysis.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- analysis.c 2001/01/22 01:38:24 1.41
+++ analysis.c 2001/02/02 03:51:55 1.42
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: single-block PCM analysis mode dispatch
- last mod: $Id: analysis.c,v 1.41 2001/01/22 01:38:24 xiphmont Exp $
+ last mod: $Id: analysis.c,v 1.42 2001/02/02 03:51:55 xiphmont Exp $
********************************************************************/
1.5 +3 -4 vorbis/lib/backends.h
Index: backends.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/backends.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- backends.h 2001/01/22 01:38:24 1.4
+++ backends.h 2001/02/02 03:51:55 1.5
@@ -5,15 +5,14 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: libvorbis backend and mapping structures; needed for
static mode headers
- last mod: $Id: backends.h,v 1.4 2001/01/22 01:38:24 xiphmont Exp $
+ last mod: $Id: backends.h,v 1.5 2001/02/02 03:51:55 xiphmont Exp $
********************************************************************/
1.4 +3 -4 vorbis/lib/barkmel.c
Index: barkmel.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/barkmel.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- barkmel.c 2000/12/21 21:04:38 1.3
+++ barkmel.c 2001/02/02 03:51:55 1.4
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: bark scale utility
- last mod: $Id: barkmel.c,v 1.3 2000/12/21 21:04:38 xiphmont Exp $
+ last mod: $Id: barkmel.c,v 1.4 2001/02/02 03:51:55 xiphmont Exp $
********************************************************************/
1.3 +3 -4 vorbis/lib/bitbuffer.c
Index: bitbuffer.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/bitbuffer.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bitbuffer.c 2000/12/21 21:04:38 1.2
+++ bitbuffer.c 2001/02/02 03:51:55 1.3
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: flexible, delayed bitpacking abstraction
- last mod: $Id: bitbuffer.c,v 1.2 2000/12/21 21:04:38 xiphmont Exp $
+ last mod: $Id: bitbuffer.c,v 1.3 2001/02/02 03:51:55 xiphmont Exp $
********************************************************************/
1.2 +3 -4 vorbis/lib/bitbuffer.h
Index: bitbuffer.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/bitbuffer.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bitbuffer.h 2000/11/17 11:57:49 1.1
+++ bitbuffer.h 2001/02/02 03:51:55 1.2
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: flexible, delayed bitpacking abstraction
- last mod: $Id: bitbuffer.h,v 1.1 2000/11/17 11:57:49 xiphmont Exp $
+ last mod: $Id: bitbuffer.h,v 1.2 2001/02/02 03:51:55 xiphmont Exp $
********************************************************************/
1.44 +3 -4 vorbis/lib/block.c
Index: block.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/block.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- block.c 2001/01/22 01:38:24 1.43
+++ block.c 2001/02/02 03:51:55 1.44
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: PCM data vector blocking, windowing and dis/reassembly
- last mod: $Id: block.c,v 1.43 2001/01/22 01:38:24 xiphmont Exp $
+ last mod: $Id: block.c,v 1.44 2001/02/02 03:51:55 xiphmont Exp $
Handle windowing, overlap-add, etc of the PCM vectors. This is made
more amusing by Vorbis' current two allowed block sizes.
1.21 +3 -4 vorbis/lib/codebook.c
Index: codebook.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/codebook.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- codebook.c 2000/12/21 21:04:39 1.20
+++ codebook.c 2001/02/02 03:51:55 1.21
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: basic codebook pack/unpack/code/decode operations
- last mod: $Id: codebook.c,v 1.20 2000/12/21 21:04:39 xiphmont Exp $
+ last mod: $Id: codebook.c,v 1.21 2001/02/02 03:51:55 xiphmont Exp $
********************************************************************/
1.4 +3 -4 vorbis/lib/codebook.h
Index: codebook.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/codebook.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- codebook.h 2000/11/08 06:08:11 1.3
+++ codebook.h 2001/02/02 03:51:56 1.4
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: basic shared codebook operations
- last mod: $Id: codebook.h,v 1.3 2000/11/08 06:08:11 xiphmont Exp $
+ last mod: $Id: codebook.h,v 1.4 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.5 +3 -4 vorbis/lib/codec_internal.h
Index: codec_internal.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/codec_internal.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- codec_internal.h 2001/01/22 01:38:24 1.4
+++ codec_internal.h 2001/02/02 03:51:56 1.5
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: libvorbis codec headers
- last mod: $Id: codec_internal.h,v 1.4 2001/01/22 01:38:24 xiphmont Exp $
+ last mod: $Id: codec_internal.h,v 1.5 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.31 +3 -4 vorbis/lib/envelope.c
Index: envelope.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/envelope.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- envelope.c 2001/01/31 23:58:49 1.30
+++ envelope.c 2001/02/02 03:51:56 1.31
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: PCM data envelope analysis and manipulation
- last mod: $Id: envelope.c,v 1.30 2001/01/31 23:58:49 xiphmont Exp $
+ last mod: $Id: envelope.c,v 1.31 2001/02/02 03:51:56 xiphmont Exp $
Preecho calculation.
1.12 +3 -4 vorbis/lib/envelope.h
Index: envelope.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/envelope.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- envelope.h 2000/11/06 00:07:00 1.11
+++ envelope.h 2001/02/02 03:51:56 1.12
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: PCM data envelope analysis and manipulation
- last mod: $Id: envelope.h,v 1.11 2000/11/06 00:07:00 xiphmont Exp $
+ last mod: $Id: envelope.h,v 1.12 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.36 +3 -4 vorbis/lib/floor0.c
Index: floor0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/floor0.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- floor0.c 2001/01/22 01:38:24 1.35
+++ floor0.c 2001/02/02 03:51:56 1.36
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: floor backend 0 implementation
- last mod: $Id: floor0.c,v 1.35 2001/01/22 01:38:24 xiphmont Exp $
+ last mod: $Id: floor0.c,v 1.36 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.7 +3 -4 vorbis/lib/iir.c
Index: iir.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/iir.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iir.c 2000/12/21 21:04:39 1.6
+++ iir.c 2001/02/02 03:51:56 1.7
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: Direct Form I, II IIR filters, plus some specializations
- last mod: $Id: iir.c,v 1.6 2000/12/21 21:04:39 xiphmont Exp $
+ last mod: $Id: iir.c,v 1.7 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.5 +3 -4 vorbis/lib/iir.h
Index: iir.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/iir.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iir.h 2000/11/07 09:51:43 1.4
+++ iir.h 2001/02/02 03:51:56 1.5
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: Direct Form I, II IIR filters, plus some specializations
- last mod: $Id: iir.h,v 1.4 2000/11/07 09:51:43 xiphmont Exp $
+ last mod: $Id: iir.h,v 1.5 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.37 +3 -4 vorbis/lib/info.c
Index: info.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/info.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- info.c 2001/02/01 01:03:29 1.36
+++ info.c 2001/02/02 03:51:56 1.37
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: maintain the info structure, info <-> header packets
- last mod: $Id: info.c,v 1.36 2001/02/01 01:03:29 xiphmont Exp $
+ last mod: $Id: info.c,v 1.37 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.6 +3 -4 vorbis/lib/lookup.c
Index: lookup.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lookup.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lookup.c 2001/01/22 01:38:25 1.5
+++ lookup.c 2001/02/02 03:51:56 1.6
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: lookup based functions
- last mod: $Id: lookup.c,v 1.5 2001/01/22 01:38:25 xiphmont Exp $
+ last mod: $Id: lookup.c,v 1.6 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.4 +3 -4 vorbis/lib/lookup.h
Index: lookup.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lookup.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lookup.h 2000/11/06 00:07:01 1.3
+++ lookup.h 2001/02/02 03:51:56 1.4
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: lookup based functions
- last mod: $Id: lookup.h,v 1.3 2000/11/06 00:07:01 xiphmont Exp $
+ last mod: $Id: lookup.h,v 1.4 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.6 +3 -4 vorbis/lib/lookup_data.h
Index: lookup_data.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lookup_data.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lookup_data.h 2001/01/22 01:38:25 1.5
+++ lookup_data.h 2001/02/02 03:51:56 1.6
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: lookup data; generated by lookups.pl; edit there
- last mod: $Id: lookup_data.h,v 1.5 2001/01/22 01:38:25 xiphmont Exp $
+ last mod: $Id: lookup_data.h,v 1.6 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.4 +3 -4 vorbis/lib/lookups.pl
Index: lookups.pl
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lookups.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lookups.pl 2000/11/06 00:07:01 1.3
+++ lookups.pl 2001/02/02 03:51:56 1.4
@@ -7,14 +7,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: lookup data; generated by lookups.pl; edit there
- last mod: $Id: lookups.pl,v 1.3 2000/11/06 00:07:01 xiphmont Exp $
+ last mod: $Id: lookups.pl,v 1.4 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.29 +3 -4 vorbis/lib/lpc.c
Index: lpc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lpc.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- lpc.c 2000/12/21 21:04:39 1.28
+++ lpc.c 2001/02/02 03:51:56 1.29
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: LPC low level routines
- last mod: $Id: lpc.c,v 1.28 2000/12/21 21:04:39 xiphmont Exp $
+ last mod: $Id: lpc.c,v 1.29 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.16 +3 -4 vorbis/lib/lpc.h
Index: lpc.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lpc.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- lpc.h 2000/11/06 00:07:01 1.15
+++ lpc.h 2001/02/02 03:51:56 1.16
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: LPC low level routines
- last mod: $Id: lpc.h,v 1.15 2000/11/06 00:07:01 xiphmont Exp $
+ last mod: $Id: lpc.h,v 1.16 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.15 +3 -4 vorbis/lib/lsp.c
Index: lsp.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lsp.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- lsp.c 2001/01/22 01:38:25 1.14
+++ lsp.c 2001/02/02 03:51:56 1.15
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: LSP (also called LSF) conversion routines
- last mod: $Id: lsp.c,v 1.14 2001/01/22 01:38:25 xiphmont Exp $
+ last mod: $Id: lsp.c,v 1.15 2001/02/02 03:51:56 xiphmont Exp $
The LSP generation code is taken (with minimal modification and a
few bugfixes) from "On the Computation of the LSP Frequencies" by
1.7 +3 -4 vorbis/lib/lsp.h
Index: lsp.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lsp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lsp.h 2000/11/06 00:07:01 1.6
+++ lsp.h 2001/02/02 03:51:56 1.7
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: LSP (also called LSF) conversion routines
- last mod: $Id: lsp.h,v 1.6 2000/11/06 00:07:01 xiphmont Exp $
+ last mod: $Id: lsp.h,v 1.7 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.24 +3 -4 vorbis/lib/mapping0.c
Index: mapping0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/mapping0.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- mapping0.c 2001/01/22 01:38:25 1.23
+++ mapping0.c 2001/02/02 03:51:56 1.24
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: channel mapping 0 implementation
- last mod: $Id: mapping0.c,v 1.23 2001/01/22 01:38:25 xiphmont Exp $
+ last mod: $Id: mapping0.c,v 1.24 2001/02/02 03:51:56 xiphmont Exp $
********************************************************************/
1.11 +3 -4 vorbis/lib/masking.h
Index: masking.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/masking.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- masking.h 2001/01/30 23:40:33 1.10
+++ masking.h 2001/02/02 03:51:57 1.11
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: masking curve data for psychoacoustics
- last mod: $Id: masking.h,v 1.10 2001/01/30 23:40:33 xiphmont Exp $
+ last mod: $Id: masking.h,v 1.11 2001/02/02 03:51:57 xiphmont Exp $
********************************************************************/
1.24 +3 -4 vorbis/lib/mdct.c
Index: mdct.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/mdct.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- mdct.c 2000/12/21 21:04:39 1.23
+++ mdct.c 2001/02/02 03:51:57 1.24
@@ -5,15 +5,14 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: normalized modified discrete cosine transform
power of two length transform only [64 <= n ]
- last mod: $Id: mdct.c,v 1.23 2000/12/21 21:04:39 xiphmont Exp $
+ last mod: $Id: mdct.c,v 1.24 2001/02/02 03:51:57 xiphmont Exp $
Original algorithm adapted long ago from _The use of multirate filter
banks for coding of high quality digital audio_, by T. Sporer,
1.17 +3 -4 vorbis/lib/mdct.h
Index: mdct.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/mdct.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- mdct.h 2000/12/21 21:04:39 1.16
+++ mdct.h 2001/02/02 03:51:57 1.17
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: modified discrete cosine transform prototypes
- last mod: $Id: mdct.h,v 1.16 2000/12/21 21:04:39 xiphmont Exp $
+ last mod: $Id: mdct.h,v 1.17 2001/02/02 03:51:57 xiphmont Exp $
********************************************************************/
1.4 +2 -3 vorbis/lib/misc.c
Index: misc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/misc.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- misc.c 2000/11/14 00:05:31 1.3
+++ misc.c 2001/02/02 03:51:57 1.4
@@ -5,9 +5,8 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************/
1.8 +3 -4 vorbis/lib/misc.h
Index: misc.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/misc.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- misc.h 2000/11/14 00:05:31 1.7
+++ misc.h 2001/02/02 03:51:57 1.8
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: miscellaneous prototypes
- last mod: $Id: misc.h,v 1.7 2000/11/14 00:05:31 xiphmont Exp $
+ last mod: $Id: misc.h,v 1.8 2001/02/02 03:51:57 xiphmont Exp $
********************************************************************/
1.22 +3 -4 vorbis/lib/os.h
Index: os.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/os.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- os.h 2001/02/01 01:03:29 1.21
+++ os.h 2001/02/02 03:51:57 1.22
@@ -7,14 +7,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal.
- last mod: $Id: os.h,v 1.21 2001/02/01 01:03:29 xiphmont Exp $
+ last mod: $Id: os.h,v 1.22 2001/02/02 03:51:57 xiphmont Exp $
********************************************************************/
1.41 +3 -4 vorbis/lib/psy.c
Index: psy.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/psy.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- psy.c 2001/02/02 02:52:34 1.40
+++ psy.c 2001/02/02 03:51:57 1.41
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: psychoacoustics not including preecho
- last mod: $Id: psy.c,v 1.40 2001/02/02 02:52:34 xiphmont Exp $
+ last mod: $Id: psy.c,v 1.41 2001/02/02 03:51:57 xiphmont Exp $
********************************************************************/
1.18 +3 -4 vorbis/lib/psy.h
Index: psy.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/psy.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- psy.h 2001/01/22 01:38:25 1.17
+++ psy.h 2001/02/02 03:51:57 1.18
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: random psychoacoustics (not including preecho)
- last mod: $Id: psy.h,v 1.17 2001/01/22 01:38:25 xiphmont Exp $
+ last mod: $Id: psy.h,v 1.18 2001/02/02 03:51:57 xiphmont Exp $
********************************************************************/
1.13 +3 -4 vorbis/lib/psytune.c
Index: psytune.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/psytune.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- psytune.c 2001/01/22 01:38:25 1.12
+++ psytune.c 2001/02/02 03:51:57 1.13
@@ -5,15 +5,14 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: simple utility that runs audio through the psychoacoustics
without encoding
- last mod: $Id: psytune.c,v 1.12 2001/01/22 01:38:25 xiphmont Exp $
+ last mod: $Id: psytune.c,v 1.13 2001/02/02 03:51:57 xiphmont Exp $
********************************************************************/
1.5 +3 -4 vorbis/lib/registry.c
Index: registry.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/registry.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- registry.c 2000/11/06 00:07:02 1.4
+++ registry.c 2001/02/02 03:51:57 1.5
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: registry for time, floor, res backends and channel mappings
- last mod: $Id: registry.c,v 1.4 2000/11/06 00:07:02 xiphmont Exp $
+ last mod: $Id: registry.c,v 1.5 2001/02/02 03:51:57 xiphmont Exp $
********************************************************************/
1.4 +3 -4 vorbis/lib/registry.h
Index: registry.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/registry.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- registry.h 2000/11/06 00:07:02 1.3
+++ registry.h 2001/02/02 03:51:57 1.4
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: registry for time, floor, res backends and channel mappings
- last mod: $Id: registry.h,v 1.3 2000/11/06 00:07:02 xiphmont Exp $
+ last mod: $Id: registry.h,v 1.4 2001/02/02 03:51:57 xiphmont Exp $
********************************************************************/
1.25 +3 -4 vorbis/lib/res0.c
Index: res0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/res0.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- res0.c 2001/01/22 01:38:25 1.24
+++ res0.c 2001/02/02 03:51:57 1.25
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: residue backend 0 implementation
- last mod: $Id: res0.c,v 1.24 2001/01/22 01:38:25 xiphmont Exp $
+ last mod: $Id: res0.c,v 1.25 2001/02/02 03:51:57 xiphmont Exp $
********************************************************************/
1.12 +3 -4 vorbis/lib/scales.h
Index: scales.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/scales.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- scales.h 2001/01/22 01:38:26 1.11
+++ scales.h 2001/02/02 03:51:57 1.12
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: linear scale -> dB, Bark and Mel scales
- last mod: $Id: scales.h,v 1.11 2001/01/22 01:38:26 xiphmont Exp $
+ last mod: $Id: scales.h,v 1.12 2001/02/02 03:51:57 xiphmont Exp $
********************************************************************/
1.15 +3 -4 vorbis/lib/sharedbook.c
Index: sharedbook.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/sharedbook.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sharedbook.c 2001/01/22 01:38:26 1.14
+++ sharedbook.c 2001/02/02 03:51:57 1.15
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: basic shared codebook operations
- last mod: $Id: sharedbook.c,v 1.14 2001/01/22 01:38:26 xiphmont Exp $
+ last mod: $Id: sharedbook.c,v 1.15 2001/02/02 03:51:57 xiphmont Exp $
********************************************************************/
1.13 +3 -4 vorbis/lib/smallft.c
Index: smallft.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/smallft.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- smallft.c 2000/12/21 21:04:41 1.12
+++ smallft.c 2001/02/02 03:51:57 1.13
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: *unnormalized* fft transform
- last mod: $Id: smallft.c,v 1.12 2000/12/21 21:04:41 xiphmont Exp $
+ last mod: $Id: smallft.c,v 1.13 2001/02/02 03:51:57 xiphmont Exp $
********************************************************************/
1.9 +3 -4 vorbis/lib/smallft.h
Index: smallft.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/smallft.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- smallft.h 2000/11/06 00:07:02 1.8
+++ smallft.h 2001/02/02 03:51:58 1.9
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: fft transform
- last mod: $Id: smallft.h,v 1.8 2000/11/06 00:07:02 xiphmont Exp $
+ last mod: $Id: smallft.h,v 1.9 2001/02/02 03:51:58 xiphmont Exp $
********************************************************************/
1.20 +3 -4 vorbis/lib/synthesis.c
Index: synthesis.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/synthesis.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- synthesis.c 2000/11/06 00:07:02 1.19
+++ synthesis.c 2001/02/02 03:51:58 1.20
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: single-block PCM synthesis
- last mod: $Id: synthesis.c,v 1.19 2000/11/06 00:07:02 xiphmont Exp $
+ last mod: $Id: synthesis.c,v 1.20 2001/02/02 03:51:58 xiphmont Exp $
********************************************************************/
1.8 +3 -4 vorbis/lib/time0.c
Index: time0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/time0.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- time0.c 2000/11/06 00:07:02 1.7
+++ time0.c 2001/02/02 03:51:58 1.8
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: time backend 0 (dummy)
- last mod: $Id: time0.c,v 1.7 2000/11/06 00:07:02 xiphmont Exp $
+ last mod: $Id: time0.c,v 1.8 2001/02/02 03:51:58 xiphmont Exp $
********************************************************************/
1.5 +3 -4 vorbis/lib/vorbisenc.c
Index: vorbisenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/vorbisenc.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vorbisenc.c 2000/11/17 11:47:18 1.4
+++ vorbisenc.c 2001/02/02 03:51:58 1.5
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: simple programmatic interface for encoder mode setup
- last mod: $Id: vorbisenc.c,v 1.4 2000/11/17 11:47:18 xiphmont Exp $
+ last mod: $Id: vorbisenc.c,v 1.5 2001/02/02 03:51:58 xiphmont Exp $
********************************************************************/
1.37 +3 -4 vorbis/lib/vorbisfile.c
Index: vorbisfile.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/vorbisfile.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- vorbisfile.c 2001/01/22 01:38:26 1.36
+++ vorbisfile.c 2001/02/02 03:51:58 1.37
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: stdio-based convenience library for opening/seeking/decoding
- last mod: $Id: vorbisfile.c,v 1.36 2001/01/22 01:38:26 xiphmont Exp $
+ last mod: $Id: vorbisfile.c,v 1.37 2001/02/02 03:51:58 xiphmont Exp $
********************************************************************/
1.12 +3 -4 vorbis/lib/window.c
Index: window.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/window.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- window.c 2000/12/21 21:04:42 1.11
+++ window.c 2001/02/02 03:51:58 1.12
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: window functions
- last mod: $Id: window.c,v 1.11 2000/12/21 21:04:42 xiphmont Exp $
+ last mod: $Id: window.c,v 1.12 2001/02/02 03:51:58 xiphmont Exp $
********************************************************************/
1.7 +3 -4 vorbis/lib/window.h
Index: window.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/window.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- window.h 2001/01/22 01:38:26 1.6
+++ window.h 2001/02/02 03:51:58 1.7
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: window functions
- last mod: $Id: window.h,v 1.6 2001/01/22 01:38:26 xiphmont Exp $
+ last mod: $Id: window.h,v 1.7 2001/02/02 03:51:58 xiphmont Exp $
********************************************************************/
1.4 +1 -2 vorbis/lib/books/lsp12_0.vqh
Index: lsp12_0.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/lsp12_0.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lsp12_0.vqh 2001/01/22 01:38:30 1.3
+++ lsp12_0.vqh 2001/02/02 03:52:06 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/lsp12_1.vqh
Index: lsp12_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/lsp12_1.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lsp12_1.vqh 2001/01/22 01:38:30 1.2
+++ lsp12_1.vqh 2001/02/02 03:52:06 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/lsp30_0.vqh
Index: lsp30_0.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/lsp30_0.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lsp30_0.vqh 2001/01/22 01:38:30 1.3
+++ lsp30_0.vqh 2001/02/02 03:52:06 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/lsp30_1.vqh
Index: lsp30_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/lsp30_1.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lsp30_1.vqh 2001/01/22 01:38:30 1.2
+++ lsp30_1.vqh 2001/02/02 03:52:06 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/lsp9_0.vqh
Index: lsp9_0.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/lsp9_0.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lsp9_0.vqh 2001/01/22 01:38:30 1.2
+++ lsp9_0.vqh 2001/02/02 03:52:06 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/lsp9_1.vqh
Index: lsp9_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/lsp9_1.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lsp9_1.vqh 2001/01/22 01:38:30 1.2
+++ lsp9_1.vqh 2001/02/02 03:52:06 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_128_1024_1.vqh
Index: res0_128_1024_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_1024_1.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_1024_1.vqh 2001/01/22 01:38:30 1.3
+++ res0_128_1024_1.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/res0_128_1024_2.vqh
Index: res0_128_1024_2.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_1024_2.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res0_128_1024_2.vqh 2001/01/22 01:38:30 1.2
+++ res0_128_1024_2.vqh 2001/02/02 03:52:07 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_128_1024_3.vqh
Index: res0_128_1024_3.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_1024_3.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_1024_3.vqh 2001/01/22 01:38:30 1.3
+++ res0_128_1024_3.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_128_1024_4.vqh
Index: res0_128_1024_4.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_1024_4.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_1024_4.vqh 2001/01/22 01:38:30 1.3
+++ res0_128_1024_4.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_128_1024_5.vqh
Index: res0_128_1024_5.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_1024_5.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_1024_5.vqh 2001/01/22 01:38:30 1.3
+++ res0_128_1024_5.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_128_1024_6.vqh
Index: res0_128_1024_6.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_1024_6.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_1024_6.vqh 2001/01/22 01:38:30 1.3
+++ res0_128_1024_6.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_128_1024_7.vqh
Index: res0_128_1024_7.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_1024_7.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_1024_7.vqh 2001/01/22 01:38:30 1.3
+++ res0_128_1024_7.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_128_1024_8.vqh
Index: res0_128_1024_8.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_1024_8.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_1024_8.vqh 2001/01/22 01:38:30 1.3
+++ res0_128_1024_8.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_128_1024_9.vqh
Index: res0_128_1024_9.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_1024_9.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_1024_9.vqh 2001/01/22 01:38:30 1.3
+++ res0_128_1024_9.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +5 -6 vorbis/lib/books/res0_128_1024aux.vqh
Index: res0_128_1024aux.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_1024aux.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_1024aux.vqh 2001/01/22 01:38:30 1.3
+++ res0_128_1024aux.vqh 2001/02/02 03:52:07 1.4
@@ -1,13 +1,12 @@
/********************************************************************
* *
- * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. *
+ * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
- * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
- * PLEASE READ THESE TERMS DISTRIBUTING. *
+ * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
+ * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 *
- * by 1999 Monty <monty at xiph.org> and The XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
1.4 +1 -2 vorbis/lib/books/res0_128_128_1.vqh
Index: res0_128_128_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_128_1.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_128_1.vqh 2001/01/22 01:38:30 1.3
+++ res0_128_128_1.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_128_128_2.vqh
Index: res0_128_128_2.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_128_2.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_128_2.vqh 2001/01/22 01:38:30 1.3
+++ res0_128_128_2.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_128_128_3.vqh
Index: res0_128_128_3.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_128_3.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_128_3.vqh 2001/01/22 01:38:30 1.3
+++ res0_128_128_3.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_128_128_4.vqh
Index: res0_128_128_4.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_128_4.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_128_4.vqh 2001/01/22 01:38:31 1.3
+++ res0_128_128_4.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_128_128_5.vqh
Index: res0_128_128_5.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_128_5.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_128_5.vqh 2001/01/22 01:38:31 1.3
+++ res0_128_128_5.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +5 -6 vorbis/lib/books/res0_128_128aux.vqh
Index: res0_128_128aux.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_128_128aux.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_128_128aux.vqh 2001/01/22 01:38:31 1.3
+++ res0_128_128aux.vqh 2001/02/02 03:52:07 1.4
@@ -1,13 +1,12 @@
/********************************************************************
* *
- * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. *
+ * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
- * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
- * PLEASE READ THESE TERMS DISTRIBUTING. *
+ * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
+ * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 *
- * by 1999 Monty <monty at xiph.org> and The XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
1.4 +1 -2 vorbis/lib/books/res0_160_1024_1.vqh
Index: res0_160_1024_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_1024_1.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_1024_1.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_1024_1.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/res0_160_1024_2.vqh
Index: res0_160_1024_2.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_1024_2.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res0_160_1024_2.vqh 2001/01/22 01:38:31 1.2
+++ res0_160_1024_2.vqh 2001/02/02 03:52:07 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_160_1024_3.vqh
Index: res0_160_1024_3.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_1024_3.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_1024_3.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_1024_3.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_160_1024_4.vqh
Index: res0_160_1024_4.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_1024_4.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_1024_4.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_1024_4.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_160_1024_5.vqh
Index: res0_160_1024_5.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_1024_5.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_1024_5.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_1024_5.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_160_1024_6.vqh
Index: res0_160_1024_6.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_1024_6.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_1024_6.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_1024_6.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_160_1024_7.vqh
Index: res0_160_1024_7.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_1024_7.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_1024_7.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_1024_7.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_160_1024_8.vqh
Index: res0_160_1024_8.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_1024_8.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_1024_8.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_1024_8.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_160_1024_9.vqh
Index: res0_160_1024_9.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_1024_9.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_1024_9.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_1024_9.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +5 -6 vorbis/lib/books/res0_160_1024aux.vqh
Index: res0_160_1024aux.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_1024aux.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_1024aux.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_1024aux.vqh 2001/02/02 03:52:07 1.4
@@ -1,13 +1,12 @@
/********************************************************************
* *
- * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. *
+ * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
- * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
- * PLEASE READ THESE TERMS DISTRIBUTING. *
+ * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
+ * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 *
- * by 1999 Monty <monty at xiph.org> and The XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
1.4 +1 -2 vorbis/lib/books/res0_160_128_1.vqh
Index: res0_160_128_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_128_1.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_128_1.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_128_1.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_160_128_2.vqh
Index: res0_160_128_2.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_128_2.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_128_2.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_128_2.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_160_128_3.vqh
Index: res0_160_128_3.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_128_3.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_128_3.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_128_3.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_160_128_4.vqh
Index: res0_160_128_4.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_128_4.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_128_4.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_128_4.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_160_128_5.vqh
Index: res0_160_128_5.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_128_5.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_128_5.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_128_5.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +5 -6 vorbis/lib/books/res0_160_128aux.vqh
Index: res0_160_128aux.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_160_128aux.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_160_128aux.vqh 2001/01/22 01:38:31 1.3
+++ res0_160_128aux.vqh 2001/02/02 03:52:07 1.4
@@ -1,13 +1,12 @@
/********************************************************************
* *
- * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. *
+ * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
- * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
- * PLEASE READ THESE TERMS DISTRIBUTING. *
+ * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
+ * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 *
- * by 1999 Monty <monty at xiph.org> and The XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
1.3 +1 -2 vorbis/lib/books/res0_192_1024_1.vqh
Index: res0_192_1024_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_1024_1.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res0_192_1024_1.vqh 2001/01/22 01:38:31 1.2
+++ res0_192_1024_1.vqh 2001/02/02 03:52:07 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_192_1024_2.vqh
Index: res0_192_1024_2.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_1024_2.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_192_1024_2.vqh 2001/01/22 01:38:31 1.3
+++ res0_192_1024_2.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_192_1024_3.vqh
Index: res0_192_1024_3.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_1024_3.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_192_1024_3.vqh 2001/01/22 01:38:31 1.3
+++ res0_192_1024_3.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_192_1024_4.vqh
Index: res0_192_1024_4.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_1024_4.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_192_1024_4.vqh 2001/01/22 01:38:31 1.3
+++ res0_192_1024_4.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_192_1024_5.vqh
Index: res0_192_1024_5.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_1024_5.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_192_1024_5.vqh 2001/01/22 01:38:31 1.3
+++ res0_192_1024_5.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/res0_192_1024_6.vqh
Index: res0_192_1024_6.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_1024_6.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res0_192_1024_6.vqh 2001/01/22 01:38:31 1.2
+++ res0_192_1024_6.vqh 2001/02/02 03:52:07 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/res0_192_1024_7.vqh
Index: res0_192_1024_7.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_1024_7.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res0_192_1024_7.vqh 2001/01/22 01:38:31 1.2
+++ res0_192_1024_7.vqh 2001/02/02 03:52:07 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/res0_192_1024_8.vqh
Index: res0_192_1024_8.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_1024_8.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res0_192_1024_8.vqh 2001/01/22 01:38:31 1.2
+++ res0_192_1024_8.vqh 2001/02/02 03:52:07 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/res0_192_1024_9.vqh
Index: res0_192_1024_9.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_1024_9.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res0_192_1024_9.vqh 2001/01/22 01:38:31 1.2
+++ res0_192_1024_9.vqh 2001/02/02 03:52:07 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +5 -6 vorbis/lib/books/res0_192_1024aux.vqh
Index: res0_192_1024aux.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_1024aux.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_192_1024aux.vqh 2001/01/22 01:38:31 1.3
+++ res0_192_1024aux.vqh 2001/02/02 03:52:07 1.4
@@ -1,13 +1,12 @@
/********************************************************************
* *
- * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. *
+ * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
- * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
- * PLEASE READ THESE TERMS DISTRIBUTING. *
+ * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
+ * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 *
- * by 1999 Monty <monty at xiph.org> and The XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
1.4 +1 -2 vorbis/lib/books/res0_192_128_1.vqh
Index: res0_192_128_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_128_1.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_192_128_1.vqh 2001/01/22 01:38:31 1.3
+++ res0_192_128_1.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_192_128_2.vqh
Index: res0_192_128_2.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_128_2.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_192_128_2.vqh 2001/01/22 01:38:31 1.3
+++ res0_192_128_2.vqh 2001/02/02 03:52:07 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_192_128_3.vqh
Index: res0_192_128_3.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_128_3.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_192_128_3.vqh 2001/01/22 01:38:31 1.3
+++ res0_192_128_3.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_192_128_4.vqh
Index: res0_192_128_4.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_128_4.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_192_128_4.vqh 2001/01/22 01:38:31 1.3
+++ res0_192_128_4.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_192_128_5.vqh
Index: res0_192_128_5.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_128_5.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_192_128_5.vqh 2001/01/22 01:38:31 1.3
+++ res0_192_128_5.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +5 -6 vorbis/lib/books/res0_192_128aux.vqh
Index: res0_192_128aux.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_192_128aux.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_192_128aux.vqh 2001/01/22 01:38:31 1.3
+++ res0_192_128aux.vqh 2001/02/02 03:52:08 1.4
@@ -1,13 +1,12 @@
/********************************************************************
* *
- * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. *
+ * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
- * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
- * PLEASE READ THESE TERMS DISTRIBUTING. *
+ * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
+ * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 *
- * by 1999 Monty <monty at xiph.org> and The XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
1.4 +1 -2 vorbis/lib/books/res0_256_1024_1.vqh
Index: res0_256_1024_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_1024_1.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_256_1024_1.vqh 2001/01/22 01:38:31 1.3
+++ res0_256_1024_1.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_256_1024_2.vqh
Index: res0_256_1024_2.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_1024_2.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_256_1024_2.vqh 2001/01/22 01:38:31 1.3
+++ res0_256_1024_2.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_256_1024_3.vqh
Index: res0_256_1024_3.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_1024_3.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_256_1024_3.vqh 2001/01/22 01:38:31 1.3
+++ res0_256_1024_3.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_256_1024_4.vqh
Index: res0_256_1024_4.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_1024_4.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_256_1024_4.vqh 2001/01/22 01:38:31 1.3
+++ res0_256_1024_4.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_256_1024_5.vqh
Index: res0_256_1024_5.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_1024_5.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_256_1024_5.vqh 2001/01/22 01:38:31 1.3
+++ res0_256_1024_5.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/res0_256_1024_6.vqh
Index: res0_256_1024_6.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_1024_6.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res0_256_1024_6.vqh 2001/01/22 01:38:31 1.2
+++ res0_256_1024_6.vqh 2001/02/02 03:52:08 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/res0_256_1024_7.vqh
Index: res0_256_1024_7.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_1024_7.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res0_256_1024_7.vqh 2001/01/22 01:38:32 1.2
+++ res0_256_1024_7.vqh 2001/02/02 03:52:08 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +5 -6 vorbis/lib/books/res0_256_1024aux.vqh
Index: res0_256_1024aux.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_1024aux.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_256_1024aux.vqh 2001/01/22 01:38:32 1.3
+++ res0_256_1024aux.vqh 2001/02/02 03:52:08 1.4
@@ -1,13 +1,12 @@
/********************************************************************
* *
- * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. *
+ * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
- * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
- * PLEASE READ THESE TERMS DISTRIBUTING. *
+ * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
+ * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 *
- * by 1999 Monty <monty at xiph.org> and The XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
1.4 +1 -2 vorbis/lib/books/res0_256_128_1.vqh
Index: res0_256_128_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_128_1.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_256_128_1.vqh 2001/01/22 01:38:32 1.3
+++ res0_256_128_1.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_256_128_2.vqh
Index: res0_256_128_2.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_128_2.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_256_128_2.vqh 2001/01/22 01:38:32 1.3
+++ res0_256_128_2.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_256_128_3.vqh
Index: res0_256_128_3.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_128_3.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_256_128_3.vqh 2001/01/22 01:38:32 1.3
+++ res0_256_128_3.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_256_128_4.vqh
Index: res0_256_128_4.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_128_4.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_256_128_4.vqh 2001/01/22 01:38:32 1.3
+++ res0_256_128_4.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_256_128_5.vqh
Index: res0_256_128_5.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_128_5.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_256_128_5.vqh 2001/01/22 01:38:32 1.3
+++ res0_256_128_5.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +5 -6 vorbis/lib/books/res0_256_128aux.vqh
Index: res0_256_128aux.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_256_128aux.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_256_128aux.vqh 2001/01/22 01:38:32 1.3
+++ res0_256_128aux.vqh 2001/02/02 03:52:08 1.4
@@ -1,13 +1,12 @@
/********************************************************************
* *
- * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. *
+ * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
- * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
- * PLEASE READ THESE TERMS DISTRIBUTING. *
+ * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
+ * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 *
- * by 1999 Monty <monty at xiph.org> and The XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
1.4 +1 -2 vorbis/lib/books/res0_96_1024_1.vqh
Index: res0_96_1024_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_1024_1.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_96_1024_1.vqh 2001/01/22 01:38:32 1.3
+++ res0_96_1024_1.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/res0_96_1024_2.vqh
Index: res0_96_1024_2.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_1024_2.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res0_96_1024_2.vqh 2001/01/22 01:38:32 1.2
+++ res0_96_1024_2.vqh 2001/02/02 03:52:08 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_96_1024_3.vqh
Index: res0_96_1024_3.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_1024_3.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_96_1024_3.vqh 2001/01/22 01:38:32 1.3
+++ res0_96_1024_3.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_96_1024_4.vqh
Index: res0_96_1024_4.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_1024_4.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_96_1024_4.vqh 2001/01/22 01:38:32 1.3
+++ res0_96_1024_4.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_96_1024_5.vqh
Index: res0_96_1024_5.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_1024_5.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_96_1024_5.vqh 2001/01/22 01:38:32 1.3
+++ res0_96_1024_5.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_96_1024_6.vqh
Index: res0_96_1024_6.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_1024_6.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_96_1024_6.vqh 2001/01/22 01:38:32 1.3
+++ res0_96_1024_6.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_96_1024_7.vqh
Index: res0_96_1024_7.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_1024_7.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_96_1024_7.vqh 2001/01/22 01:38:32 1.3
+++ res0_96_1024_7.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/res0_96_1024_8.vqh
Index: res0_96_1024_8.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_1024_8.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res0_96_1024_8.vqh 2001/01/22 01:38:32 1.2
+++ res0_96_1024_8.vqh 2001/02/02 03:52:08 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/res0_96_1024_9.vqh
Index: res0_96_1024_9.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_1024_9.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res0_96_1024_9.vqh 2001/01/22 01:38:32 1.2
+++ res0_96_1024_9.vqh 2001/02/02 03:52:08 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +5 -6 vorbis/lib/books/res0_96_1024aux.vqh
Index: res0_96_1024aux.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_1024aux.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_96_1024aux.vqh 2001/01/22 01:38:32 1.3
+++ res0_96_1024aux.vqh 2001/02/02 03:52:08 1.4
@@ -1,13 +1,12 @@
/********************************************************************
* *
- * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. *
+ * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
- * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
- * PLEASE READ THESE TERMS DISTRIBUTING. *
+ * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
+ * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 *
- * by 1999 Monty <monty at xiph.org> and The XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
1.4 +1 -2 vorbis/lib/books/res0_96_128_1.vqh
Index: res0_96_128_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_128_1.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_96_128_1.vqh 2001/01/22 01:38:32 1.3
+++ res0_96_128_1.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_96_128_2.vqh
Index: res0_96_128_2.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_128_2.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_96_128_2.vqh 2001/01/22 01:38:32 1.3
+++ res0_96_128_2.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_96_128_3.vqh
Index: res0_96_128_3.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_128_3.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_96_128_3.vqh 2001/01/22 01:38:32 1.3
+++ res0_96_128_3.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +1 -2 vorbis/lib/books/res0_96_128_4.vqh
Index: res0_96_128_4.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_128_4.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_96_128_4.vqh 2001/01/22 01:38:32 1.3
+++ res0_96_128_4.vqh 2001/02/02 03:52:08 1.4
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.3 +1 -2 vorbis/lib/books/res0_96_128_5.vqh
Index: res0_96_128_5.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_128_5.vqh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res0_96_128_5.vqh 2001/01/22 01:38:32 1.2
+++ res0_96_128_5.vqh 2001/02/02 03:52:08 1.3
@@ -6,8 +6,7 @@
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company, http://www.xiph.org/ *
- * *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.4 +5 -6 vorbis/lib/books/res0_96_128aux.vqh
Index: res0_96_128aux.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/res0_96_128aux.vqh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res0_96_128aux.vqh 2001/01/22 01:38:32 1.3
+++ res0_96_128aux.vqh 2001/02/02 03:52:08 1.4
@@ -1,13 +1,12 @@
/********************************************************************
* *
- * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. *
+ * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
- * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
- * PLEASE READ THESE TERMS DISTRIBUTING. *
+ * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
+ * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 *
- * by 1999 Monty <monty at xiph.org> and The XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
1.11 +3 -4 vorbis/lib/modes/mode_A.h
Index: mode_A.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/mode_A.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mode_A.h 2001/02/01 01:05:08 1.10
+++ mode_A.h 2001/02/02 03:52:24 1.11
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: predefined encoding modes
- last mod: $Id: mode_A.h,v 1.10 2001/02/01 01:05:08 xiphmont Exp $
+ last mod: $Id: mode_A.h,v 1.11 2001/02/02 03:52:24 xiphmont Exp $
********************************************************************/
1.7 +4 -5 vorbis/lib/modes/mode_AA.h
Index: mode_AA.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/mode_AA.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mode_AA.h 2001/02/01 01:05:09 1.6
+++ mode_AA.h 2001/02/02 03:52:25 1.7
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: predefined encoding modes
- last mod: $Id: mode_AA.h,v 1.6 2001/02/01 01:05:09 xiphmont Exp $
+ last mod: $Id: mode_AA.h,v 1.7 2001/02/02 03:52:25 xiphmont Exp $
********************************************************************/
@@ -312,7 +311,7 @@
/* psy */
{&_psy_set_AA0,&_psy_set_AA},
/* thresh sample period, preecho clamp trigger threshhold, range, minenergy */
- 256, 22.f, -26.f, -96.f,
+ 256, 24.f, -28.f, -96.f,
-10.,
1.10 +3 -4 vorbis/lib/modes/mode_B.h
Index: mode_B.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/mode_B.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mode_B.h 2001/02/01 01:05:09 1.9
+++ mode_B.h 2001/02/02 03:52:25 1.10
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: predefined encoding modes
- last mod: $Id: mode_B.h,v 1.9 2001/02/01 01:05:09 xiphmont Exp $
+ last mod: $Id: mode_B.h,v 1.10 2001/02/02 03:52:25 xiphmont Exp $
********************************************************************/
1.9 +3 -4 vorbis/lib/modes/mode_C.h
Index: mode_C.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/mode_C.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mode_C.h 2001/02/01 01:03:30 1.8
+++ mode_C.h 2001/02/02 03:52:25 1.9
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: predefined encoding modes
- last mod: $Id: mode_C.h,v 1.8 2001/02/01 01:03:30 xiphmont Exp $
+ last mod: $Id: mode_C.h,v 1.9 2001/02/02 03:52:25 xiphmont Exp $
********************************************************************/
1.10 +3 -4 vorbis/lib/modes/mode_D.h
Index: mode_D.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/mode_D.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mode_D.h 2001/02/01 01:03:30 1.9
+++ mode_D.h 2001/02/02 03:52:25 1.10
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: predefined encoding modes
- last mod: $Id: mode_D.h,v 1.9 2001/02/01 01:03:30 xiphmont Exp $
+ last mod: $Id: mode_D.h,v 1.10 2001/02/02 03:52:25 xiphmont Exp $
********************************************************************/
1.8 +3 -4 vorbis/lib/modes/mode_E.h
Index: mode_E.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/mode_E.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mode_E.h 2001/02/01 03:59:47 1.7
+++ mode_E.h 2001/02/02 03:52:25 1.8
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: predefined encoding modes
- last mod: $Id: mode_E.h,v 1.7 2001/02/01 03:59:47 xiphmont Exp $
+ last mod: $Id: mode_E.h,v 1.8 2001/02/02 03:52:25 xiphmont Exp $
********************************************************************/
1.6 +3 -4 vorbis/lib/modes/modes.h
Index: modes.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/modes.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- modes.h 2001/02/01 01:12:26 1.5
+++ modes.h 2001/02/02 03:52:25 1.6
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: predefined encoding modes
- last mod: $Id: modes.h,v 1.5 2001/02/01 01:12:26 xiphmont Exp $
+ last mod: $Id: modes.h,v 1.6 2001/02/02 03:52:25 xiphmont Exp $
********************************************************************/
1.22 +3 -4 vorbis/vq/bookutil.c
Index: bookutil.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/bookutil.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- bookutil.c 2001/01/22 01:38:51 1.21
+++ bookutil.c 2001/02/02 03:52:26 1.22
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: utility functions for loading .vqh and .vqd files
- last mod: $Id: bookutil.c,v 1.21 2001/01/22 01:38:51 xiphmont Exp $
+ last mod: $Id: bookutil.c,v 1.22 2001/02/02 03:52:26 xiphmont Exp $
********************************************************************/
1.10 +3 -4 vorbis/vq/bookutil.h
Index: bookutil.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/bookutil.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bookutil.h 2000/11/08 03:23:23 1.9
+++ bookutil.h 2001/02/02 03:52:26 1.10
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: utility functions for loading .vqh and .vqd files
- last mod: $Id: bookutil.h,v 1.9 2000/11/08 03:23:23 xiphmont Exp $
+ last mod: $Id: bookutil.h,v 1.10 2001/02/02 03:52:26 xiphmont Exp $
********************************************************************/
1.19 +3 -4 vorbis/vq/build.c
Index: build.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/build.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.c 2000/12/21 21:04:49 1.18
+++ build.c 2001/02/02 03:52:26 1.19
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: utility main for building codebooks from training sets
- last mod: $Id: build.c,v 1.18 2000/12/21 21:04:49 xiphmont Exp $
+ last mod: $Id: build.c,v 1.19 2001/02/02 03:52:26 xiphmont Exp $
********************************************************************/
1.11 +3 -4 vorbis/vq/cascade.c
Index: cascade.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/cascade.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cascade.c 2000/12/21 21:04:49 1.10
+++ cascade.c 2001/02/02 03:52:27 1.11
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: function call to do simple data cascading
- last mod: $Id: cascade.c,v 1.10 2000/12/21 21:04:49 xiphmont Exp $
+ last mod: $Id: cascade.c,v 1.11 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.3 +3 -4 vorbis/vq/distribution.c
Index: distribution.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/distribution.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- distribution.c 2001/01/22 01:38:51 1.2
+++ distribution.c 2001/02/02 03:52:27 1.3
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: utility for finding the distribution in a data set
- last mod: $Id: distribution.c,v 1.2 2001/01/22 01:38:51 xiphmont Exp $
+ last mod: $Id: distribution.c,v 1.3 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.9 +3 -4 vorbis/vq/genericdata.c
Index: genericdata.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/genericdata.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- genericdata.c 2000/12/21 21:04:49 1.8
+++ genericdata.c 2001/02/02 03:52:27 1.9
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: generic euclidian distance metric for VQ codebooks
- last mod: $Id: genericdata.c,v 1.8 2000/12/21 21:04:49 xiphmont Exp $
+ last mod: $Id: genericdata.c,v 1.9 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.7 +3 -4 vorbis/vq/huffbuild.c
Index: huffbuild.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/huffbuild.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- huffbuild.c 2000/11/06 00:07:25 1.6
+++ huffbuild.c 2001/02/02 03:52:27 1.7
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: hufftree builder
- last mod: $Id: huffbuild.c,v 1.6 2000/11/06 00:07:25 xiphmont Exp $
+ last mod: $Id: huffbuild.c,v 1.7 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.10 +3 -4 vorbis/vq/latticebuild.c
Index: latticebuild.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/latticebuild.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- latticebuild.c 2001/01/22 01:38:51 1.9
+++ latticebuild.c 2001/02/02 03:52:27 1.10
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: utility main for building codebooks from lattice descriptions
- last mod: $Id: latticebuild.c,v 1.9 2001/01/22 01:38:51 xiphmont Exp $
+ last mod: $Id: latticebuild.c,v 1.10 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.7 +3 -4 vorbis/vq/latticehint.c
Index: latticehint.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/latticehint.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- latticehint.c 2000/12/21 21:04:49 1.6
+++ latticehint.c 2001/02/02 03:52:27 1.7
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: utility main for building thresh/pigeonhole encode hints
- last mod: $Id: latticehint.c,v 1.6 2000/12/21 21:04:49 xiphmont Exp $
+ last mod: $Id: latticehint.c,v 1.7 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.9 +3 -4 vorbis/vq/latticepare.c
Index: latticepare.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/latticepare.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- latticepare.c 2000/12/21 21:04:49 1.8
+++ latticepare.c 2001/02/02 03:52:27 1.9
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: utility for paring low hit count cells from lattice codebook
- last mod: $Id: latticepare.c,v 1.8 2000/12/21 21:04:49 xiphmont Exp $
+ last mod: $Id: latticepare.c,v 1.9 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.6 +3 -4 vorbis/vq/latticetune.c
Index: latticetune.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/latticetune.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- latticetune.c 2000/11/08 03:23:23 1.5
+++ latticetune.c 2001/02/02 03:52:27 1.6
@@ -5,15 +5,14 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: utility main for setting entropy encoding parameters
for lattice codebooks
- last mod: $Id: latticetune.c,v 1.5 2000/11/08 03:23:23 xiphmont Exp $
+ last mod: $Id: latticetune.c,v 1.6 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.17 +3 -4 vorbis/vq/lspdata.c
Index: lspdata.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/lspdata.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- lspdata.c 2000/12/21 21:04:49 1.16
+++ lspdata.c 2001/02/02 03:52:27 1.17
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: metrics and quantization code for LSP VQ codebooks
- last mod: $Id: lspdata.c,v 1.16 2000/12/21 21:04:49 xiphmont Exp $
+ last mod: $Id: lspdata.c,v 1.17 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.13 +3 -4 vorbis/vq/metrics.c
Index: metrics.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/metrics.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- metrics.c 2000/12/21 21:04:49 1.12
+++ metrics.c 2001/02/02 03:52:27 1.13
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: function calls to collect codebook metrics
- last mod: $Id: metrics.c,v 1.12 2000/12/21 21:04:49 xiphmont Exp $
+ last mod: $Id: metrics.c,v 1.13 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.8 +3 -4 vorbis/vq/residuedata.c
Index: residuedata.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/residuedata.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- residuedata.c 2000/12/21 21:04:49 1.7
+++ residuedata.c 2001/02/02 03:52:27 1.8
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: metrics and quantization code for residue VQ codebooks
- last mod: $Id: residuedata.c,v 1.7 2000/12/21 21:04:49 xiphmont Exp $
+ last mod: $Id: residuedata.c,v 1.8 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.9 +3 -4 vorbis/vq/residuesplit.c
Index: residuesplit.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/residuesplit.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- residuesplit.c 2000/12/21 21:04:49 1.8
+++ residuesplit.c 2001/02/02 03:52:27 1.9
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: residue backend 0 partitioner/classifier
- last mod: $Id: residuesplit.c,v 1.8 2000/12/21 21:04:49 xiphmont Exp $
+ last mod: $Id: residuesplit.c,v 1.9 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.13 +3 -4 vorbis/vq/run.c
Index: run.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/run.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- run.c 2000/11/06 00:07:26 1.12
+++ run.c 2001/02/02 03:52:27 1.13
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: utility main for loading and operating on codebooks
- last mod: $Id: run.c,v 1.12 2000/11/06 00:07:26 xiphmont Exp $
+ last mod: $Id: run.c,v 1.13 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.22 +3 -4 vorbis/vq/train.c
Index: train.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/train.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- train.c 2000/12/21 21:04:49 1.21
+++ train.c 2001/02/02 03:52:27 1.22
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: utility main for training codebooks
- last mod: $Id: train.c,v 1.21 2000/12/21 21:04:49 xiphmont Exp $
+ last mod: $Id: train.c,v 1.22 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.12 +3 -4 vorbis/vq/vqext.h
Index: vqext.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/vqext.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vqext.h 2000/11/06 00:07:26 1.11
+++ vqext.h 2001/02/02 03:52:27 1.12
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: prototypes for extermal metrics specific to data type
- last mod: $Id: vqext.h,v 1.11 2000/11/06 00:07:26 xiphmont Exp $
+ last mod: $Id: vqext.h,v 1.12 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.38 +3 -4 vorbis/vq/vqgen.c
Index: vqgen.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/vqgen.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- vqgen.c 2000/12/21 21:04:49 1.37
+++ vqgen.c 2001/02/02 03:52:27 1.38
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: train a VQ codebook
- last mod: $Id: vqgen.c,v 1.37 2000/12/21 21:04:49 xiphmont Exp $
+ last mod: $Id: vqgen.c,v 1.38 2001/02/02 03:52:27 xiphmont Exp $
********************************************************************/
1.17 +3 -4 vorbis/vq/vqgen.h
Index: vqgen.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/vqgen.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vqgen.h 2000/11/06 00:07:26 1.16
+++ vqgen.h 2001/02/02 03:52:28 1.17
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: build a VQ codebook
- last mod: $Id: vqgen.h,v 1.16 2000/11/06 00:07:26 xiphmont Exp $
+ last mod: $Id: vqgen.h,v 1.17 2001/02/02 03:52:28 xiphmont Exp $
********************************************************************/
1.24 +3 -4 vorbis/vq/vqsplit.c
Index: vqsplit.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/vqsplit.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- vqsplit.c 2000/12/21 21:04:49 1.23
+++ vqsplit.c 2001/02/02 03:52:28 1.24
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: build a VQ codebook and the encoding decision 'tree'
- last mod: $Id: vqsplit.c,v 1.23 2000/12/21 21:04:49 xiphmont Exp $
+ last mod: $Id: vqsplit.c,v 1.24 2001/02/02 03:52:28 xiphmont Exp $
********************************************************************/
1.6 +3 -4 vorbis/vq/vqsplit.h
Index: vqsplit.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/vqsplit.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vqsplit.h 2000/11/08 03:23:24 1.5
+++ vqsplit.h 2001/02/02 03:52:28 1.6
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty at xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: build a VQ codebook decision tree
- last mod: $Id: vqsplit.h,v 1.5 2000/11/08 03:23:24 xiphmont Exp $
+ last mod: $Id: vqsplit.h,v 1.6 2001/02/02 03:52:28 xiphmont Exp $
********************************************************************/
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list