updates for 0.10
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 5 Jun 2001 23:34:38 +0000 (23:34 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 5 Jun 2001 23:34:38 +0000 (23:34 +0000)
doc/documentation.html
doc/index.html

index ae16852..3f72a58 100644 (file)
                                You may use many -S options; the resulting SEEKTABLE will be the unique-ified union of all such values.<BR>
                                With no -S options, flac defaults to '-S 100x'.  Use -S- for no SEEKTABLE.<BR>
                                NOTE: -S #x will not work if the encoder can't determine the input size before starting.<BR>
-                               NOTE: if you use -S # and # is >= samples in the input, there will be either no seek point entered (if the input size is determinable before encoding starts) or a placeholder point (if input size is not determinable)<BR>
+                               NOTE: if you use -S # and # is >= samples in the input, there will be either no seek point entered (if the input size is determinable before encoding starts) or a placeholder point (if input size is not determinable).<BR>
                        </TD>
                </TR>
                <TR>
                                -b #
                        </TD>
                        <TD>
-                               Specify the blocksize in samples.  The default is 1152 for -l 0, otherwise 4608.  Subset streams must use one of 192/576/1152/2304/4608/256/512/1024/2048/4096/8192/16384/32768.  The current encoder uses the same blocksize for the entire stream.
+                               Specify the blocksize in samples.  The default is 1152 for -l 0, otherwise 4608.  Subset streams must use one of 192/576/1152/2304/4608/256/512/1024/2048/4096/8192/16384/32768.  The reference encoder uses the same blocksize for the entire stream.
                        </TD>
                </TR>
                <TR>
                                -9
                        </TD>
                        <TD>
-                               Synonymous with -l 32 -b 4608 -m -e -r 16 -R 32 -p.  This is painfully slow but gives you the maximum compression <B><TT>flac</TT></B> can do for the given blocksize.
+                               Synonymous with -l 32 -b 4608 -m -e -r 16 -p.  This is painfully slow but gives you the maximum compression <B><TT>flac</TT></B> can do for the given blocksize.
                        </TD>
                </TR>
                <TR>
                        <TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
                        </TD>
                        <TD>
-                               -S-, -m-, -e-, -p-, -V-, --lax- can all be used to turn off a particular option.
+                               <TT>-S-</TT>, <TT>-m-</TT>, <TT>-e-</TT>, <TT>-p-</TT>, <TT>-V-</TT>, <TT>--lax-</TT> can all be used to turn off a particular option.
                        </TD>
                </TR>
        </TABLE>
index ce2cf7e..deb45cd 100644 (file)
@@ -58,7 +58,7 @@
        <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0"><TR BGCOLOR="#000000"><TD><IMG SRC="images/1x1.gif" WIDTH="1" HEIGHT="1" ALT=""></TD></TR></TABLE>
        <TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
        <TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial">
-       <P>FLAC is currently in the beta stage and the format has been frozen.  The current version is 0.9.  See <A HREF="news.html#20010331">here</A> for the changes since 0.8.  There might be one more beta before the final release.  In CVS, the decoder has been sped up by almost a factor of 2 already since 0.9 and there will be some assembly optimizations on the encoder side to test out soon.</P>
+       <P>FLAC is currently in the beta stage and the format has been frozen.  The current version is 0.10 and has many improvements since 0.9.  The encoder and decoder are both significantly faster as a result of C and assembly optimizations.  There are also several new features; see <A HREF="news.html#20010607">here</A> for the complete list.  This is probably the last beta before the first official release.</P>
        <P>Remember, since FLAC is still technically beta, always use the verify option (-V) when encoding before deleting your originals.</P>
        <P>If you use FLAC and have suggestions or bugs, please <A HREF="http://sourceforge.net/mail/?group_id=13478">join the mailing list</A> or <A HREF="http://sourceforge.net/project/memberlist.php?group_id=13478">developers group</A> and help us move to an official 1.0 version.</P>
        </FONT>
        </TABLE>
        <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0"><TR BGCOLOR="#000000"><TD><IMG SRC="images/1x1.gif" WIDTH="1" HEIGHT="1" ALT=""></TD></TR></TABLE>
        <TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
+               <TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20010607">06-Jun-2001</A> :<BR>&nbsp;&nbsp;Version 0.10 released<BR></FONT></SMALL></TD></TR>
                <TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20010331">31-Mar-2001</A> :<BR>&nbsp;&nbsp;Version 0.9 released<BR></FONT></SMALL></TD></TR>
                <TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20010305">05-Mar-2001</A> :<BR>&nbsp;&nbsp;Version 0.8 released<BR></FONT></SMALL></TD></TR>
                <TR><TD BGCOLOR="#EEEED4"><SMALL><FONT FACE="Lucida,Verdana,Helvetica,Arial"><A HREF="news.html#20010212">12-Feb-2001</A> :<BR>&nbsp;&nbsp;Version 0.7 released<BR></FONT></SMALL></TD></TR>