update for 1.0.3 release

This commit is contained in:
Josh Coalson
2002-06-13 05:34:01 +00:00
parent 5ee2baa5b3
commit b25a9bf69c
6 changed files with 229 additions and 211 deletions

View File

@@ -106,13 +106,14 @@
<P>
<UL>
<LI>the stream format</LI>
<LI><B><TT>libFLAC</TT></B>, which implements reference encoders and decoders</LI>
<LI><B><TT>libFLAC</TT></B>, a library of reference encoders and decoders, and a metadata interface</LI>
<LI><B><TT>libFLAC++</TT></B>, an object wrapper around libFLAC</LI>
<LI><B><TT>flac</TT></B>, a command-line wrapper around libFLAC to encode and decode .flac files</LI>
<LI>input plugins for various music players (Winamp, XMMS, and more in the works)</LI>
</UL>
</P>
<P>
"Free" means that the specification of the stream format is in the public domain (the FLAC project reserves the right to set the FLAC specification and certify compliance), and that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any patent. It also means that the source for libFLAC is available under the <A HREF="http://www.opensource.org/licenses/lgpl-license.html">LGPL</A> and the sources for flac and the plugins are available under the <A HREF="http://www.opensource.org/licenses/gpl-license.html">GPL</A>.
"Free" means that the specification of the stream format is in the public domain (the FLAC project reserves the right to set the FLAC specification and certify compliance), and that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any patent. It also means that the sources for <B><TT>libFLAC</TT></B> and <B><TT>libFLAC++</TT></B> are available under the <A HREF="http://www.opensource.org/licenses/lgpl-license.html">LGPL</A> and the sources for <B><TT>flac</TT></B> and the plugins are available under the <A HREF="http://www.opensource.org/licenses/gpl-license.html">GPL</A>.
</P>
<P>
FLAC compiles on many platforms: most Unixes (Linux, *BSD, Solaris, OS X), Windows, BeOS, and OS/2. There are build systems for autoconf/automake, MSVC, Watcom C, and Project Builder.