[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
Segher Boessenkool
segher at xiph.org
Wed Dec 19 17:00:44 PST 2001
segher 01/12/19 17:00:44
Modified: doc/vorbisenc overview.html style.css vorbis_encode_ctl.html
vorbis_encode_init.html vorbis_encode_init_vbr.html
doc/vorbisfile chaining_example_c.html chainingexample.html
datastructures.html example.html ov_bitrate.html
ov_bitrate_instant.html ov_open.html
ov_open_callbacks.html ov_pcm_seek.html
ov_pcm_seek_page.html ov_pcm_total.html
ov_raw_seek.html ov_test.html
ov_test_callbacks.html ov_test_open.html
ov_time_seek_page.html overview.html style.css
vorbisfile_example_c.html
examples chaining_example.c encoder_example.c
seeking_example.c vorbisfile_example.c
include/vorbis vorbisenc.h vorbisfile.h
lib backends.h barkmel.c 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 psy.h
psytune.c registry.c registry.h res0.c scales.h
sharedbook.c smallft.c smallft.h synthesis.c
time0.c window.c window.h
lib/books/coupled _44c0_s4_p7_0.vqh _44c0_s4_p7_1.vqh
_44c0_s4_p7_2.vqh
lib/modes psych_44.h residue_44.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:
several extremely minor fixes
Revision Changes Path
1.3 +4 -4 vorbis/doc/vorbisenc/overview.html
Index: overview.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisenc/overview.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- overview.html 2001/12/19 02:11:38 1.2
+++ overview.html 2001/12/20 01:00:20 1.3
@@ -14,9 +14,9 @@
</table>
<h1>Libvorbisenc API Overview</h1>
-
-<p>The current version of libvorbisenc is very simple. It contains an initialization function to set up the encoding engine properly.
-It also contains a control function to be used in the future to tweak encoder settings.
+
+<p>The current version of libvorbisenc is very simple. It contains an initialization function to set up the encoding engine properly.
+It also contains a control function to be used in the future to tweak encoder settings.
<p>
All the <b>libvorbisenc</b> routines are declared in "vorbis/vorbisenc.h".
@@ -29,7 +29,7 @@
<tr valign=top>
<td><a href="vorbis_encode_init.html">vorbis_encode_init</a></td>
<td>This function takes a <a href="vorbis_info.html">vorbis_info</a> struct and encoding parameters and sets up a proper encoding environment.</tt></a>.</td>
-</tr>
+</tr>
<tr valign=top>
<td><a href="vorbis_encode_init_vbr.html">vorbis_encode_init_vbr</a></td>
<td>This function takes a <a href="vorbis_info.html">vorbis_info</a> struct
1.2 +6 -6 vorbis/doc/vorbisenc/style.css
Index: style.css
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisenc/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- style.css 2000/11/07 09:15:53 1.1
+++ style.css 2001/12/20 01:00:20 1.2
@@ -1,7 +1,7 @@
-BODY { font-family: helvetica, sans-serif }
-TD { font-family: helvetica, sans-serif }
-P { font-family: helvetica, sans-serif }
-H1 { font-family: helvetica, sans-serif }
-H2 { font-family: helvetica, sans-serif }
-H4 { font-family: helvetica, sans-serif }
+BODY { font-family: Helvetica, sans-serif }
+TD { font-family: Helvetica, sans-serif }
+P { font-family: Helvetica, sans-serif }
+H1 { font-family: Helvetica, sans-serif }
+H2 { font-family: Helvetica, sans-serif }
+H4 { font-family: Helvetica, sans-serif }
P.tiny { font-size: 8pt }
1.2 +7 -7 vorbis/doc/vorbisenc/vorbis_encode_ctl.html
Index: vorbis_encode_ctl.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisenc/vorbis_encode_ctl.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vorbis_encode_ctl.html 2000/11/07 09:15:53 1.1
+++ vorbis_encode_ctl.html 2001/12/20 01:00:20 1.2
@@ -25,7 +25,7 @@
<tr bgcolor=#cccccc>
<td>
<pre><b>
-extern int vorbis_encode_ctl(vorbis_info *vi,int number,void *arg);
+extern int vorbis_encode_ctl(vorbis_info *vi,int number,void *arg);
</b></pre>
</td>
@@ -35,17 +35,17 @@
<h3>Parameters</h3>
<dl>
<dt><i>vi</i></dt>
-<dd>File pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
-<dt><i>number</i></dt>
-<dd>Not yet implemented.</dd>
-<dt><i>arg</i></dt>
+<dd>File pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
+<dt><i>number</i></dt>
<dd>Not yet implemented.</dd>
+<dt><i>arg</i></dt>
+<dd>Not yet implemented.</dd>
<h3>Return Values</h3>
<blockquote>
-<li>
-<li>OV_EIMPL is always returned, as this function has not yet been implemented.</li>
+<li>
+<li>OV_EIMPL is always returned, as this function has not yet been implemented.</li>
</blockquote>
<p>
1.2 +13 -13 vorbis/doc/vorbisenc/vorbis_encode_init.html
Index: vorbis_encode_init.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisenc/vorbis_encode_init.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vorbis_encode_init.html 2000/11/07 09:15:53 1.1
+++ vorbis_encode_init.html 2001/12/20 01:00:20 1.2
@@ -17,7 +17,7 @@
<p><i>declared in "vorbis/libvorbisenc.h";</i></p>
-<p>This is the primary function within libvorbisenc. This is used to properly set up an encoding environment using libvorbisenc.
+<p>This is the primary function within libvorbisenc. This is used to properly set up an encoding environment using libvorbisenc.
<p>Before this function is called, the <a href="vorbis_info.html">vorbis_info</a> struct should be initialized by using vorbis_info_init() from the libvorbis API. After encoding, vorbis_info_clear should be called.
<p>The max_bitrate, nominal_bitrate, and min_bitrate settings are used to set constraints for the encoded file. This function uses these settings to select the appropriate encoding mode and set it up.
<p>
@@ -26,13 +26,13 @@
<tr bgcolor=#cccccc>
<td>
<pre><b>
-extern int vorbis_encode_init(<a href="vorbis_info.html">vorbis_info</a> *vi,
- long channels,
- long rate,
-
- long max_bitrate,
- long nominal_bitrate,
- long min_bitrate);
+extern int vorbis_encode_init(<a href="vorbis_info.html">vorbis_info</a> *vi,
+ long channels,
+ long rate,
+
+ long max_bitrate,
+ long nominal_bitrate,
+ long min_bitrate);
</b></pre>
</td>
@@ -48,9 +48,9 @@
<dt><i>rate</i></dt>
<dd>The sampling rate of the source audio.</dd>
<dt><i>max_bitrate</i></dt>
-<dd>Desired maximum bitrate (limit).</dd>
+<dd>Desired maximum bitrate (limit).</dd>
<dt><i>nominal_bitrate</i></dt>
-<dd>Desired average, or central, bitrate.</dd>
+<dd>Desired average, or central, bitrate.</dd>
<dt><i>min_bitrate</i></dt>
<dd>Desired minimum bitrate.</dd>
</dl>
@@ -61,10 +61,10 @@
<li>
0 for success</li>
-<li>less than zero for failure:</li>
-<ul>
+<li>less than zero for failure:</li>
+<ul>
<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.</li>
-</ul>
+</ul>
</blockquote>
<p>
1.2 +9 -9 vorbis/doc/vorbisenc/vorbis_encode_init_vbr.html
Index: vorbis_encode_init_vbr.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisenc/vorbis_encode_init_vbr.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vorbis_encode_init_vbr.html 2001/12/19 02:11:38 1.1
+++ vorbis_encode_init_vbr.html 2001/12/20 01:00:20 1.2
@@ -17,7 +17,7 @@
<p><i>declared in "vorbis/libvorbisenc.h";</i></p>
-<p>This is the primary function within libvorbisenc. This is used to properly set up an encoding environment using libvorbisenc.
+<p>This is the primary function within libvorbisenc. This is used to properly set up an encoding environment using libvorbisenc.
<p>Before this function is called, the <a href="vorbis_info.html">vorbis_info</a> struct should be initialized by using vorbis_info_init() from the libvorbis API. After encoding, vorbis_info_clear should be called.
<p>The max_bitrate, nominal_bitrate, and min_bitrate settings are used to set constraints for the encoded file. This function uses these settings to select the appropriate encoding mode and set it up.
<p>
@@ -26,11 +26,11 @@
<tr bgcolor=#cccccc>
<td>
<pre><b>
-extern int vorbis_encode_init_vbr(<a href="vorbis_info.html">vorbis_info</a> *vi,
- long channels,
- long rate,
-
- float base_quality /* from 0. (lo) to 1. (hi) */);
+extern int vorbis_encode_init_vbr(<a href="vorbis_info.html">vorbis_info</a> *vi,
+ long channels,
+ long rate,
+
+ float base_quality /* from 0. (lo) to 1. (hi) */);
</b></pre>
</td>
@@ -55,10 +55,10 @@
<li>
0 for success</li>
-<li>less than zero for failure:</li>
-<ul>
+<li>less than zero for failure:</li>
+<ul>
<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.</li>
-</ul>
+</ul>
</blockquote>
<p>
1.3 +38 -38 vorbis/doc/vorbisfile/chaining_example_c.html
Index: chaining_example_c.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/chaining_example_c.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chaining_example_c.html 2000/11/06 00:06:47 1.2
+++ chaining_example_c.html 2001/12/20 01:00:21 1.3
@@ -24,44 +24,44 @@
<td>
<pre><b>
-#include <vorbis/codec.h>
-#include <vorbis/vorbisfile.h>
-
-int main(){
- OggVorbis_File ov;
- int i;
-
- /* open the file/pipe on stdin */
- if(ov_open(stdin,&ov,NULL,-1)<0){
- printf("Could not open input as an OggVorbis file.\n\n");
- exit(1);
- }
-
- /* print details about each logical bitstream in the input */
- if(ov_seekable(&ov)){
- printf("Input bitstream contained %ld logical bitstream section(s).\n",
- ov_streams(&ov));
- printf("Total bitstream playing time: %ld seconds\n\n",
- (long)ov_time_total(&ov,-1));
-
- }else{
- printf("Standard input was not seekable.\n"
- "First logical bitstream information:\n\n");
- }
-
- for(i=0;i<ov_streams(&ov);i++){
- vorbis_info *vi=ov_info(&ov,i);
- printf("\tlogical bitstream section %d information:\n",i+1);
- printf("\t\t%ldHz %d channels bitrate %ldkbps serial number=%ld\n",
- vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
- ov_serialnumber(&ov,i));
- printf("\t\tcompressed length: %ld bytes ",(long)(ov_raw_total(&ov,i)));
- printf(" play time: %lds\n",(long)ov_time_total(&ov,i));
- }
-
- ov_clear(&ov);
- return 0;
-}
+#include <vorbis/codec.h>
+#include <vorbis/vorbisfile.h>
+
+int main(){
+ OggVorbis_File ov;
+ int i;
+
+ /* open the file/pipe on stdin */
+ if(ov_open(stdin,&ov,NULL,-1)<0){
+ printf("Could not open input as an OggVorbis file.\n\n");
+ exit(1);
+ }
+
+ /* print details about each logical bitstream in the input */
+ if(ov_seekable(&ov)){
+ printf("Input bitstream contained %ld logical bitstream section(s).\n",
+ ov_streams(&ov));
+ printf("Total bitstream playing time: %ld seconds\n\n",
+ (long)ov_time_total(&ov,-1));
+
+ }else{
+ printf("Standard input was not seekable.\n"
+ "First logical bitstream information:\n\n");
+ }
+
+ for(i=0;i<ov_streams(&ov);i++){
+ vorbis_info *vi=ov_info(&ov,i);
+ printf("\tlogical bitstream section %d information:\n",i+1);
+ printf("\t\t%ldHz %d channels bitrate %ldkbps serial number=%ld\n",
+ vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
+ ov_serialnumber(&ov,i));
+ printf("\t\tcompressed length: %ld bytes ",(long)(ov_raw_total(&ov,i)));
+ printf(" play time: %lds\n",(long)ov_time_total(&ov,i));
+ }
+
+ ov_clear(&ov);
+ return 0;
+}
</b></pre>
</td>
1.3 +1 -1 vorbis/doc/vorbisfile/chainingexample.html
Index: chainingexample.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/chainingexample.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chainingexample.html 2000/11/06 00:06:47 1.2
+++ chainingexample.html 2001/12/20 01:00:21 1.3
@@ -59,7 +59,7 @@
<tr bgcolor=#cccccc>
<td>
<pre><b>
- if(ov_open(stdin,&ov,NULL,-1)<0){
+ if(ov_open(stdin,&ov,NULL,-1)<0){
printf("Could not open input as an OggVorbis file.\n\n");
exit(1);
}
1.3 +2 -2 vorbis/doc/vorbisfile/datastructures.html
Index: datastructures.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/datastructures.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- datastructures.html 2000/11/06 00:06:47 1.2
+++ datastructures.html 2001/12/20 01:00:21 1.3
@@ -17,8 +17,8 @@
<p>There are several data structures used to hold file and bitstream information during vorbisfile decoding.
<p>
All the <b>vorbisfile</b> specific data structures are declared in "vorbis/vorbisfile.h" or "vorbis/codec.h".
-<p>
-<p>When using vorbisfile, we usually won't need to know about most of the contents of these data structures, but it may be helpful to understand what they contain.
+<p>
+<p>When using vorbisfile, we usually won't need to know about most of the contents of these data structures, but it may be helpful to understand what they contain.
<br><br>
<table border=1 color=black width=50% cellspacing=0 cellpadding=7>
1.3 +14 -14 vorbis/doc/vorbisfile/example.html
Index: example.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/example.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- example.html 2000/11/06 00:06:47 1.2
+++ example.html 2001/12/20 01:00:21 1.3
@@ -140,20 +140,20 @@
<td>
<pre><b>
- while(!eof){
- long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,¤t_section);
- if (ret == 0) {
- /* EOF */
- eof=1;
- } else if (ret < 0) {
- /* error in the stream. Not a problem, just reporting it in
- case we (the app) cares. In this case, we don't. */
- } else {
- /* we don't bother dealing with sample rate changes, etc, but
- you'll have to*/
- fwrite(pcmout,1,ret,stdout);
- }
- }
+ while(!eof){
+ long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,¤t_section);
+ if (ret == 0) {
+ /* EOF */
+ eof=1;
+ } else if (ret < 0) {
+ /* error in the stream. Not a problem, just reporting it in
+ case we (the app) cares. In this case, we don't. */
+ } else {
+ /* we don't bother dealing with sample rate changes, etc, but
+ you'll have to*/
+ fwrite(pcmout,1,ret,stdout);
+ }
+ }
</b></pre>
1.3 +2 -2 vorbis/doc/vorbisfile/ov_bitrate.html
Index: ov_bitrate.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/ov_bitrate.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ov_bitrate.html 2000/11/06 00:06:47 1.2
+++ ov_bitrate.html 2001/12/20 01:00:21 1.3
@@ -17,7 +17,7 @@
<p><i>declared in "vorbis/vorbisfile.h";</i></p>
-<p>This function returns the average bitrate for the specified logical bitstream. This may be different from the <a href=ov_info.html>ov_info->nominal_bitrate</a> value, as it is based on the actual average for this bitstream if the file is seekable.
+<p>This function returns the average bitrate for the specified logical bitstream. This may be different from the <a href=ov_info.html>ov_info->nominal_bitrate</a> value, as it is based on the actual average for this bitstream if the file is seekable.
<p>Nonseekable files will return the nominal bitrate setting or the average of the upper and lower bounds, if any of these values are set.
<p>
@@ -44,7 +44,7 @@
<h3>Return Values</h3>
<blockquote>
-<li>OV_EINVAL indicates that an invalid argument value was submitted.</li>
+<li>OV_EINVAL indicates that an invalid argument value was submitted.</li>
<li>OV_FALSE means the call returned a 'false' status, which in this case most likely indicates that the file is nonseekable and the upper, lower, and nominal bitrates were unset.
<li><i>n</i> indicates the bitrate for the given logical bitstream or the entire
physical bitstream. If the file is open for random (seekable) access, it will
1.3 +1 -1 vorbis/doc/vorbisfile/ov_bitrate_instant.html
Index: ov_bitrate_instant.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/ov_bitrate_instant.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ov_bitrate_instant.html 2000/11/06 00:06:47 1.2
+++ ov_bitrate_instant.html 2001/12/20 01:00:21 1.3
@@ -42,7 +42,7 @@
<blockquote>
<li>
0 indicates the beginning of the file or unchanged bitrate info.</li>
-<li><i>n</i> indicates the actual bitrate since the last call.</li>
+<li><i>n</i> indicates the actual bitrate since the last call.</li>
<li>OV_FALSE indicates that the call returned a 'false' status. In this case, this error code is returned if playback is not in progress, and thus there is no instantaneous bitrate information to report.</li>
</blockquote>
<p>
1.3 +6 -6 vorbis/doc/vorbisfile/ov_open.html
Index: ov_open.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/ov_open.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ov_open.html 2000/11/06 00:06:47 1.2
+++ ov_open.html 2001/12/20 01:00:21 1.3
@@ -73,13 +73,13 @@
<li>
0 for success</li>
-<li>less than zero for failure:</li>
+<li>less than zero for failure:</li>
<ul>
-<li>OV_EREAD - A read from media returned an error.</li>
-<li>OV_ENOTVORBIS - Bitstream is not Vorbis data.</li>
-<li>OV_EVERSION - Vorbis version mismatch.</li>
-<li>OV_EBADHEADER - Invalid Vorbis bitstream header.</li>
-<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.</li>
+<li>OV_EREAD - A read from media returned an error.</li>
+<li>OV_ENOTVORBIS - Bitstream is not Vorbis data.</li>
+<li>OV_EVERSION - Vorbis version mismatch.</li>
+<li>OV_EBADHEADER - Invalid Vorbis bitstream header.</li>
+<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.</li>
</ul>
</blockquote>
<p>
1.3 +6 -6 vorbis/doc/vorbisfile/ov_open_callbacks.html
Index: ov_open_callbacks.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/ov_open_callbacks.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ov_open_callbacks.html 2000/11/06 00:06:47 1.2
+++ ov_open_callbacks.html 2001/12/20 01:00:21 1.3
@@ -69,13 +69,13 @@
<blockquote>
<li>
0 for success</li>
-<li>less than zero for failure:</li>
+<li>less than zero for failure:</li>
<ul>
-<li>OV_EREAD - A read from media returned an error.</li>
-<li>OV_ENOTVORBIS - Bitstream is not Vorbis data.</li>
-<li>OV_EVERSION - Vorbis version mismatch.</li>
-<li>OV_EBADHEADER - Invalid Vorbis bitstream header.</li>
-<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.</li>
+<li>OV_EREAD - A read from media returned an error.</li>
+<li>OV_ENOTVORBIS - Bitstream is not Vorbis data.</li>
+<li>OV_EVERSION - Vorbis version mismatch.</li>
+<li>OV_EBADHEADER - Invalid Vorbis bitstream header.</li>
+<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.</li>
</ul>
</blockquote>
<p>
1.3 +13 -13 vorbis/doc/vorbisfile/ov_pcm_seek.html
Index: ov_pcm_seek.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/ov_pcm_seek.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ov_pcm_seek.html 2000/11/06 00:06:47 1.2
+++ ov_pcm_seek.html 2001/12/20 01:00:21 1.3
@@ -50,19 +50,19 @@
0 for success</li>
<li>
-nonzero indicates failure, described by several error codes:</li>
-<ul>
-<li>OV_ENOSEEK - Bitstream is not seekable.
-</li>
-<li>OV_EINVAL - Invalid argument value.
-</li>
-<li>OV_EREAD - A read from media returned an error.
-</li>
-<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack
- corruption.
-</li>
-<li>OV_EBADLINK - Invalid stream section supplied to libvorbis/libvorbisfile, or the requested link is corrupt.
-</li>
+nonzero indicates failure, described by several error codes:</li>
+<ul>
+<li>OV_ENOSEEK - Bitstream is not seekable.
+</li>
+<li>OV_EINVAL - Invalid argument value.
+</li>
+<li>OV_EREAD - A read from media returned an error.
+</li>
+<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack
+ corruption.
+</li>
+<li>OV_EBADLINK - Invalid stream section supplied to libvorbis/libvorbisfile, or the requested link is corrupt.
+</li>
</ul></blockquote>
<br><br>
<hr noshade>
1.3 +14 -14 vorbis/doc/vorbisfile/ov_pcm_seek_page.html
Index: ov_pcm_seek_page.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/ov_pcm_seek_page.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ov_pcm_seek_page.html 2000/11/06 00:06:47 1.2
+++ ov_pcm_seek_page.html 2001/12/20 01:00:21 1.3
@@ -17,7 +17,7 @@
<p><i>declared in "vorbis/vorbisfile.h";</i></p>
-<p>Seeks to the closest page preceding the specified location (in pcm samples) within the physical bitstream. This function only works for seekable streams.
+<p>Seeks to the closest page preceding the specified location (in pcm samples) within the physical bitstream. This function only works for seekable streams.
<p>This function is faster than <a href="ov_pcm_seek.html">ov_pcm_seek</a> because the function can begin decoding at a page boundary rather than seeking through any remaining samples before the specified location. However, it is less accurate.
<p>This also updates everything needed within the
decoder, so you can immediately call <a href="ov_read.html">ov_read()</a> and get data from
@@ -51,19 +51,19 @@
0 for success</li>
<li>
-nonzero indicates failure, described by several error codes:</li>
-<ul>
-<li>OV_ENOSEEK - Bitstream is not seekable.
-</li>
-<li>OV_EINVAL - Invalid argument value.
-</li>
-<li>OV_EREAD - A read from media returned an error.
-</li>
-<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack
- corruption.
-</li>
-<li>OV_EBADLINK - Invalid stream section supplied to libvorbis/libvorbisfile, or the requested link is corrupt.
-</li>
+nonzero indicates failure, described by several error codes:</li>
+<ul>
+<li>OV_ENOSEEK - Bitstream is not seekable.
+</li>
+<li>OV_EINVAL - Invalid argument value.
+</li>
+<li>OV_EREAD - A read from media returned an error.
+</li>
+<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack
+ corruption.
+</li>
+<li>OV_EBADLINK - Invalid stream section supplied to libvorbis/libvorbisfile, or the requested link is corrupt.
+</li>
</ul></</blockquote>
<br><br>
<hr noshade>
1.3 +1 -1 vorbis/doc/vorbisfile/ov_pcm_total.html
Index: ov_pcm_total.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/ov_pcm_total.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ov_pcm_total.html 2000/11/06 00:06:47 1.2
+++ ov_pcm_total.html 2001/12/20 01:00:21 1.3
@@ -41,7 +41,7 @@
<h3>Return Values</h3>
-<blockquote>
+<blockquote>
<li>OV_EINVAL means that the argument was invalid. In this case, the requested bitstream did not exist or the bitstream is unseekable.</li>
<li>
total length in pcm samples of content if i=-1.</li>
1.3 +8 -8 vorbis/doc/vorbisfile/ov_raw_seek.html
Index: ov_raw_seek.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/ov_raw_seek.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ov_raw_seek.html 2000/11/06 00:06:47 1.2
+++ ov_raw_seek.html 2001/12/20 01:00:21 1.3
@@ -48,14 +48,14 @@
<blockquote>
<li>
0 indicates success</li>
-<li>nonzero indicates failure, described by several error codes:</li>
-<ul>
-<li>OV_ENOSEEK - Bitstream is not seekable.
-</li>
-<li>OV_EINVAL - Invalid argument value.
-</li>
-<li>OV_EBADLINK - Invalid stream section supplied to libvorbis/libvorbisfile, or the requested link is corrupt.
-</li>
+<li>nonzero indicates failure, described by several error codes:</li>
+<ul>
+<li>OV_ENOSEEK - Bitstream is not seekable.
+</li>
+<li>OV_EINVAL - Invalid argument value.
+</li>
+<li>OV_EBADLINK - Invalid stream section supplied to libvorbis/libvorbisfile, or the requested link is corrupt.
+</li>
</ul>
</blockquote>
<p>
1.2 +6 -6 vorbis/doc/vorbisfile/ov_test.html
Index: ov_test.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/ov_test.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ov_test.html 2001/12/19 02:00:47 1.1
+++ ov_test.html 2001/12/20 01:00:21 1.2
@@ -60,13 +60,13 @@
<li>
0 for success</li>
-<li>less than zero for failure:</li>
+<li>less than zero for failure:</li>
<ul>
-<li>OV_EREAD - A read from media returned an error.</li>
-<li>OV_ENOTVORBIS - Bitstream is not Vorbis data.</li>
-<li>OV_EVERSION - Vorbis version mismatch.</li>
-<li>OV_EBADHEADER - Invalid Vorbis bitstream header.</li>
-<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.</li>
+<li>OV_EREAD - A read from media returned an error.</li>
+<li>OV_ENOTVORBIS - Bitstream is not Vorbis data.</li>
+<li>OV_EVERSION - Vorbis version mismatch.</li>
+<li>OV_EBADHEADER - Invalid Vorbis bitstream header.</li>
+<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.</li>
</ul>
</blockquote>
<p>
1.2 +6 -6 vorbis/doc/vorbisfile/ov_test_callbacks.html
Index: ov_test_callbacks.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/ov_test_callbacks.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ov_test_callbacks.html 2001/12/19 02:00:47 1.1
+++ ov_test_callbacks.html 2001/12/20 01:00:21 1.2
@@ -60,13 +60,13 @@
<blockquote>
<li>
0 for success</li>
-<li>less than zero for failure:</li>
+<li>less than zero for failure:</li>
<ul>
-<li>OV_EREAD - A read from media returned an error.</li>
-<li>OV_ENOTVORBIS - Bitstream is not Vorbis data.</li>
-<li>OV_EVERSION - Vorbis version mismatch.</li>
-<li>OV_EBADHEADER - Invalid Vorbis bitstream header.</li>
-<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.</li>
+<li>OV_EREAD - A read from media returned an error.</li>
+<li>OV_ENOTVORBIS - Bitstream is not Vorbis data.</li>
+<li>OV_EVERSION - Vorbis version mismatch.</li>
+<li>OV_EBADHEADER - Invalid Vorbis bitstream header.</li>
+<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.</li>
</ul>
</blockquote>
<p>
1.2 +6 -6 vorbis/doc/vorbisfile/ov_test_open.html
Index: ov_test_open.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/ov_test_open.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ov_test_open.html 2001/12/19 02:00:47 1.1
+++ ov_test_open.html 2001/12/20 01:00:21 1.2
@@ -46,13 +46,13 @@
<li>
0 for success</li>
-<li>less than zero for failure:</li>
+<li>less than zero for failure:</li>
<ul>
-<li>OV_EREAD - A read from media returned an error.</li>
-<li>OV_ENOTVORBIS - Bitstream is not Vorbis data.</li>
-<li>OV_EVERSION - Vorbis version mismatch.</li>
-<li>OV_EBADHEADER - Invalid Vorbis bitstream header.</li>
-<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.</li>
+<li>OV_EREAD - A read from media returned an error.</li>
+<li>OV_ENOTVORBIS - Bitstream is not Vorbis data.</li>
+<li>OV_EVERSION - Vorbis version mismatch.</li>
+<li>OV_EBADHEADER - Invalid Vorbis bitstream header.</li>
+<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.</li>
</ul>
</blockquote>
<p>
1.3 +15 -15 vorbis/doc/vorbisfile/ov_time_seek_page.html
Index: ov_time_seek_page.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/ov_time_seek_page.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ov_time_seek_page.html 2000/11/06 00:06:47 1.2
+++ ov_time_seek_page.html 2001/12/20 01:00:21 1.3
@@ -18,10 +18,10 @@
<p><i>declared in "vorbis/vorbisfile.h";</i></p>
<p>For seekable
-streams, this seeks to closest full page preceding the given time. This function is faster than <a href="ov_time_seek.html">ov_time_seek</a> because it doesn't seek through the last few samples to reach an exact time, but it is also less accurate. This should be used when speed is important.
+streams, this seeks to closest full page preceding the given time. This function is faster than <a href="ov_time_seek.html">ov_time_seek</a> because it doesn't seek through the last few samples to reach an exact time, but it is also less accurate. This should be used when speed is important.
<p>This function also updates everything needed within the
decoder, so you can immediately call <a href="ov_read.html">ov_read()</a> and get data from
-the newly seeked to position.
+the newly seeked to position.
<p>For obvious reasons, this doesn't work for unseekable streams.
<br><br>
@@ -50,19 +50,19 @@
0 for success</li>
<li>
-nonzero indicates failure, described by several error codes:</li>
-<ul>
-<li>OV_ENOSEEK - Bitstream is not seekable.
-</li>
-<li>OV_EINVAL - Invalid argument value.
-</li>
-<li>OV_EREAD - A read from media returned an error.
-</li>
-<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack
- corruption.
-</li>
-<li>OV_EBADLINK - Invalid stream section supplied to libvorbis/libvorbisfile, or the requested link is corrupt.
-</li>
+nonzero indicates failure, described by several error codes:</li>
+<ul>
+<li>OV_ENOSEEK - Bitstream is not seekable.
+</li>
+<li>OV_EINVAL - Invalid argument value.
+</li>
+<li>OV_EREAD - A read from media returned an error.
+</li>
+<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack
+ corruption.
+</li>
+<li>OV_EBADLINK - Invalid stream section supplied to libvorbis/libvorbisfile, or the requested link is corrupt.
+</li>
</ul></blockquote>
1.3 +1 -1 vorbis/doc/vorbisfile/overview.html
Index: overview.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/overview.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- overview.html 2000/11/06 00:06:47 1.2
+++ overview.html 2001/12/20 01:00:21 1.3
@@ -14,7 +14,7 @@
</table>
<h1>VorbisFile API Overview</h1>
-
+
<p>The makeup of the vorbisfile API is relatively simple. It revolves around a single file resource. This resource is passed to the Vorbisfile API, where it is opened, manipulated, and closed, in the form of an <a href="OggVorbis_File.html">OggVorbis_File</a> struct.
<p>
The vorbisfile API consists of the following functional categories:
1.3 +6 -6 vorbis/doc/vorbisfile/style.css
Index: style.css
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/style.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- style.css 2000/11/06 00:06:47 1.2
+++ style.css 2001/12/20 01:00:21 1.3
@@ -1,7 +1,7 @@
-BODY { font-family: helvetica, sans-serif }
-TD { font-family: helvetica, sans-serif }
-P { font-family: helvetica, sans-serif }
-H1 { font-family: helvetica, sans-serif }
-H2 { font-family: helvetica, sans-serif }
-H4 { font-family: helvetica, sans-serif }
+BODY { font-family: Helvetica, sans-serif }
+TD { font-family: Helvetica, sans-serif }
+P { font-family: Helvetica, sans-serif }
+H1 { font-family: Helvetica, sans-serif }
+H2 { font-family: Helvetica, sans-serif }
+H4 { font-family: Helvetica, sans-serif }
P.tiny { font-size: 8pt }
1.3 +15 -15 vorbis/doc/vorbisfile/vorbisfile_example_c.html
Index: vorbisfile_example_c.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/vorbisfile_example_c.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vorbisfile_example_c.html 2000/11/06 00:06:47 1.2
+++ vorbisfile_example_c.html 2001/12/20 01:00:21 1.3
@@ -62,21 +62,21 @@
fprintf(stderr,"Encoded by: %s\n\n",ov_comment(&vf,-1)->vendor);
}
- while(!eof){
- long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,¤t_section);
- if (ret == 0) {
- /* EOF */
- eof=1;
- } else if (ret < 0) {
- /* error in the stream. Not a problem, just reporting it in
- case we (the app) cares. In this case, we don't. */
- } else {
- /* we don't bother dealing with sample rate changes, etc, but
- you'll have to*/
- fwrite(pcmout,1,ret,stdout);
- }
- }
-
+ while(!eof){
+ long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,¤t_section);
+ if (ret == 0) {
+ /* EOF */
+ eof=1;
+ } else if (ret < 0) {
+ /* error in the stream. Not a problem, just reporting it in
+ case we (the app) cares. In this case, we don't. */
+ } else {
+ /* we don't bother dealing with sample rate changes, etc, but
+ you'll have to*/
+ fwrite(pcmout,1,ret,stdout);
+ }
+ }
+
ov_clear(&vf);
fprintf(stderr,"Done.\n");
1.15 +2 -2 vorbis/examples/chaining_example.c
Index: chaining_example.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/chaining_example.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- chaining_example.c 2001/12/12 09:45:22 1.14
+++ chaining_example.c 2001/12/20 01:00:24 1.15
@@ -7,11 +7,11 @@
* *
* 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.14 2001/12/12 09:45:22 xiphmont Exp $
+ last mod: $Id: chaining_example.c,v 1.15 2001/12/20 01:00:24 segher Exp $
********************************************************************/
1.32 +2 -2 vorbis/examples/encoder_example.c
Index: encoder_example.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/encoder_example.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- encoder_example.c 2001/12/19 08:10:02 1.31
+++ encoder_example.c 2001/12/20 01:00:24 1.32
@@ -11,7 +11,7 @@
********************************************************************
function: simple example encoder
- last mod: $Id: encoder_example.c,v 1.31 2001/12/19 08:10:02 xiphmont Exp $
+ last mod: $Id: encoder_example.c,v 1.32 2001/12/20 01:00:24 segher Exp $
********************************************************************/
@@ -97,7 +97,7 @@
vorbis_info_init(&vi);
vorbis_encode_init_vbr(&vi,2,44100,.1);
- //vorbis_encode_init(&vi,2,44100,70000,64000,-1);
+ /*vorbis_encode_init(&vi,2,44100,70000,64000,-1);*/
/* add a comment */
vorbis_comment_init(&vc);
1.12 +2 -2 vorbis/examples/seeking_example.c
Index: seeking_example.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/seeking_example.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- seeking_example.c 2001/12/18 01:07:54 1.11
+++ seeking_example.c 2001/12/20 01:00:24 1.12
@@ -7,11 +7,11 @@
* *
* 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.11 2001/12/18 01:07:54 segher Exp $
+ last mod: $Id: seeking_example.c,v 1.12 2001/12/20 01:00:24 segher Exp $
********************************************************************/
1.9 +2 -2 vorbis/examples/vorbisfile_example.c
Index: vorbisfile_example.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/vorbisfile_example.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vorbisfile_example.c 2001/12/18 01:07:54 1.8
+++ vorbisfile_example.c 2001/12/20 01:00:24 1.9
@@ -7,11 +7,11 @@
* *
* 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.8 2001/12/18 01:07:54 segher Exp $
+ last mod: $Id: vorbisfile_example.c,v 1.9 2001/12/20 01:00:24 segher Exp $
********************************************************************/
1.8 +2 -2 vorbis/include/vorbis/vorbisenc.h
Index: vorbisenc.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/vorbisenc.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vorbisenc.h 2001/12/19 08:10:03 1.7
+++ vorbisenc.h 2001/12/20 01:00:25 1.8
@@ -7,11 +7,11 @@
* *
* 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.7 2001/12/19 08:10:03 xiphmont Exp $
+ last mod: $Id: vorbisenc.h,v 1.8 2001/12/20 01:00:25 segher Exp $
********************************************************************/
1.16 +2 -2 vorbis/include/vorbis/vorbisfile.h
Index: vorbisfile.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/vorbisfile.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- vorbisfile.h 2001/12/12 09:45:23 1.15
+++ vorbisfile.h 2001/12/20 01:00:25 1.16
@@ -7,11 +7,11 @@
* *
* 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.15 2001/12/12 09:45:23 xiphmont Exp $
+ last mod: $Id: vorbisfile.h,v 1.16 2001/12/20 01:00:25 segher Exp $
********************************************************************/
1.12 +2 -2 vorbis/lib/backends.h
Index: backends.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/backends.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- backends.h 2001/12/12 09:45:24 1.11
+++ backends.h 2001/12/20 01:00:26 1.12
@@ -7,12 +7,12 @@
* *
* 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.11 2001/12/12 09:45:24 xiphmont Exp $
+ last mod: $Id: backends.h,v 1.12 2001/12/20 01:00:26 segher Exp $
********************************************************************/
1.9 +2 -2 vorbis/lib/barkmel.c
Index: barkmel.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/barkmel.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- barkmel.c 2001/08/13 01:36:56 1.8
+++ barkmel.c 2001/12/20 01:00:26 1.9
@@ -7,11 +7,11 @@
* *
* 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.8 2001/08/13 01:36:56 xiphmont Exp $
+ last mod: $Id: barkmel.c,v 1.9 2001/12/20 01:00:26 segher Exp $
********************************************************************/
1.53 +3 -3 vorbis/lib/block.c
Index: block.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/block.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- block.c 2001/12/19 01:08:13 1.52
+++ block.c 2001/12/20 01:00:26 1.53
@@ -7,11 +7,11 @@
* *
* 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.52 2001/12/19 01:08:13 xiphmont Exp $
+ last mod: $Id: block.c,v 1.53 2001/12/20 01:00:26 segher Exp $
Handle windowing, overlap-add, etc of the PCM vectors. This is made
more amusing by Vorbis' current two allowed block sizes.
@@ -502,7 +502,7 @@
if(bp==-1)return(0); /* not enough data currently to search for a
full long block */
v->nW=bp;
- //v->nW=0;
+ /*v->nW=0;*/
}else
v->nW=0;
1.34 +2 -2 vorbis/lib/codebook.c
Index: codebook.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/codebook.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- codebook.c 2001/12/19 23:13:33 1.33
+++ codebook.c 2001/12/20 01:00:26 1.34
@@ -7,11 +7,11 @@
* *
* 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.33 2001/12/19 23:13:33 segher Exp $
+ last mod: $Id: codebook.c,v 1.34 2001/12/20 01:00:26 segher Exp $
********************************************************************/
1.10 +2 -2 vorbis/lib/codebook.h
Index: codebook.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/codebook.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- codebook.h 2001/11/16 06:18:33 1.9
+++ codebook.h 2001/12/20 01:00:26 1.10
@@ -7,11 +7,11 @@
* *
* 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.9 2001/11/16 06:18:33 giles Exp $
+ last mod: $Id: codebook.h,v 1.10 2001/12/20 01:00:26 segher Exp $
********************************************************************/
1.12 +2 -1 vorbis/lib/codec_internal.h
Index: codec_internal.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/codec_internal.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- codec_internal.h 2001/12/19 01:08:13 1.11
+++ codec_internal.h 2001/12/20 01:00:26 1.12
@@ -7,10 +7,11 @@
* *
* 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.11 2001/12/19 01:08:13 xiphmont Exp $
+ last mod: $Id: codec_internal.h,v 1.12 2001/12/20 01:00:26 segher Exp $
********************************************************************/
1.41 +3 -3 vorbis/lib/envelope.c
Index: envelope.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/envelope.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- envelope.c 2001/12/19 23:13:33 1.40
+++ envelope.c 2001/12/20 01:00:26 1.41
@@ -7,11 +7,11 @@
* *
* 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.40 2001/12/19 23:13:33 segher Exp $
+ last mod: $Id: envelope.c,v 1.41 2001/12/20 01:00:26 segher Exp $
Preecho calculation.
@@ -195,7 +195,7 @@
int flag=-1;
long centerW=v->centerW;
long beginW=centerW-ci->blocksizes[v->W]/4;
- //long endW=centerW+ci->blocksizes[v->W]/4+ci->blocksizes[0]/4;
+ /*long endW=centerW+ci->blocksizes[v->W]/4+ci->blocksizes[0]/4;*/
long testW=centerW+ci->blocksizes[v->W]/4+ci->blocksizes[1]/2+ci->blocksizes[0]/4;
if(v->W)
beginW-=ci->blocksizes[v->lW]/4;
1.18 +2 -2 vorbis/lib/envelope.h
Index: envelope.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/envelope.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- envelope.h 2001/12/12 09:45:25 1.17
+++ envelope.h 2001/12/20 01:00:26 1.18
@@ -7,11 +7,11 @@
* *
* 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.17 2001/12/12 09:45:25 xiphmont Exp $
+ last mod: $Id: envelope.h,v 1.18 2001/12/20 01:00:26 segher Exp $
********************************************************************/
1.48 +2 -2 vorbis/lib/floor0.c
Index: floor0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/floor0.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- floor0.c 2001/12/12 09:45:25 1.47
+++ floor0.c 2001/12/20 01:00:26 1.48
@@ -7,11 +7,11 @@
* *
* 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.47 2001/12/12 09:45:25 xiphmont Exp $
+ last mod: $Id: floor0.c,v 1.48 2001/12/20 01:00:26 segher Exp $
********************************************************************/
1.12 +2 -2 vorbis/lib/iir.c
Index: iir.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/iir.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- iir.c 2001/10/02 00:14:31 1.11
+++ iir.c 2001/12/20 01:00:26 1.12
@@ -7,11 +7,11 @@
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the XIPHOPHORUS Company http://www.xiph.org/ *
-
+ * *
********************************************************************
function: Direct Form II IIR filters, plus some specializations
- last mod: $Id: iir.c,v 1.11 2001/10/02 00:14:31 segher Exp $
+ last mod: $Id: iir.c,v 1.12 2001/12/20 01:00:26 segher Exp $
********************************************************************/
1.8 +2 -2 vorbis/lib/iir.h
Index: iir.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/iir.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- iir.h 2001/02/26 03:50:41 1.7
+++ iir.h 2001/12/20 01:00:27 1.8
@@ -7,11 +7,11 @@
* *
* 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.7 2001/02/26 03:50:41 xiphmont Exp $
+ last mod: $Id: iir.h,v 1.8 2001/12/20 01:00:27 segher Exp $
********************************************************************/
1.51 +2 -2 vorbis/lib/info.c
Index: info.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/info.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- info.c 2001/12/19 01:08:13 1.50
+++ info.c 2001/12/20 01:00:27 1.51
@@ -7,11 +7,11 @@
* *
* 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.50 2001/12/19 01:08:13 xiphmont Exp $
+ last mod: $Id: info.c,v 1.51 2001/12/20 01:00:27 segher Exp $
********************************************************************/
1.8 +2 -2 vorbis/lib/lookup.c
Index: lookup.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lookup.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lookup.c 2001/02/26 03:50:42 1.7
+++ lookup.c 2001/12/20 01:00:27 1.8
@@ -7,11 +7,11 @@
* *
* 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.7 2001/02/26 03:50:42 xiphmont Exp $
+ last mod: $Id: lookup.c,v 1.8 2001/12/20 01:00:27 segher Exp $
********************************************************************/
1.6 +2 -2 vorbis/lib/lookup.h
Index: lookup.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lookup.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lookup.h 2001/02/26 03:50:42 1.5
+++ lookup.h 2001/12/20 01:00:27 1.6
@@ -7,11 +7,11 @@
* *
* 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.5 2001/02/26 03:50:42 xiphmont Exp $
+ last mod: $Id: lookup.h,v 1.6 2001/12/20 01:00:27 segher Exp $
********************************************************************/
1.8 +2 -2 vorbis/lib/lookup_data.h
Index: lookup_data.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lookup_data.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lookup_data.h 2001/02/26 03:50:42 1.7
+++ lookup_data.h 2001/12/20 01:00:27 1.8
@@ -7,11 +7,11 @@
* *
* 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.7 2001/02/26 03:50:42 xiphmont Exp $
+ last mod: $Id: lookup_data.h,v 1.8 2001/12/20 01:00:27 segher Exp $
********************************************************************/
1.6 +2 -2 vorbis/lib/lookups.pl
Index: lookups.pl
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lookups.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lookups.pl 2001/02/26 03:50:42 1.5
+++ lookups.pl 2001/12/20 01:00:27 1.6
@@ -9,11 +9,11 @@
* *
* 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.5 2001/02/26 03:50:42 xiphmont Exp $
+ last mod: $Id: lookups.pl,v 1.6 2001/12/20 01:00:27 segher Exp $
********************************************************************/
1.34 +2 -2 vorbis/lib/lpc.c
Index: lpc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lpc.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- lpc.c 2001/12/12 09:45:25 1.33
+++ lpc.c 2001/12/20 01:00:27 1.34
@@ -7,11 +7,11 @@
* *
* 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.33 2001/12/12 09:45:25 xiphmont Exp $
+ last mod: $Id: lpc.c,v 1.34 2001/12/20 01:00:27 segher Exp $
********************************************************************/
1.18 +2 -2 vorbis/lib/lpc.h
Index: lpc.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lpc.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- lpc.h 2001/02/26 03:50:42 1.17
+++ lpc.h 2001/12/20 01:00:27 1.18
@@ -7,11 +7,11 @@
* *
* 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.17 2001/02/26 03:50:42 xiphmont Exp $
+ last mod: $Id: lpc.h,v 1.18 2001/12/20 01:00:27 segher Exp $
********************************************************************/
1.20 +2 -2 vorbis/lib/lsp.c
Index: lsp.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lsp.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- lsp.c 2001/10/02 00:14:31 1.19
+++ lsp.c 2001/12/20 01:00:27 1.20
@@ -7,11 +7,11 @@
* *
* 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.19 2001/10/02 00:14:31 segher Exp $
+ last mod: $Id: lsp.c,v 1.20 2001/12/20 01:00:27 segher Exp $
The LSP generation code is taken (with minimal modification and a
few bugfixes) from "On the Computation of the LSP Frequencies" by
1.10 +2 -2 vorbis/lib/lsp.h
Index: lsp.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lsp.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lsp.h 2001/02/26 03:50:42 1.9
+++ lsp.h 2001/12/20 01:00:27 1.10
@@ -7,11 +7,11 @@
* *
* 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.9 2001/02/26 03:50:42 xiphmont Exp $
+ last mod: $Id: lsp.h,v 1.10 2001/12/20 01:00:27 segher Exp $
********************************************************************/
1.43 +2 -2 vorbis/lib/mapping0.c
Index: mapping0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/mapping0.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- mapping0.c 2001/12/19 01:08:14 1.42
+++ mapping0.c 2001/12/20 01:00:27 1.43
@@ -11,7 +11,7 @@
********************************************************************
function: channel mapping 0 implementation
- last mod: $Id: mapping0.c,v 1.42 2001/12/19 01:08:14 xiphmont Exp $
+ last mod: $Id: mapping0.c,v 1.43 2001/12/20 01:00:27 segher Exp $
********************************************************************/
@@ -337,7 +337,7 @@
for(j=0;j<n;j++)
fft[j]=pcm[j]*=window[j];
- //_analysis_output("windowed",seq+i,pcm,n,0,0);
+ /*_analysis_output("windowed",seq+i,pcm,n,0,0);*/
/* transform the PCM data */
/* only MDCT right now.... */
1.20 +2 -2 vorbis/lib/masking.h
Index: masking.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/masking.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- masking.h 2001/12/12 09:45:25 1.19
+++ masking.h 2001/12/20 01:00:28 1.20
@@ -7,11 +7,11 @@
* *
* 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.19 2001/12/12 09:45:25 xiphmont Exp $
+ last mod: $Id: masking.h,v 1.20 2001/12/20 01:00:28 segher Exp $
********************************************************************/
1.27 +2 -2 vorbis/lib/mdct.c
Index: mdct.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/mdct.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- mdct.c 2001/10/02 00:14:31 1.26
+++ mdct.c 2001/12/20 01:00:29 1.27
@@ -7,12 +7,12 @@
* *
* 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.26 2001/10/02 00:14:31 segher Exp $
+ last mod: $Id: mdct.c,v 1.27 2001/12/20 01:00:29 segher Exp $
Original algorithm adapted long ago from _The use of multirate filter
banks for coding of high quality digital audio_, by T. Sporer,
1.19 +2 -2 vorbis/lib/mdct.h
Index: mdct.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/mdct.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- mdct.h 2001/02/26 03:50:42 1.18
+++ mdct.h 2001/12/20 01:00:29 1.19
@@ -7,11 +7,11 @@
* *
* 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.18 2001/02/26 03:50:42 xiphmont Exp $
+ last mod: $Id: mdct.h,v 1.19 2001/12/20 01:00:29 segher Exp $
********************************************************************/
1.6 +1 -1 vorbis/lib/misc.c
Index: misc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/misc.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- misc.c 2001/02/26 03:50:42 1.5
+++ misc.c 2001/12/20 01:00:29 1.6
@@ -7,7 +7,7 @@
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the XIPHOPHORUS Company http://www.xiph.org/ *
-
+ * *
********************************************************************/
#define HEAD_ALIGN 32
1.10 +2 -2 vorbis/lib/misc.h
Index: misc.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/misc.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- misc.h 2001/02/26 03:50:42 1.9
+++ misc.h 2001/12/20 01:00:29 1.10
@@ -7,11 +7,11 @@
* *
* 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.9 2001/02/26 03:50:42 xiphmont Exp $
+ last mod: $Id: misc.h,v 1.10 2001/12/20 01:00:29 segher Exp $
********************************************************************/
1.27 +2 -2 vorbis/lib/psy.h
Index: psy.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/psy.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- psy.h 2001/12/19 01:08:15 1.26
+++ psy.h 2001/12/20 01:00:29 1.27
@@ -7,11 +7,11 @@
* *
* 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.26 2001/12/19 01:08:15 xiphmont Exp $
+ last mod: $Id: psy.h,v 1.27 2001/12/20 01:00:29 segher Exp $
********************************************************************/
1.18 +2 -2 vorbis/lib/psytune.c
Index: psytune.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/psytune.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- psytune.c 2001/08/21 19:05:06 1.17
+++ psytune.c 2001/12/20 01:00:29 1.18
@@ -7,12 +7,12 @@
* *
* 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.17 2001/08/21 19:05:06 giles Exp $
+ last mod: $Id: psytune.c,v 1.18 2001/12/20 01:00:29 segher Exp $
********************************************************************/
1.13 +2 -2 vorbis/lib/registry.c
Index: registry.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/registry.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- registry.c 2001/12/12 09:45:25 1.12
+++ registry.c 2001/12/20 01:00:29 1.13
@@ -7,11 +7,11 @@
* *
* 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.12 2001/12/12 09:45:25 xiphmont Exp $
+ last mod: $Id: registry.c,v 1.13 2001/12/20 01:00:29 segher Exp $
********************************************************************/
1.11 +2 -2 vorbis/lib/registry.h
Index: registry.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/registry.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- registry.h 2001/10/18 23:29:29 1.10
+++ registry.h 2001/12/20 01:00:29 1.11
@@ -7,11 +7,11 @@
* *
* 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.10 2001/10/18 23:29:29 cwolf Exp $
+ last mod: $Id: registry.h,v 1.11 2001/12/20 01:00:29 segher Exp $
********************************************************************/
1.42 +1 -2 vorbis/lib/res0.c
Index: res0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/res0.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- res0.c 2001/12/19 23:13:33 1.41
+++ res0.c 2001/12/20 01:00:29 1.42
@@ -11,7 +11,7 @@
********************************************************************
function: residue backend 0, 1 and 2 implementation
- last mod: $Id: res0.c,v 1.41 2001/12/19 23:13:33 segher Exp $
+ last mod: $Id: res0.c,v 1.42 2001/12/20 01:00:29 segher Exp $
********************************************************************/
@@ -578,7 +578,6 @@
if(s==0){
for(j=0;j<ch;j++){
long val=partword[j][i];
- long ret;
for(k=1;k<partitions_per_word;k++){
val*=possible_partitions;
if(i+k<partvals)
1.17 +2 -2 vorbis/lib/scales.h
Index: scales.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/scales.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- scales.h 2001/05/27 06:44:01 1.16
+++ scales.h 2001/12/20 01:00:29 1.17
@@ -7,11 +7,11 @@
* *
* 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.16 2001/05/27 06:44:01 xiphmont Exp $
+ last mod: $Id: scales.h,v 1.17 2001/12/20 01:00:29 segher Exp $
********************************************************************/
1.21 +2 -2 vorbis/lib/sharedbook.c
Index: sharedbook.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/sharedbook.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sharedbook.c 2001/12/19 23:13:33 1.20
+++ sharedbook.c 2001/12/20 01:00:30 1.21
@@ -7,11 +7,11 @@
* *
* 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.20 2001/12/19 23:13:33 segher Exp $
+ last mod: $Id: sharedbook.c,v 1.21 2001/12/20 01:00:30 segher Exp $
********************************************************************/
1.16 +3 -3 vorbis/lib/smallft.c
Index: smallft.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/smallft.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- smallft.c 2001/10/02 00:14:32 1.15
+++ smallft.c 2001/12/20 01:00:30 1.16
@@ -7,13 +7,13 @@
* *
* 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.15 2001/10/02 00:14:32 segher Exp $
+ last mod: $Id: smallft.c,v 1.16 2001/12/20 01:00:30 segher Exp $
-********************************************************************/
+ ********************************************************************/
/* FFT implementation from OggSquish, minus cosine transforms,
* minus all but radix 2/4 case. In Vorbis we only need this
1.11 +3 -3 vorbis/lib/smallft.h
Index: smallft.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/smallft.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- smallft.h 2001/02/26 03:50:43 1.10
+++ smallft.h 2001/12/20 01:00:30 1.11
@@ -7,13 +7,13 @@
* *
* 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.10 2001/02/26 03:50:43 xiphmont Exp $
+ last mod: $Id: smallft.h,v 1.11 2001/12/20 01:00:30 segher Exp $
-********************************************************************/
+ ********************************************************************/
#ifndef _V_SMFT_H_
#define _V_SMFT_H_
1.25 +2 -2 vorbis/lib/synthesis.c
Index: synthesis.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/synthesis.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- synthesis.c 2001/10/02 00:14:32 1.24
+++ synthesis.c 2001/12/20 01:00:30 1.25
@@ -7,11 +7,11 @@
* *
* 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.24 2001/10/02 00:14:32 segher Exp $
+ last mod: $Id: synthesis.c,v 1.25 2001/12/20 01:00:30 segher Exp $
********************************************************************/
1.11 +2 -2 vorbis/lib/time0.c
Index: time0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/time0.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- time0.c 2001/08/13 01:36:57 1.10
+++ time0.c 2001/12/20 01:00:30 1.11
@@ -7,11 +7,11 @@
* *
* 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.10 2001/08/13 01:36:57 xiphmont Exp $
+ last mod: $Id: time0.c,v 1.11 2001/12/20 01:00:30 segher Exp $
********************************************************************/
1.15 +2 -2 vorbis/lib/window.c
Index: window.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/window.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- window.c 2001/10/02 00:14:33 1.14
+++ window.c 2001/12/20 01:00:30 1.15
@@ -7,11 +7,11 @@
* *
* 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.14 2001/10/02 00:14:33 segher Exp $
+ last mod: $Id: window.c,v 1.15 2001/12/20 01:00:30 segher Exp $
********************************************************************/
1.9 +2 -2 vorbis/lib/window.h
Index: window.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/window.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- window.h 2001/02/26 03:50:43 1.8
+++ window.h 2001/12/20 01:00:30 1.9
@@ -7,11 +7,11 @@
* *
* 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.8 2001/02/26 03:50:43 xiphmont Exp $
+ last mod: $Id: window.h,v 1.9 2001/12/20 01:00:30 segher Exp $
********************************************************************/
1.5 +1 -0 vorbis/lib/books/coupled/_44c0_s4_p7_0.vqh
Index: _44c0_s4_p7_0.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/coupled/_44c0_s4_p7_0.vqh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- _44c0_s4_p7_0.vqh 2001/12/17 00:16:43 1.4
+++ _44c0_s4_p7_0.vqh 2001/12/20 01:00:37 1.5
@@ -7,6 +7,7 @@
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the XIPHOPHORUS Company http://www.xiph.org/ *
+ * *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.5 +1 -0 vorbis/lib/books/coupled/_44c0_s4_p7_1.vqh
Index: _44c0_s4_p7_1.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/coupled/_44c0_s4_p7_1.vqh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- _44c0_s4_p7_1.vqh 2001/12/17 00:16:43 1.4
+++ _44c0_s4_p7_1.vqh 2001/12/20 01:00:37 1.5
@@ -7,6 +7,7 @@
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the XIPHOPHORUS Company http://www.xiph.org/ *
+ * *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.5 +1 -0 vorbis/lib/books/coupled/_44c0_s4_p7_2.vqh
Index: _44c0_s4_p7_2.vqh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/coupled/_44c0_s4_p7_2.vqh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- _44c0_s4_p7_2.vqh 2001/12/17 00:16:43 1.4
+++ _44c0_s4_p7_2.vqh 2001/12/20 01:00:37 1.5
@@ -7,6 +7,7 @@
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the XIPHOPHORUS Company http://www.xiph.org/ *
+ * *
********************************************************************
function: static codebook autogenerated by vq/somethingorother
1.6 +4 -4 vorbis/lib/modes/psych_44.h
Index: psych_44.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/psych_44.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- psych_44.h 2001/12/19 08:10:04 1.5
+++ psych_44.h 2001/12/20 01:00:37 1.6
@@ -11,7 +11,7 @@
********************************************************************
function: key psychoacoustic settings for 44.1/48kHz
- last mod: $Id: psych_44.h,v 1.5 2001/12/19 08:10:04 xiphmont Exp $
+ last mod: $Id: psych_44.h,v 1.6 2001/12/20 01:00:37 segher Exp $
********************************************************************/
@@ -21,13 +21,13 @@
static vorbis_info_psy_global _psy_global_44[3]={
{8, /* lines per eighth octave */
- //{990.f,990.f,990.f,990.f}, {-990.f,-990.f,-990.f,-990.f}, -90.f,
- //{0.f,0.f,0.f,0.f}, {-0.f,-0.f,-0.f,-0.f}, -90.f,
+ /*{990.f,990.f,990.f,990.f}, {-990.f,-990.f,-990.f,-990.f}, -90.f,
+ {0.f,0.f,0.f,0.f}, {-0.f,-0.f,-0.f,-0.f}, -90.f,*/
{30.f,30.f,30.f,34.f}, {-990.f,-990.f,-990.f,-990.f}, -90.f,
-6.f, 0,
},
{8, /* lines per eighth octave */
- // {990.f,990.f,990.f,990.f}, {-990.f,-990.f,-990.f,-990.f}, -90.f,
+ /*{990.f,990.f,990.f,990.f}, {-990.f,-990.f,-990.f,-990.f}, -90.f,*/
{26.f,26.f,26.f,30.f}, {-90.f,-90.f,-90.f,-90.f}, -90.f,
-6.f, 0,
},
1.9 +20 -20 vorbis/lib/modes/residue_44.h
Index: residue_44.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/residue_44.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- residue_44.h 2001/12/19 08:50:21 1.8
+++ residue_44.h 2001/12/20 01:00:38 1.9
@@ -8,10 +8,10 @@
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
-v ********************************************************************
+ ********************************************************************
function: toplevel residue templates for 32/44.1/48kHz
- last mod: $Id: residue_44.h,v 1.8 2001/12/19 08:50:21 xiphmont Exp $
+ last mod: $Id: residue_44.h,v 1.9 2001/12/20 01:00:38 segher Exp $
********************************************************************/
@@ -968,7 +968,7 @@
{0}, /* 12dB (4.5) stereo */
{0}, /* 18dB (8.5) stereo */
{0},
- //{0,0,0,0,0,0,0,0,&44c0_s4_s8,&44c0_s4_s9},/* 24dB (16.5) stereo */
+ /*{0,0,0,0,0,0,0,0,&44c0_s4_s8,&44c0_s4_s9},*/ /* 24dB (16.5) stereo */
},
{
{{&_44c7_s0_p0_r0,&_44c7_s0_p0_r1},
@@ -984,11 +984,11 @@
{{0}}, /* 6dB (2.5) stereo */
{{0}}, /* 12dB (4.5) stereo */
{{0}}, /* 18dB (8.5) stereo */
- //{{&44c0_s0_r0_0,&44c0_s0_r0_1},{&44c0_s0_r1_0,&44c0_s0_r1_1},
- // {&44c0_s0_r2_0,&44c0_s0_r2_1},{&44c0_s0_r3_0,&44c0_s0_r3_1},
- // {&44c0_s0_r4_0,&44c0_s0_r4_1},{&44c0_s1_r5_0,&44c0_s1_r5_1},
- // {&44c0_s1_r6_0,&44c0_s1_r6_1},{&44c0_s2_r7_0,&44c0_s2_r7_1},
- // {&44c0_s4_r8_0,&44c0_s3_r8_1},{&44c0_s4_r9_0,&44c0_s3_r9_1}}, /* 18dB (8.5) stereo */
+ /*{{&44c0_s0_r0_0,&44c0_s0_r0_1},{&44c0_s0_r1_0,&44c0_s0_r1_1},
+ {&44c0_s0_r2_0,&44c0_s0_r2_1},{&44c0_s0_r3_0,&44c0_s0_r3_1},
+ {&44c0_s0_r4_0,&44c0_s0_r4_1},{&44c0_s1_r5_0,&44c0_s1_r5_1},
+ {&44c0_s1_r6_0,&44c0_s1_r6_1},{&44c0_s2_r7_0,&44c0_s2_r7_1},
+ {&44c0_s4_r8_0,&44c0_s3_r8_1},{&44c0_s4_r9_0,&44c0_s3_r9_1}},*/ /* 18dB (8.5) stereo */
{{0}}, /* 24dB (16.5) stereo */
},
},
@@ -1013,7 +1013,7 @@
{0}, /* 12dB (4.5) stereo */
{0}, /* 18dB (8.5) stereo */
{0},
- //{0,0,0,0,0,0,0,0,&44c0_s4_s8,&44c0_s4_s9},/* 24dB (16.5) stereo */
+ /*{0,0,0,0,0,0,0,0,&44c0_s4_s8,&44c0_s4_s9},*/ /* 24dB (16.5) stereo */
},
{
{{&_44c7_s0_p0_r0,&_44c7_s0_p0_r1},
@@ -1029,11 +1029,11 @@
{{0}}, /* 6dB (2.5) stereo */
{{0}}, /* 12dB (4.5) stereo */
{{0}}, /* 18dB (8.5) stereo */
- //{{&44c0_s0_r0_0,&44c0_s0_r0_1},{&44c0_s0_r1_0,&44c0_s0_r1_1},
- // {&44c0_s0_r2_0,&44c0_s0_r2_1},{&44c0_s0_r3_0,&44c0_s0_r3_1},
- // {&44c0_s0_r4_0,&44c0_s0_r4_1},{&44c0_s1_r5_0,&44c0_s1_r5_1},
- // {&44c0_s1_r6_0,&44c0_s1_r6_1},{&44c0_s2_r7_0,&44c0_s2_r7_1},
- // {&44c0_s4_r8_0,&44c0_s3_r8_1},{&44c0_s4_r9_0,&44c0_s3_r9_1}}, /* 18dB (8.5) stereo */
+ /*{{&44c0_s0_r0_0,&44c0_s0_r0_1},{&44c0_s0_r1_0,&44c0_s0_r1_1},
+ {&44c0_s0_r2_0,&44c0_s0_r2_1},{&44c0_s0_r3_0,&44c0_s0_r3_1},
+ {&44c0_s0_r4_0,&44c0_s0_r4_1},{&44c0_s1_r5_0,&44c0_s1_r5_1},
+ {&44c0_s1_r6_0,&44c0_s1_r6_1},{&44c0_s2_r7_0,&44c0_s2_r7_1},
+ {&44c0_s4_r8_0,&44c0_s3_r8_1},{&44c0_s4_r9_0,&44c0_s3_r9_1}},*/ /* 18dB (8.5) stereo */
{{0}}, /* 24dB (16.5) stereo */
},
},
@@ -1057,7 +1057,7 @@
{0}, /* 12dB (4.5) stereo */
{0}, /* 18dB (8.5) stereo */
{0},
- //{0,0,0,0,0,0,0,0,&44c0_s4_s8,&44c0_s4_s9},/* 24dB (16.5) stereo */
+ /*{0,0,0,0,0,0,0,0,&44c0_s4_s8,&44c0_s4_s9},*/ /* 24dB (16.5) stereo */
},
{
{{&_44c7_s0_p0_r0,&_44c7_s0_p0_r1},
@@ -1073,11 +1073,11 @@
{{0}}, /* 6dB (2.5) stereo */
{{0}}, /* 12dB (4.5) stereo */
{{0}}, /* 18dB (8.5) stereo */
- //{{&44c0_s0_r0_0,&44c0_s0_r0_1},{&44c0_s0_r1_0,&44c0_s0_r1_1},
- // {&44c0_s0_r2_0,&44c0_s0_r2_1},{&44c0_s0_r3_0,&44c0_s0_r3_1},
- // {&44c0_s0_r4_0,&44c0_s0_r4_1},{&44c0_s1_r5_0,&44c0_s1_r5_1},
- // {&44c0_s1_r6_0,&44c0_s1_r6_1},{&44c0_s2_r7_0,&44c0_s2_r7_1},
- // {&44c0_s4_r8_0,&44c0_s3_r8_1},{&44c0_s4_r9_0,&44c0_s3_r9_1}}, /* 18dB (8.5) stereo */
+ /*{{&44c0_s0_r0_0,&44c0_s0_r0_1},{&44c0_s0_r1_0,&44c0_s0_r1_1},
+ {&44c0_s0_r2_0,&44c0_s0_r2_1},{&44c0_s0_r3_0,&44c0_s0_r3_1},
+ {&44c0_s0_r4_0,&44c0_s0_r4_1},{&44c0_s1_r5_0,&44c0_s1_r5_1},
+ {&44c0_s1_r6_0,&44c0_s1_r6_1},{&44c0_s2_r7_0,&44c0_s2_r7_1},
+ {&44c0_s4_r8_0,&44c0_s3_r8_1},{&44c0_s4_r9_0,&44c0_s3_r9_1}},*/ /* 18dB (8.5) stereo */
{{0}}, /* 24dB (16.5) stereo */
},
}
1.26 +2 -2 vorbis/vq/bookutil.c
Index: bookutil.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/bookutil.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- bookutil.c 2001/12/12 09:45:56 1.25
+++ bookutil.c 2001/12/20 01:00:39 1.26
@@ -11,7 +11,7 @@
********************************************************************
function: utility functions for loading .vqh and .vqd files
- last mod: $Id: bookutil.c,v 1.25 2001/12/12 09:45:56 xiphmont Exp $
+ last mod: $Id: bookutil.c,v 1.26 2001/12/20 01:00:39 segher Exp $
********************************************************************/
@@ -549,7 +549,7 @@
"\n"
" function: static codebook autogenerated by vq/somethingorother\n"
"\n"
- " ********************************************************************/\n\n");
+ " ********************************************************************/\n\n");
fprintf(out,"#ifndef _V_%s_VQH_\n#define _V_%s_VQH_\n",name,name);
fprintf(out,"#include \"codebook.h\"\n\n");
1.12 +2 -2 vorbis/vq/bookutil.h
Index: bookutil.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/bookutil.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bookutil.h 2001/02/26 03:51:12 1.11
+++ bookutil.h 2001/12/20 01:00:39 1.12
@@ -7,11 +7,11 @@
* *
* 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.11 2001/02/26 03:51:12 xiphmont Exp $
+ last mod: $Id: bookutil.h,v 1.12 2001/12/20 01:00:39 segher Exp $
********************************************************************/
1.21 +2 -2 vorbis/vq/build.c
Index: build.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/build.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.c 2001/02/26 03:51:12 1.20
+++ build.c 2001/12/20 01:00:39 1.21
@@ -7,11 +7,11 @@
* *
* 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.20 2001/02/26 03:51:12 xiphmont Exp $
+ last mod: $Id: build.c,v 1.21 2001/12/20 01:00:39 segher Exp $
********************************************************************/
1.13 +2 -2 vorbis/vq/cascade.c
Index: cascade.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/cascade.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cascade.c 2001/02/26 03:51:12 1.12
+++ cascade.c 2001/12/20 01:00:39 1.13
@@ -7,11 +7,11 @@
* *
* 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.12 2001/02/26 03:51:12 xiphmont Exp $
+ last mod: $Id: cascade.c,v 1.13 2001/12/20 01:00:39 segher Exp $
********************************************************************/
1.9 +2 -2 vorbis/vq/distribution.c
Index: distribution.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/distribution.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- distribution.c 2001/12/12 09:45:56 1.8
+++ distribution.c 2001/12/20 01:00:39 1.9
@@ -7,11 +7,11 @@
* *
* 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.8 2001/12/12 09:45:56 xiphmont Exp $
+ last mod: $Id: distribution.c,v 1.9 2001/12/20 01:00:39 segher Exp $
********************************************************************/
1.11 +2 -2 vorbis/vq/genericdata.c
Index: genericdata.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/genericdata.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- genericdata.c 2001/02/26 03:51:12 1.10
+++ genericdata.c 2001/12/20 01:00:39 1.11
@@ -7,11 +7,11 @@
* *
* 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.10 2001/02/26 03:51:12 xiphmont Exp $
+ last mod: $Id: genericdata.c,v 1.11 2001/12/20 01:00:39 segher Exp $
********************************************************************/
1.12 +5 -5 vorbis/vq/huffbuild.c
Index: huffbuild.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/huffbuild.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- huffbuild.c 2001/12/17 00:19:25 1.11
+++ huffbuild.c 2001/12/20 01:00:39 1.12
@@ -11,7 +11,7 @@
********************************************************************
function: hufftree builder
- last mod: $Id: huffbuild.c,v 1.11 2001/12/17 00:19:25 xiphmont Exp $
+ last mod: $Id: huffbuild.c,v 1.12 2001/12/20 01:00:39 segher Exp $
********************************************************************/
@@ -172,10 +172,10 @@
" * by the XIPHOPHORUS Company http://www.xiph.org/ *\n"
" * *\n"
" ********************************************************************\n"
- "\n"
- " function: static codebook autogenerated by huff/huffbuld\n"
- "\n"
- " ********************************************************************/\n\n");
+ "\n"
+ " function: static codebook autogenerated by huff/huffbuld\n"
+ "\n"
+ " ********************************************************************/\n\n");
fprintf(file,"#ifndef _V_%s_VQH_\n#define _V_%s_VQH_\n",base,base);
fprintf(file,"#include \"codebook.h\"\n\n");
1.12 +2 -2 vorbis/vq/latticebuild.c
Index: latticebuild.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/latticebuild.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- latticebuild.c 2001/02/26 03:51:12 1.11
+++ latticebuild.c 2001/12/20 01:00:39 1.12
@@ -7,11 +7,11 @@
* *
* 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.11 2001/02/26 03:51:12 xiphmont Exp $
+ last mod: $Id: latticebuild.c,v 1.12 2001/12/20 01:00:39 segher Exp $
********************************************************************/
1.12 +2 -2 vorbis/vq/latticehint.c
Index: latticehint.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/latticehint.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- latticehint.c 2001/12/12 09:45:56 1.11
+++ latticehint.c 2001/12/20 01:00:39 1.12
@@ -7,11 +7,11 @@
* *
* 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.11 2001/12/12 09:45:56 xiphmont Exp $
+ last mod: $Id: latticehint.c,v 1.12 2001/12/20 01:00:39 segher Exp $
********************************************************************/
1.11 +2 -2 vorbis/vq/latticepare.c
Index: latticepare.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/latticepare.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- latticepare.c 2001/02/26 03:51:12 1.10
+++ latticepare.c 2001/12/20 01:00:39 1.11
@@ -7,11 +7,11 @@
* *
* 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.10 2001/02/26 03:51:12 xiphmont Exp $
+ last mod: $Id: latticepare.c,v 1.11 2001/12/20 01:00:39 segher Exp $
********************************************************************/
1.11 +2 -2 vorbis/vq/latticetune.c
Index: latticetune.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/latticetune.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- latticetune.c 2001/12/16 04:15:57 1.10
+++ latticetune.c 2001/12/20 01:00:39 1.11
@@ -7,12 +7,12 @@
* *
* 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.10 2001/12/16 04:15:57 xiphmont Exp $
+ last mod: $Id: latticetune.c,v 1.11 2001/12/20 01:00:39 segher Exp $
********************************************************************/
1.19 +2 -2 vorbis/vq/lspdata.c
Index: lspdata.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/lspdata.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- lspdata.c 2001/02/26 03:51:12 1.18
+++ lspdata.c 2001/12/20 01:00:39 1.19
@@ -7,11 +7,11 @@
* *
* 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.18 2001/02/26 03:51:12 xiphmont Exp $
+ last mod: $Id: lspdata.c,v 1.19 2001/12/20 01:00:39 segher Exp $
********************************************************************/
1.15 +2 -2 vorbis/vq/metrics.c
Index: metrics.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/metrics.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- metrics.c 2001/02/26 03:51:12 1.14
+++ metrics.c 2001/12/20 01:00:39 1.15
@@ -7,11 +7,11 @@
* *
* 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.14 2001/02/26 03:51:12 xiphmont Exp $
+ last mod: $Id: metrics.c,v 1.15 2001/12/20 01:00:39 segher Exp $
********************************************************************/
1.10 +2 -2 vorbis/vq/residuedata.c
Index: residuedata.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/residuedata.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- residuedata.c 2001/02/26 03:51:12 1.9
+++ residuedata.c 2001/12/20 01:00:39 1.10
@@ -7,11 +7,11 @@
* *
* 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.9 2001/02/26 03:51:12 xiphmont Exp $
+ last mod: $Id: residuedata.c,v 1.10 2001/12/20 01:00:39 segher Exp $
********************************************************************/
1.13 +2 -2 vorbis/vq/residuesplit.c
Index: residuesplit.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/residuesplit.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- residuesplit.c 2001/12/12 09:45:57 1.12
+++ residuesplit.c 2001/12/20 01:00:40 1.13
@@ -7,11 +7,11 @@
* *
* 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.12 2001/12/12 09:45:57 xiphmont Exp $
+ last mod: $Id: residuesplit.c,v 1.13 2001/12/20 01:00:40 segher Exp $
********************************************************************/
1.15 +2 -2 vorbis/vq/run.c
Index: run.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/run.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- run.c 2001/02/26 03:51:12 1.14
+++ run.c 2001/12/20 01:00:40 1.15
@@ -7,11 +7,11 @@
* *
* 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.14 2001/02/26 03:51:12 xiphmont Exp $
+ last mod: $Id: run.c,v 1.15 2001/12/20 01:00:40 segher Exp $
********************************************************************/
1.24 +2 -2 vorbis/vq/train.c
Index: train.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/train.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- train.c 2001/02/26 03:51:12 1.23
+++ train.c 2001/12/20 01:00:40 1.24
@@ -7,11 +7,11 @@
* *
* 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.23 2001/02/26 03:51:12 xiphmont Exp $
+ last mod: $Id: train.c,v 1.24 2001/12/20 01:00:40 segher Exp $
********************************************************************/
1.14 +2 -2 vorbis/vq/vqext.h
Index: vqext.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/vqext.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vqext.h 2001/02/26 03:51:13 1.13
+++ vqext.h 2001/12/20 01:00:40 1.14
@@ -7,11 +7,11 @@
* *
* 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.13 2001/02/26 03:51:13 xiphmont Exp $
+ last mod: $Id: vqext.h,v 1.14 2001/12/20 01:00:40 segher Exp $
********************************************************************/
1.40 +2 -2 vorbis/vq/vqgen.c
Index: vqgen.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/vqgen.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- vqgen.c 2001/02/26 03:51:13 1.39
+++ vqgen.c 2001/12/20 01:00:40 1.40
@@ -7,11 +7,11 @@
* *
* 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.39 2001/02/26 03:51:13 xiphmont Exp $
+ last mod: $Id: vqgen.c,v 1.40 2001/12/20 01:00:40 segher Exp $
********************************************************************/
1.19 +2 -2 vorbis/vq/vqgen.h
Index: vqgen.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/vqgen.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- vqgen.h 2001/02/26 03:51:13 1.18
+++ vqgen.h 2001/12/20 01:00:40 1.19
@@ -7,11 +7,11 @@
* *
* 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.18 2001/02/26 03:51:13 xiphmont Exp $
+ last mod: $Id: vqgen.h,v 1.19 2001/12/20 01:00:40 segher Exp $
********************************************************************/
1.26 +2 -2 vorbis/vq/vqsplit.c
Index: vqsplit.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/vqsplit.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- vqsplit.c 2001/02/26 03:51:13 1.25
+++ vqsplit.c 2001/12/20 01:00:40 1.26
@@ -7,11 +7,11 @@
* *
* 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.25 2001/02/26 03:51:13 xiphmont Exp $
+ last mod: $Id: vqsplit.c,v 1.26 2001/12/20 01:00:40 segher Exp $
********************************************************************/
1.8 +2 -2 vorbis/vq/vqsplit.h
Index: vqsplit.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/vqsplit.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vqsplit.h 2001/02/26 03:51:13 1.7
+++ vqsplit.h 2001/12/20 01:00:40 1.8
@@ -7,11 +7,11 @@
* *
* 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.7 2001/02/26 03:51:13 xiphmont Exp $
+ last mod: $Id: vqsplit.h,v 1.8 2001/12/20 01:00:40 segher 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