[xiph-commits] r9259 - in branches/lowmem-branch/Tremor: . debian doc

j at motherfish-iii.xiph.org j at motherfish-iii.xiph.org
Tue May 10 11:27:55 PDT 2005


Author: j
Date: 2005-05-10 11:27:32 -0700 (Tue, 10 May 2005)
New Revision: 9259

Modified:
   branches/lowmem-branch/Tremor/Makefile.am
   branches/lowmem-branch/Tremor/autogen.sh
   branches/lowmem-branch/Tremor/configure.in
   branches/lowmem-branch/Tremor/debian/Makefile.am
   branches/lowmem-branch/Tremor/debian/changelog
   branches/lowmem-branch/Tremor/debian/control
   branches/lowmem-branch/Tremor/debian/copyright
   branches/lowmem-branch/Tremor/debian/libvorbisidec-dev.install
   branches/lowmem-branch/Tremor/debian/libvorbisidec1.install
   branches/lowmem-branch/Tremor/debian/rules
   branches/lowmem-branch/Tremor/doc/OggVorbis_File.html
   branches/lowmem-branch/Tremor/doc/build.html
   branches/lowmem-branch/Tremor/doc/callbacks.html
   branches/lowmem-branch/Tremor/doc/datastructures.html
   branches/lowmem-branch/Tremor/doc/decoding.html
   branches/lowmem-branch/Tremor/doc/diff.html
   branches/lowmem-branch/Tremor/doc/example.html
   branches/lowmem-branch/Tremor/doc/fileinfo.html
   branches/lowmem-branch/Tremor/doc/index.html
   branches/lowmem-branch/Tremor/doc/initialization.html
   branches/lowmem-branch/Tremor/doc/ov_bitrate.html
   branches/lowmem-branch/Tremor/doc/ov_bitrate_instant.html
   branches/lowmem-branch/Tremor/doc/ov_callbacks.html
   branches/lowmem-branch/Tremor/doc/ov_clear.html
   branches/lowmem-branch/Tremor/doc/ov_comment.html
   branches/lowmem-branch/Tremor/doc/ov_info.html
   branches/lowmem-branch/Tremor/doc/ov_open.html
   branches/lowmem-branch/Tremor/doc/ov_open_callbacks.html
   branches/lowmem-branch/Tremor/doc/ov_pcm_seek.html
   branches/lowmem-branch/Tremor/doc/ov_pcm_seek_page.html
   branches/lowmem-branch/Tremor/doc/ov_pcm_tell.html
   branches/lowmem-branch/Tremor/doc/ov_pcm_total.html
   branches/lowmem-branch/Tremor/doc/ov_raw_seek.html
   branches/lowmem-branch/Tremor/doc/ov_raw_tell.html
   branches/lowmem-branch/Tremor/doc/ov_raw_total.html
   branches/lowmem-branch/Tremor/doc/ov_read.html
   branches/lowmem-branch/Tremor/doc/ov_seekable.html
   branches/lowmem-branch/Tremor/doc/ov_serialnumber.html
   branches/lowmem-branch/Tremor/doc/ov_streams.html
   branches/lowmem-branch/Tremor/doc/ov_test.html
   branches/lowmem-branch/Tremor/doc/ov_test_callbacks.html
   branches/lowmem-branch/Tremor/doc/ov_test_open.html
   branches/lowmem-branch/Tremor/doc/ov_time_seek.html
   branches/lowmem-branch/Tremor/doc/ov_time_seek_page.html
   branches/lowmem-branch/Tremor/doc/ov_time_tell.html
   branches/lowmem-branch/Tremor/doc/ov_time_total.html
   branches/lowmem-branch/Tremor/doc/overview.html
   branches/lowmem-branch/Tremor/doc/reference.html
   branches/lowmem-branch/Tremor/doc/return.html
   branches/lowmem-branch/Tremor/doc/seeking.html
   branches/lowmem-branch/Tremor/doc/style.css
   branches/lowmem-branch/Tremor/doc/threads.html
   branches/lowmem-branch/Tremor/doc/vorbis_comment.html
   branches/lowmem-branch/Tremor/doc/vorbis_info.html
Log:
more native eol


Property changes on: branches/lowmem-branch/Tremor/Makefile.am
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/autogen.sh
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/configure.in
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/debian/Makefile.am
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/debian/changelog
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/debian/control
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/debian/copyright
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/debian/libvorbisidec-dev.install
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/debian/libvorbisidec1.install
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/debian/rules
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: branches/lowmem-branch/Tremor/doc/OggVorbis_File.html
===================================================================
--- branches/lowmem-branch/Tremor/doc/OggVorbis_File.html	2005-05-10 18:25:06 UTC (rev 9258)
+++ branches/lowmem-branch/Tremor/doc/OggVorbis_File.html	2005-05-10 18:27:32 UTC (rev 9259)
@@ -99,8 +99,8 @@
 <dt><i>seekable</i></dt>
 <dd>Read-only int indicating whether file is seekable. E.g., a physical file is seekable, a pipe isn't.</dd>
 <dt><i>links</i></dt>
-<dd>Read-only int indicating the number of logical bitstreams within the physical bitstream.</dd>
-<dt><i>ov_callbacks</i></dt>
+<dd>Read-only int indicating the number of logical bitstreams within the physical bitstream.</dd>
+<dt><i>ov_callbacks</i></dt>
 <dd>Collection of file manipulation routines to be used on this data source.  When using stdio/FILE access via <a href="ov_open.html">ov_open()</a>, the callbacks will be filled in with stdio calls or wrappers to stdio calls.</dd>
 </dl>
 


Property changes on: branches/lowmem-branch/Tremor/doc/OggVorbis_File.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/build.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/callbacks.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/datastructures.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/decoding.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/diff.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/example.html
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: branches/lowmem-branch/Tremor/doc/fileinfo.html
===================================================================
--- branches/lowmem-branch/Tremor/doc/fileinfo.html	2005-05-10 18:25:06 UTC (rev 9258)
+++ branches/lowmem-branch/Tremor/doc/fileinfo.html	2005-05-10 18:27:32 UTC (rev 9259)
@@ -1,95 +1,95 @@
-<html>
-
-<head>
-<title>Tremor - File Information</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>Tremor documentation</p></td>
-<td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
-</tr>
-</table>
-
-<h1>File Information</h1>
-<p>Libvorbisidec contains many functions to get information about bitstream attributes and decoding status.
-<p>
-All libvorbisidec file information routines are declared in "ivorbisfile.h".
-<p>
-
-<table border=1 color=black width=50% cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td><b>function</b></td>
-	<td><b>purpose</b></td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_bitrate.html">ov_bitrate</a></td>
-	<td>Returns the average bitrate of the current logical bitstream.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_bitrate_instant.html">ov_bitrate_instant</a></td>
-	<td>Returns the exact bitrate since the last call of this function, or -1 if at the beginning of the bitream or no new information is available.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_streams.html">ov_streams</a></td>
-	<td>Gives the number of logical bitstreams within the current physical bitstream.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_seekable.html">ov_seekable</a></td>
-	<td>Indicates whether the bitstream is seekable.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_serialnumber.html">ov_serialnumber</a></td>
-	<td>Returns the unique serial number of the specified logical bitstream.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_raw_total.html">ov_raw_total</a></td>
-	<td>Returns the total (compressed) bytes in a physical or logical seekable bitstream.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_pcm_total.html">ov_pcm_total</a></td>
-	<td>Returns the total number of samples in a physical or logical seekable bitstream.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_time_total.html">ov_time_total</a></td>
-	<td>Returns the total time length in seconds of a physical or logical seekable bitstream.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_raw_tell.html">ov_raw_tell</a></td>
-	<td>Returns the byte location of the next sample to be read, giving the approximate location in the stream that the decoding engine has reached.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_pcm_tell.html">ov_pcm_tell</a></td>
-	<td>Returns the sample location of the next sample to be read, giving the approximate location in the stream that the decoding engine has reached.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_time_tell.html">ov_time_tell</a></td>
-	<td>Returns the time location of the next sample to be read, giving the approximate location in the stream that the decoding engine has reached.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_info.html">ov_info</a></td>
-	<td>Returns the <a href="vorbis_info.html">vorbis_info</a> struct for a specific bitstream section.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_comment.html">ov_comment</a></td>
-	<td>Returns attached <a href="vorbis_comment.html">comments</a> for the current bitstream.</td>
-</tr>
-</table>
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2002 Xiph.org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
-</tr><tr>
-<td><p class=tiny>Tremor documentation</p></td>
-<td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
-</tr>
-</table>
-
-</body>
-
-</html>
+<html>
+
+<head>
+<title>Tremor - File Information</title>
+<link rel=stylesheet href="style.css" type="text/css">
+</head>
+
+<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
+<table border=0 width=100%>
+<tr>
+<td><p class=tiny>Tremor documentation</p></td>
+<td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
+</tr>
+</table>
+
+<h1>File Information</h1>
+<p>Libvorbisidec contains many functions to get information about bitstream attributes and decoding status.
+<p>
+All libvorbisidec file information routines are declared in "ivorbisfile.h".
+<p>
+
+<table border=1 color=black width=50% cellspacing=0 cellpadding=7>
+<tr bgcolor=#cccccc>
+	<td><b>function</b></td>
+	<td><b>purpose</b></td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_bitrate.html">ov_bitrate</a></td>
+	<td>Returns the average bitrate of the current logical bitstream.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_bitrate_instant.html">ov_bitrate_instant</a></td>
+	<td>Returns the exact bitrate since the last call of this function, or -1 if at the beginning of the bitream or no new information is available.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_streams.html">ov_streams</a></td>
+	<td>Gives the number of logical bitstreams within the current physical bitstream.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_seekable.html">ov_seekable</a></td>
+	<td>Indicates whether the bitstream is seekable.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_serialnumber.html">ov_serialnumber</a></td>
+	<td>Returns the unique serial number of the specified logical bitstream.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_raw_total.html">ov_raw_total</a></td>
+	<td>Returns the total (compressed) bytes in a physical or logical seekable bitstream.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_pcm_total.html">ov_pcm_total</a></td>
+	<td>Returns the total number of samples in a physical or logical seekable bitstream.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_time_total.html">ov_time_total</a></td>
+	<td>Returns the total time length in seconds of a physical or logical seekable bitstream.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_raw_tell.html">ov_raw_tell</a></td>
+	<td>Returns the byte location of the next sample to be read, giving the approximate location in the stream that the decoding engine has reached.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_pcm_tell.html">ov_pcm_tell</a></td>
+	<td>Returns the sample location of the next sample to be read, giving the approximate location in the stream that the decoding engine has reached.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_time_tell.html">ov_time_tell</a></td>
+	<td>Returns the time location of the next sample to be read, giving the approximate location in the stream that the decoding engine has reached.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_info.html">ov_info</a></td>
+	<td>Returns the <a href="vorbis_info.html">vorbis_info</a> struct for a specific bitstream section.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_comment.html">ov_comment</a></td>
+	<td>Returns attached <a href="vorbis_comment.html">comments</a> for the current bitstream.</td>
+</tr>
+</table>
+
+<br><br>
+<hr noshade>
+<table border=0 width=100%>
+<tr valign=top>
+<td><p class=tiny>copyright &copy; 2002 Xiph.org</p></td>
+<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
+</tr><tr>
+<td><p class=tiny>Tremor documentation</p></td>
+<td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
+</tr>
+</table>
+
+</body>
+
+</html>


Property changes on: branches/lowmem-branch/Tremor/doc/fileinfo.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/index.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/initialization.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_bitrate.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_bitrate_instant.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_callbacks.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_clear.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_comment.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_info.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_open.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_open_callbacks.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_pcm_seek.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_pcm_seek_page.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_pcm_tell.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_pcm_total.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_raw_seek.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_raw_tell.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_raw_total.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_read.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_seekable.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_serialnumber.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_streams.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_test.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_test_callbacks.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_test_open.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_time_seek.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_time_seek_page.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_time_tell.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/ov_time_total.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/overview.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/reference.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/return.html
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: branches/lowmem-branch/Tremor/doc/seeking.html
===================================================================
--- branches/lowmem-branch/Tremor/doc/seeking.html	2005-05-10 18:25:06 UTC (rev 9258)
+++ branches/lowmem-branch/Tremor/doc/seeking.html	2005-05-10 18:27:32 UTC (rev 9259)
@@ -1,74 +1,74 @@
-<html>
-
-<head>
-<title>Tremor - Seeking</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>Tremor documentation</p></td>
-<td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
-</tr>
-</table>
-
-<h1>Seeking</h1>
-<p>Seeking functions allow you to specify a specific point in the stream to begin or continue decoding.
-<p>
-All libvorbisidec seeking routines are declared in "ivorbisfile.h".
-
-<p>Certain seeking functions are best suited to different situations.
-When speed is important and exact positioning isn't required,
-page-level seeking should be used.  Note also that Vorbis files do not
-necessarily start at a sample number or time offset of zero.  Do not
-be surprised if a file begins at a positive offset of several minutes
-or hours, such as would happen if a large stream (such as a concert
-recording) is chopped into multiple separate files.  Requesting to
-seek to a position before the beginning of such a file will seek to
-the position where audio begins.<p>
-
-</ul>
-
-<table border=1 color=black width=50% cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td><b>function</b></td>
-	<td><b>purpose</b></td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_raw_seek.html">ov_raw_seek</a></td>
-	<td>This function seeks to a position specified in the compressed bitstream, specified in bytes.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_pcm_seek.html">ov_pcm_seek</a></td>
-	<td>This function seeks to a specific audio sample number, specified in pcm samples.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_pcm_seek_page.html">ov_pcm_seek_page</a></td>
-	<td>This function seeks to the closest page preceding the specified audio sample number, specified in pcm samples.</td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_time_seek.html">ov_time_seek</a></td>
-	<td>This function seeks to the specific time location in the bitstream, specified in integer milliseconds.  Note that this differs from the reference vorbisfile implementation, which takes seconds as a float. </td>
-</tr>
-<tr valign=top>
-	<td><a href="ov_time_seek_page.html">ov_time_seek_page</a></td>
-	<td>This function seeks to the closest page preceding the specified time position in the bitstream, specified in integer milliseconds.</td>
-</tr>
-</table>
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2002 Xiph.org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
-</tr><tr>
-<td><p class=tiny>Tremor documentation</p></td>
-<td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
-</tr>
-</table>
-
-</body>
-
-</html>
+<html>
+
+<head>
+<title>Tremor - Seeking</title>
+<link rel=stylesheet href="style.css" type="text/css">
+</head>
+
+<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
+<table border=0 width=100%>
+<tr>
+<td><p class=tiny>Tremor documentation</p></td>
+<td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
+</tr>
+</table>
+
+<h1>Seeking</h1>
+<p>Seeking functions allow you to specify a specific point in the stream to begin or continue decoding.
+<p>
+All libvorbisidec seeking routines are declared in "ivorbisfile.h".
+
+<p>Certain seeking functions are best suited to different situations.
+When speed is important and exact positioning isn't required,
+page-level seeking should be used.  Note also that Vorbis files do not
+necessarily start at a sample number or time offset of zero.  Do not
+be surprised if a file begins at a positive offset of several minutes
+or hours, such as would happen if a large stream (such as a concert
+recording) is chopped into multiple separate files.  Requesting to
+seek to a position before the beginning of such a file will seek to
+the position where audio begins.<p>
+
+</ul>
+
+<table border=1 color=black width=50% cellspacing=0 cellpadding=7>
+<tr bgcolor=#cccccc>
+	<td><b>function</b></td>
+	<td><b>purpose</b></td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_raw_seek.html">ov_raw_seek</a></td>
+	<td>This function seeks to a position specified in the compressed bitstream, specified in bytes.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_pcm_seek.html">ov_pcm_seek</a></td>
+	<td>This function seeks to a specific audio sample number, specified in pcm samples.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_pcm_seek_page.html">ov_pcm_seek_page</a></td>
+	<td>This function seeks to the closest page preceding the specified audio sample number, specified in pcm samples.</td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_time_seek.html">ov_time_seek</a></td>
+	<td>This function seeks to the specific time location in the bitstream, specified in integer milliseconds.  Note that this differs from the reference vorbisfile implementation, which takes seconds as a float. </td>
+</tr>
+<tr valign=top>
+	<td><a href="ov_time_seek_page.html">ov_time_seek_page</a></td>
+	<td>This function seeks to the closest page preceding the specified time position in the bitstream, specified in integer milliseconds.</td>
+</tr>
+</table>
+
+<br><br>
+<hr noshade>
+<table border=0 width=100%>
+<tr valign=top>
+<td><p class=tiny>copyright &copy; 2002 Xiph.org</p></td>
+<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
+</tr><tr>
+<td><p class=tiny>Tremor documentation</p></td>
+<td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
+</tr>
+</table>
+
+</body>
+
+</html>


Property changes on: branches/lowmem-branch/Tremor/doc/seeking.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/style.css
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/threads.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/vorbis_comment.html
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/lowmem-branch/Tremor/doc/vorbis_info.html
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the commits mailing list