move the acknowledgments section below the TOC

This commit is contained in:
Josh Coalson 2005-02-02 01:48:52 +00:00
parent 7e09fadfc4
commit a512713840
1 changed files with 23 additions and 19 deletions

View File

@ -82,30 +82,12 @@
<P>
This is a detailed description of the FLAC format. There is also a companion document that describes <A HREF="ogg_mapping.html">FLAC-to-Ogg mapping</A>.
</P>
<P>
First, as the original developer I have to say that I am not a compression expert and I feel obligated to give credit where it is due. FLAC owes a lot to the many people who have advanced the audio compression field so freely. For instance:
</P>
<P>
<UL>
<LI>
<A HREF="http://svr-www.eng.cam.ac.uk/~ajr/">A. J. Robinson</A> for his work on <A HREF="http://www-svr.eng.cam.ac.uk/reports/abstracts/robinson_tr156.html">Shorten</A>; his paper is a good starting point on some of the basic methods used by FLAC. FLAC expands on the fixed predictors used in shorten.
</LI>
<LI>
<A HREF="http://commsci.usc.edu/faculty/golomb.html">S. W. Golomb</A> and Robert F. Rice; their universal codes are used by FLAC's entropy coder.
</LI>
<LI>
N. Levinson and J. Durbin; the reference encoder uses an algorithm developed and refined by them for determining the LPC coefficients from the autocorrelation coefficients.
</LI>
<LI>
And of course, <A HREF="http://www.digitalcentury.com/encyclo/update/shannon.html">Claude Shannon</A>
</LI>
</UL>
</P>
<P>
<A NAME="toc"><FONT SIZE="+1"><B><U>Table of Contents</U></B></FONT></A>
</P>
<P>
<UL>
<LI><A HREF="#acknowledgments">Acknowledgments</A></LI>
<LI><A HREF="#scope">Scope</A></LI>
<LI><A HREF="#architecture">Architecture</A></LI>
<LI><A HREF="#definitions">Definitions</A></LI>
@ -183,6 +165,28 @@
</LI>
</UL>
</P>
<P>
<A NAME="acknowledgments"><FONT SIZE="+1"><B><U>Acknowledgments</U></B></FONT></A>
</P>
<P>
FLAC owes much to the many people who have advanced the audio compression field so freely. For instance:
</P>
<P>
<UL>
<LI>
<A HREF="http://svr-www.eng.cam.ac.uk/~ajr/">A. J. Robinson</A> for his work on <A HREF="http://www-svr.eng.cam.ac.uk/reports/abstracts/robinson_tr156.html">Shorten</A>; his paper is a good starting point on some of the basic methods used by FLAC. FLAC trivially extends and improves the fixed predictors, LPC coefficient quantization, and Rice coding used in Shorten.
</LI>
<LI>
<A HREF="http://commsci.usc.edu/faculty/golomb.html">S. W. Golomb</A> and Robert F. Rice; their universal codes are used by FLAC's entropy coder.
</LI>
<LI>
N. Levinson and J. Durbin; the reference encoder uses an algorithm developed and refined by them for determining the LPC coefficients from the autocorrelation coefficients.
</LI>
<LI>
And of course, <A HREF="http://www.digitalcentury.com/encyclo/update/shannon.html">Claude Shannon</A>
</LI>
</UL>
</P>
<P>
<A NAME="scope"><FONT SIZE="+1"><B><U>Scope</U></B></FONT></A>
</P>