add verbiage for libOggFLAC, libOggFLAC++
This commit is contained in:
parent
5f39e9f18c
commit
0c3524c668
22
README
22
README
@ -22,15 +22,21 @@ codec developed by Josh Coalson.
|
||||
|
||||
FLAC is comprised of
|
||||
* `libFLAC', a library which implements reference encoders and
|
||||
decoders, and a metadata interface, licensed under the GNU
|
||||
Lesser General Public License (LGPL)
|
||||
decoders, and a metadata interface
|
||||
* `libFLAC++', a C++ object wrapper library around libFLAC
|
||||
* `flac', a command-line program for encoding and decoding files,
|
||||
licensed under the GNU General public License (GPL)
|
||||
* `metaflac', a command-line program for editing FLAC metadata,
|
||||
licensed under the GPL
|
||||
* player plugins for XMMS and Winamp, licensed under the GPL
|
||||
* documentation, licensed under the GNU Free Documentation License.
|
||||
* `libOggFLAC' and `libOggFLAC++', which provide encoders and
|
||||
decoders for FLAC streams in an Ogg container
|
||||
* `flac', a command-line program for encoding and decoding files
|
||||
* `metaflac', a command-line program for editing FLAC metadata
|
||||
* player plugins for XMMS and Winamp
|
||||
* user and API documentation
|
||||
|
||||
The libraries (libFLAC, libFLAC++, libOggFLAC, and libOggFLAC++) are
|
||||
licensed under the GNU Lesser General Public License (LGPL). All other
|
||||
programs and plugins are licensed under the GNU General Public License
|
||||
(GPL). The documentation is licensed under the GNU Free Documentation
|
||||
License (GFDL).
|
||||
|
||||
|
||||
===============================================================================
|
||||
FLAC - 1.0.3 - Contents
|
||||
|
@ -84,13 +84,14 @@
|
||||
<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.
|
||||
|
@ -109,13 +109,14 @@
|
||||
<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.
|
||||
|
Loading…
Reference in New Issue
Block a user