[xiph-commits] r9253 - in trunk/Tremor: . debian doc

j at motherfish-iii.xiph.org j at motherfish-iii.xiph.org
Tue May 10 04:56:06 PDT 2005


Author: j
Date: 2005-05-10 04:55:53 -0700 (Tue, 10 May 2005)
New Revision: 9253

Modified:
   trunk/Tremor/CHANGELOG
   trunk/Tremor/COPYING
   trunk/Tremor/asm_arm.h
   trunk/Tremor/autogen.sh
   trunk/Tremor/backends.h
   trunk/Tremor/bitwise.c
   trunk/Tremor/block.c
   trunk/Tremor/codebook.c
   trunk/Tremor/codebook.h
   trunk/Tremor/codec_internal.h
   trunk/Tremor/config_types.h
   trunk/Tremor/configure.in
   trunk/Tremor/debian/Makefile.am
   trunk/Tremor/debian/changelog
   trunk/Tremor/debian/control
   trunk/Tremor/debian/copyright
   trunk/Tremor/debian/libvorbisidec-dev.install
   trunk/Tremor/debian/libvorbisidec1.install
   trunk/Tremor/debian/rules
   trunk/Tremor/doc/build.html
   trunk/Tremor/doc/callbacks.html
   trunk/Tremor/doc/datastructures.html
   trunk/Tremor/doc/decoding.html
   trunk/Tremor/doc/diff.html
   trunk/Tremor/doc/example.html
   trunk/Tremor/doc/fileinfo.html
   trunk/Tremor/doc/index.html
   trunk/Tremor/doc/initialization.html
Log:
add svn:eol-style native to make svn diff and WorkBoot happy


Property changes on: trunk/Tremor/CHANGELOG
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/Tremor/COPYING
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/Tremor/asm_arm.h
___________________________________________________________________
Name: svn:eol-style
   + native


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


Property changes on: trunk/Tremor/backends.h
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/Tremor/bitwise.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/Tremor/block.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/Tremor/codebook.c
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/Tremor/codebook.h
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/Tremor/codec_internal.h
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: trunk/Tremor/config_types.h
___________________________________________________________________
Name: svn:eol-style
   + native


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


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


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


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


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


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


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


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


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


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


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


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


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


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

Modified: trunk/Tremor/doc/fileinfo.html
===================================================================
--- trunk/Tremor/doc/fileinfo.html	2005-05-10 07:02:44 UTC (rev 9252)
+++ trunk/Tremor/doc/fileinfo.html	2005-05-10 11:55:53 UTC (rev 9253)
@@ -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: trunk/Tremor/doc/fileinfo.html
___________________________________________________________________
Name: svn:eol-style
   + native


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


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



More information about the commits mailing list