From 7be44091de85bd89e462f6570b25bce90ccbced7 Mon Sep 17 00:00:00 2001
From: Josh Coalson
- The libFLAC interface is described in the public header files in the include/FLAC directory. The public headers and the compiled library are all that is needed to compile and link against the library. Note that none of the code in src/libFLAC/, including the private header files in src/libFLAC/include/ is required. + The libFLAC interface is described in the public header files in the include/FLAC/ directory. The public headers and the compiled library are all that is needed to compile and link against the library. Note that none of the code in src/libFLAC/, including the private header files in src/libFLAC/include/ is required.
Aside from encoders and decoders, libFLAC provides a powerful metadata interface for manipulating metadata in FLAC files. It allows the user to add, delete, and modify FLAC metadata blocks and it can automatically take advantage of PADDING blocks to avoid rewriting the entire FLAC file when changing the size of the metadata. The documentation for the metadata interface is currently being rewritten but there are extensive usage comments in the header file include/FLAC/metadata.h. @@ -1029,7 +1029,7 @@
- Bug tracking is done on the Sourceforge project page here. If you submit a bug, please provide an email contact and/or use the Monitor feature. + Bug tracking is done on the Sourceforge project page here. If you submit a bug, make sure and provide an email contact or use the Monitor feature. The following are major known bugs in the current release: @@ -1076,7 +1076,7 @@ - Other front-ends may be wedged in the same way; if you have one in mind, post it to the flac-dev mailing list. + Other front-ends may be wedged in the same way; if you have one in mind, post it to the flac-dev mailing list. |
- Currently all releases are made through SourceForge and can be found here. For each version there is a source release and binary releases for Linux, Windows, and Darwin (includes OS X). + Currently all releases are made through SourceForge and can be found here. For each version there is a source release and binary releases for Linux, Windows, Solaris, and Darwin (includes OS X). Debian packages can be found here. diff --git a/doc/features.html b/doc/features.html index 8ca9c484..ce451f1c 100644 --- a/doc/features.html +++ b/doc/features.html @@ -85,11 +85,12 @@ - "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 libFLAC and libFLAC++ are available under the LGPL and the sources for flac and the plugins are available under the GPL. + "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 libFLAC and libFLAC++ are available under the LGPL and the sources for flac, metaflac, and the plugins are available under the GPL. 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. diff --git a/doc/index.html b/doc/index.html index 6a4ae899..7c68fdfa 100644 --- a/doc/index.html +++ b/doc/index.html @@ -110,11 +110,12 @@ - "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 libFLAC and libFLAC++ are available under the LGPL and the sources for flac and the plugins are available under the GPL. + "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 libFLAC and libFLAC++ are available under the LGPL and the sources for flac, metaflac, and the plugins are available under the GPL. 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. @@ -166,7 +167,7 @@
|