add news item for 0.10

This commit is contained in:
Josh Coalson 2001-06-05 23:34:56 +00:00
parent 4c4aed9a03
commit 1178a14884

View File

@ -56,6 +56,27 @@
<TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4"> <TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
<TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial"> <TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial">
<P>
<A NAME="20010607">07-Jun-2001:</A>
</P>
<P>
<UL>
<LI>
<B>FLAC 0.10 released.</B>&nbsp;&nbsp;This is probably the final beta. There have been many improvements in the last two months:
<UL>
<LI>Both the encoder and decoder have been significantly sped up. Aside from C improvements, the code base now has an assembly infrastructure that allows assembly routines for different architectures to be easily integrated. Many key routines have now have faster IA-32 implementations (thanks to Miroslav).</LI>
<LI>A new metadata block <A HREF="format.html#def_SEEKTABLE">SEEKTABLE</A> has been defined to hold an arbitrary number of seek points, which speeds up seeking within a stream.</LI>
<LI><B><TT>flac</TT></B> now has a command-line usage similar to 'gzip'; make sure to see the latest <A HREF="documentation.html">documentation</A> for the new usage.</LI>
<LI>The -# options in <B><TT>flac</TT></B> have been tweaked to yield the best compression-to-encode-time ratios. The new default is -5.</LI>
<LI>The WAVE reader in <B><TT>flac</TT></B> now just ignores (with a warning) unsupported sub-chunks instead of aborting with an error.</LI>
<LI>Changed the XMMS plugin to send smaller chunks of samples (now 512) so that visualization is not slow.</LI>
<LI>Fixed a bug in the stream decoder where the decoded samples counter got corrupted after a seek.</LI>
</UL>
It should be a short hop to 1.0.
</LI>
</UL>
</P>
<P> <P>
<A NAME="20010331">31-Mar-2001:</A> <A NAME="20010331">31-Mar-2001:</A>
</P> </P>