add verbiage for libOggFLAC, libOggFLAC++
[platform/upstream/flac.git] / doc / html / features.html
index ce451f1..afb8d5a 100644 (file)
                <LI>the stream format</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><B><TT>libOggFLAC</TT></B> and <B><TT>libOggFLAC++</TT></B>, which wrap the encoders and decoders of <TT>libFLAC</TT> and <TT>libFLAC++</TT>, respectively, to allow access to FLAC streams in an Ogg container</LI>
+               <LI><B><TT>flac</TT></B>, a command-line wrapper around <TT>libFLAC</TT> to encode and decode FLAC files</LI>
                <LI><B><TT>metaflac</TT></B>, a command-line metadata editor for .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 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>, <B><TT>metaflac</TT></B>, 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 the libraries 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>, <B><TT>metaflac</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.