diff --git a/doc/index.html b/doc/index.html index ab290929..8f8892cb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -79,9 +79,7 @@
@@ -212,7 +210,7 @@
-

FLAC 1.0 is out! It's been a long time coming but it's finally here. Thanks to everyone who made it possible. FLAC is now clearly the strongest open source lossless audio codec and will continue to improve through the work of the open-source community.

-

The differences since 0.10 are mostly bug fixes but there is a new feature for aligning encoded files on sector boundaries. The complete list of changes is here.

-

FLAC 1.0 has been through a huge amount of testing now, including tens-of-thousands of unit and regression tests, and thousands of real-life CD audio tracks. However, if you're paranoid like me you can keep using the verify option (-V) when archiving.

+

FLAC 1.0.1 is out. There are a few new features and a few bugfixes. There is a new Winamp 3 plugin. Also, FLAC can now read and write FLAC streams using Ogg as the transport layer. See here for more.

If you use FLAC and have suggestions or patches, please join the mailing list or developers group. Bugs can be filed here.

- I came up with FLAC because no audio compression format I could find did everything I needed. Since I couldn't mash them all together (most are closed-source), I solidified all my requirements (now the FLAC goals) and wrote the first implementation. I intended to open-source it from the beginning for two reasons: 1) so that people who knew more about audio compression than me could help improve it; and 2) I wanted to give something back to the OS community, whose huge body of work I rely on so much. + I developed FLAC because no audio compression format I could find did everything I needed. Since I couldn't mash them all together (most are closed-source), I solidified all my requirements (now the FLAC goals) and wrote the first implementation. I intended to open-source it from the beginning for two reasons: 1) so that people who knew more about audio compression than me could help improve it; and 2) I wanted to give something back to the OS community, whose huge body of work I rely on so much.

So I started the FLAC project on SourceForge as soon as I had a relatively complete first implementation. Now I'm the maintainer of the FLAC project. You can get in touch with me about it through the mailing list or directly @@ -245,6 +243,7 @@

+ diff --git a/doc/news.html b/doc/news.html index 0ee07b7a..6bbc3451 100644 --- a/doc/news.html +++ b/doc/news.html @@ -77,6 +77,42 @@
14-Nov-2001 :
  Version 1.0.1 released
20-Jul-2001 :
  FLAC 1.0 is here!
06-Jun-2001 :
  Version 0.10 released
31-Mar-2001 :
  Version 0.9 released
+

+ 14-Nov-2001: +

+

+

    +
  • + FLAC 1.0.1 released  The core codec is unchanged but there have been some features added and some bugs fixed: +

    + New features for users: +

      +
    • Support for Ogg-FLAC, i.e. flac can now read and write FLAC streams using Ogg as the transport layer.
    • +
    • New Winamp 3 plugin based on the Wasabi Beta 1 SDK.
    • +
    • New utilities for adding FLAC support to the Monkey's Audio GUI (see how).
    • +
    • Mac OS X support. The download area now contains an OS X binary release.
    • +
    • Mingw32 support.
    • +
    • Better handling of MS-specific 'fmt' chunks in WAVE files.
    • +
    +

    + New features for developers: +

      +
    • Added a SeekableStreamDecoder layer between StreamDecoder and FileDecoder. This makes it easier to use libFLAC in situations where files have been abstracted away. See the latest documentation for more. The interface for the StreamDecoder and FileDecoder remain the same and are still binary-compatible with libFLAC 1.0.
    • +
    • Drastically reduced the stack requirements of the encoder.
    • +
    +

    + Bug fixes: +

      +
    • Fixed a serious bug with flac and raw input where the encoder was trying to rewind when it shouldn't, which would add 12 junk samples to the encoded file. This was not present in WAVE encoding.
    • +
    • Fixed a minor bug in libFLAC with setting the file name to stdin on a file decoder.
    • +
    • Fixed a minor bug in libFLAC where multiple calls to setting the file name on a file decoder caused leaked memory.
    • +
    • Fixed a minor bug in metaflac, now correctly skips an id3v2 tag if present.
    • +
    • Fixed a minor bug in metaflac, now correctly skips long metadata blocks.
    • +
    +
  • +
+

+

20-Jul-2001: