diff --git a/doc/index.html b/doc/index.html index 61140b67..155fac2f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -27,6 +27,7 @@   features  |   goals  |   format  | +   id  |   comparison  |   documentation  |   developers   @@ -57,7 +58,8 @@
@@ -150,6 +152,29 @@ +
-

FLAC is currently in the beta stage and the format has been frozen. New in version 0.7: gcc compiler optimizations, several bug fixes, larger test suite. See here for more. Since FLAC is still technically beta, always use the verify option (-V) when encoding before deleting your originals.

+

FLAC is currently in the beta stage and the format has been frozen. The latest version 0.8 has a lot of new things; see here for full details, but in short: 1) there is a new metadata editor; 2) 24-bit files are now supported; 3) there is a new metadata block for third-party applications; and 4) lots of bug fixes. FLAC is now much closer to an official release.

+

Since FLAC is still technically beta, always use the verify option (-V) when encoding before deleting your originals.

If you use FLAC and have suggestions or bugs, please join the mailing list or developers group and help us move to an official 1.0 version.

+ +
+
+ + +
+ id registration +
+
+ + +
+

+ If you have an application that uses FLAC and would like it to be able to tag .flac files with custom metadata, visit the registration page to register an ID for your application. +

+
+
+
+
+ + +
@@ -195,6 +220,7 @@
+ diff --git a/doc/news.html b/doc/news.html index 26984a19..8ddab7dd 100644 --- a/doc/news.html +++ b/doc/news.html @@ -27,6 +27,7 @@ + @@ -54,6 +55,33 @@
05-Mar-2001 :
  Version 0.8 is out
12-Feb-2001 :
  Version 0.7 released
28-Jan-2001 :
  FLAC gets FASTER for version 0.6
15-Jan-2001 :
  FLAC goes beta with version 0.5
  features  |   goals  |   format  |  id  |   comparison  |   documentation  |   developers  
+ +

+ 05-Mar-2001: +

+

+

    +
  • + FLAC 0.8 released.  This release is a result of extensive testing and fixes several bugs encountered when pushing the encoder to the limit. I'm pretty confident in the stability of the encoder/decoder now for all kinds of input. There have also been several features added. Here is a complete list of the changes since 0.7: +
      +
    • Created a new utility called metaflac. It is a metadata editor for .flac files. Right now it just lists the contents of the metadata blocks but eventually it will allow update/insertion/deletion.
    • +
    • Added two new metadata blocks: PADDING which has an obvious function, and APPLICATION, which is meant to be open to third party applications. See the latest format docs for more info.
    • +
    • Added a -P option to flac to reserve a PADDING block when encoding.
    • +
    • Added support for 24-bit files to flac (the FLAC format always supported it).
    • +
    • Started the Winamp3 plugin.@@@
    • +
    • Greatly expanded the test suite, adding more streams (24-bit streams, noise streams, non-audio streams, more patterns) and more option combinations to the encoder. The test suite runs about 30 streams and over 5000 encodings now.
    • +
    • Fixed a bug in libFLAC that happened when using an exhaustive LPC coefficient quantization search with 8 bps input.
    • +
    • Fixed a bug in libFLAC where the error estimation in the fixed predictor could overflow.
    • +
    • Fixed a bug in libFLAC where LPC was attempted even when the autocorrelation coefficients implied it wouldn't help.
    • +
    • Reworked the LPC coefficient quantizer, which also fixed another bug that might occur in rare cases.
    • +
    • Really fixed the '-V overflow' bug (c.f. bug #131976).
    • +
    • Fixed a bug in flac related to the decode buffer sizing.
    • +
    + FLAC is very close to being ready for an official release. The only known problems left are with the Winamp plugins, which should be fixed soon, and pipes with MSVC. +
  • +
+

+

12-Feb-2001:

@@ -72,6 +100,7 @@

+

28-Jan-2001:

@@ -88,6 +117,7 @@

+

15-Jan-2001:

@@ -102,6 +132,7 @@

+

23-Dec-2000:

@@ -110,6 +141,7 @@
  • FLAC 0.4 released.  This version fixes a bug in the constant subframe detection. More importantly, a verify option (-V) has been added to flac that verifies the encoding process. With this option turned on, flac will create a parallel decoder while encoding to make sure that the encoded output decodes to exactly match the original input. In this way, any unknown bug in the encoder will be caught and flac will abort with an error message.
  • +

    10-Dec-2000: