update for 1.0.3 release
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 13 Jun 2002 05:34:01 +0000 (05:34 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 13 Jun 2002 05:34:01 +0000 (05:34 +0000)
doc/comparison.html
doc/developers.html
doc/documentation.html
doc/download.html
doc/features.html
doc/index.html

index 57c2fca..2e623b5 100644 (file)
        <TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
        <TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial">
        <P>
-               The purpose of the comparison page is not only to show how compression ratios and encoding times using the flac reference encoder compare to other lossless encoders, but also to compare features (for example, some coders archive only and files must be uncompressed completely before playback can start).  Keep a few things in mind:
+               The purpose of the comparison page is not only to show how compression ratios and encoding/decoding times using the flac reference encoder compare to other lossless encoders, but also to compare features (for example, some coders archive only and files must be uncompressed completely before playback can start).  Keep a few things in mind:
        </P>
        <P>
        <UL>
                <LI>
-                       As far as I know, only three of the lossless encoders out there (Bonk, flac and Kexis) are truly free (source code for Shorten is available but the license is more restrictive).  Most others give out free binaries, but without access to the source, you are leaving your data to the whim of the maintainer for eternity; you have no way to port the program to another OS or fix it if it breaks.  This can be a serious drawback unless the format has world-class clout (like MP3).
+                       As far as I know, only three of the lossless encoders out there (Bonk, flac and Kexis) are truly free (source code for Shorten and Monkey's Audio is available but the licenses are more restrictive).  Most others give out free binaries, but without access to the source, you are leaving your data to the whim of the maintainer for eternity; you have no way to port the program to another OS or fix it if it breaks.  This can be a serious drawback unless the format has world-class clout (like MP3).
                </LI>
                <LI>
-                       The compression ratios and times are representative only of the reference encoder.  They are not indicative of the limits of all FLAC encoders or the FLAC format itself since the format is open and extensible, and anyone is free to write a better FLAC encoder.  And it is almost certain that the reference encoder itself will improve.
+                       The compression ratios and times for flac are representative only of the reference encoder.  They are not indicative of the limits of all FLAC encoders or the FLAC format itself since the format is open and extensible, and anyone is free to write a better FLAC encoder.  And it is almost certain that the reference encoder itself will improve.
                </LI>
                <LI>
                        Since FLAC supports streaming, it is at a slight disadvantage to the formats that don't because they don't have the extra overhead of all those frame headers.
                The first table is a summary of results on all input tracks.  The remaining tables show the results of the encoders on each track.  The summary table has more modes, whereas the individual tables have just the interesting ones.
        </P>
        <P>
-               In the summary table, entries are sorted by weighted compression ratio, which is the average of the ratios for each track; this keeps long tracks from having more influence than short ones.  In the individual tables, this is the same as the straight compression ratio, which is compressed size / uncompressed size.
+               In the summary table, entries are sorted by average compression ratio, which is the average of the ratios for each track; this keeps long tracks from having more influence than short ones.  In the individual tables, this is the same as the straight compression ratio, which is compressed size / uncompressed size.
        </P>
        <P>
                Some interesting things to note:
                <UL>
                        <LI>flac -5 is right in the middle with respect to compression, relatively fast on the encoding range, and one of the fastest decoding.  This is about what you would expect; FLAC is designed to put most of the processing on the encoding side, which is only done once, whereas the adaptive codecs take as long to decode as encode.  FLAC is more suited in this way for playback on low-power devices and is one of the reasons it is the only lossless codec with any kind of hardware support.</LI>
-                       <LI>Uniformity between unweighted and weighted ratio means the codec performs the same across genres.</LI>
                        <LI>LPAC quality settings are not too stable with -r (which allows seeking during playback) turned on.</LI>
                        <LI>RKAU also has a tendency to get bigger in the 'high' mode.</LI>
                        <LI>Another ironic fact is that the encoders that are patented or cost money turn out to be the worst by most measures.  SPS is so archane and crippled that I gave up trying to put together results for it after one track.</LI>
                                <FONT SIZE="+1"><B>Compressed<BR>size</B></FONT>
                        </TD>
                        <TD BGCOLOR="#F4F4CC">
-                               <FONT SIZE="+1"><B>Compression<BR>ratio</B></FONT>
+                               <FONT SIZE="+1"><B>Overall<BR>compression<BR>ratio</B></FONT>
                        </TD>
                        <TD BGCOLOR="#F4F4CC">
-                               <FONT SIZE="+1"><B>Weighted<BR>ratio</B></FONT>
+                               <FONT SIZE="+1"><B>Average<BR>compression<BR>ratio</B></FONT>
                        </TD>
                </TR>
-               <!-- BGCOLOR="#D3D4C5" -->
                <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>26:52.07</TD><TD>28:44.55</TD><TD>386.96 MB</TD><TD>0.4958</TD><TD>0.5119</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>24:19.58</TD><TD>25:37.44</TD><TD>389.04 MB</TD><TD>0.4984</TD><TD>0.5151</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>24:19.58</TD><TD>25:37.44</TD><TD>389.04 MB</TD><TD>0.4984</TD><TD>0.5151</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>13:59.07</TD><TD>15:30.69</TD><TD>391.76 MB</TD><TD>0.5019</TD><TD>0.5179</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>16:34.96</TD><TD>17:57.28</TD><TD>394.69 MB</TD><TD>0.5056</TD><TD>0.5223</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>16:34.96</TD><TD>17:57.28</TD><TD>394.69 MB</TD><TD>0.5056</TD><TD>0.5223</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>11:42.34</TD><TD>13:11.29</TD><TD>395.04 MB</TD><TD>0.5061</TD><TD>0.5223</TD></TR>
-               <TR><TD>RKAU 1.07 (normal)</TD><TD>53:46.74</TD><TD>23:31.10</TD><TD>395.71 MB</TD><TD>0.5070</TD><TD>0.5229</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>RKAU 1.07 (normal)</TD><TD>53:46.74</TD><TD>23:31.10</TD><TD>395.71 MB</TD><TD>0.5070</TD><TD>0.5229</TD></TR>
                <TR><TD>RKAU 1.07 (fast)</TD><TD>26:35.34</TD><TD>20:13.22</TD><TD>399.25 MB</TD><TD>0.5115</TD><TD>0.5262</TD></TR>
-               <TR><TD>LPAC 1.40 (-r, medium)</TD><TD>18:52.79</TD><TD>10:43.32</TD><TD>403.52 MB</TD><TD>0.5170</TD><TD>0.5319</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>LPAC 1.40 (-r, medium)</TD><TD>18:52.79</TD><TD>10:43.32</TD><TD>403.52 MB</TD><TD>0.5170</TD><TD>0.5319</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>9:05.59</TD><TD>10:51.09</TD><TD>401.63 MB</TD><TD>0.5145</TD><TD>0.5327</TD></TR>
-               <TR><TD>flac 1.0.3 (-5, default)</TD><TD>13:26.74</TD><TD>7:19.04</TD><TD>413.43 MB</TD><TD>0.5297</TD><TD>0.5458</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-5, default)</TD><TD>13:26.74</TD><TD>7:19.04</TD><TD>413.43 MB</TD><TD>0.5297</TD><TD>0.5458</TD></TR>
                <TR><TD>flac 1.0.3 (-3)</TD><TD>10:07.34</TD><TD>7:14.68</TD><TD>419.26 MB</TD><TD>0.5371</TD><TD>0.5543</TD></TR>
-               <TR><TD>Bonk 0.5</TD><TD>36:56.36</TD><TD>27:09.35</TD><TD>418.65 MB</TD><TD>0.5364</TD><TD>0.5543</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Bonk 0.5</TD><TD>36:56.36</TD><TD>27:09.35</TD><TD>418.65 MB</TD><TD>0.5364</TD><TD>0.5543</TD></TR>
                <TR><TD>WavPack 3.91 (high)</TD><TD>7:15.37</TD><TD>?</TD><TD>418.09 MB</TD><TD>0.5356</TD><TD>0.5556</TD></TR>
-               <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>431.08 MB</TD><TD>0.5522</TD><TD>0.5714</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>431.08 MB</TD><TD>0.5522</TD><TD>0.5714</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>9:44.48</TD><TD>6:31.74</TD><TD>433.56 MB</TD><TD>0.5555</TD><TD>0.5729</TD></TR>
-               <TR><TD>Kexis 0.2.2</TD><TD>17:49.06</TD><TD>14:53.90</TD><TD>434.33 MB</TD><TD>0.5564</TD><TD>0.5750</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Kexis 0.2.2</TD><TD>17:49.06</TD><TD>14:53.90</TD><TD>434.33 MB</TD><TD>0.5564</TD><TD>0.5750</TD></TR>
                <TR><TD>WaveZIP</TD><TD>8:41.72</TD><TD>?</TD><TD>452.95 MB</TD><TD>0.5802</TD><TD>0.5986</TD></TR>
-               <TR><TD>RIFF WAVE</TD><TD>&nbsp;</TD><TD>&nbsp;</TD><TD>780.56 MB</TD><TD>1.0000</TD><TD>1.0000</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>RIFF WAVE</TD><TD>&nbsp;</TD><TD>&nbsp;</TD><TD>780.56 MB</TD><TD>1.0000</TD><TD>1.0000</TD></TR>
        </TABLE>
        </TD></TR></TABLE>
        </P>
                                <FONT SIZE="+1"><B>Compressed<BR>size</B></FONT>
                        </TD>
                        <TD BGCOLOR="#F4F4CC">
-                               <FONT SIZE="+1"><B>Compression<BR>ratio</B></FONT>
+                               <FONT SIZE="+1"><B>Overall<BR>compression<BR>ratio</B></FONT>
                        </TD>
                        <TD BGCOLOR="#F4F4CC">
-                               <FONT SIZE="+1"><B>Weighted<BR>ratio</B></FONT>
+                               <FONT SIZE="+1"><B>Average<BR>compression<BR>ratio</B></FONT>
                        </TD>
                </TR>
                <!-- BGCOLOR="#D3D4C5" -->
                <TR><TD>optimFROG 4.21 (mode 4 @ 2x)</TD><TD>183:05.29</TD><TD>184:13.42</TD><TD>386.13 MB</TD><TD>0.4947</TD><TD>0.5105</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>338:34.96</TD><TD>339:23.24</TD><TD>386.22 MB</TD><TD>0.4948</TD><TD>0.5105</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>338:34.96</TD><TD>339:23.24</TD><TD>386.22 MB</TD><TD>0.4948</TD><TD>0.5105</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 4 @ 4x)</TD><TD>105:15.85</TD><TD>106:36.23</TD><TD>386.21 MB</TD><TD>0.4948</TD><TD>0.5107</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 3 @ 2x)</TD><TD>92:48.79</TD><TD>93:49.75</TD><TD>386.52 MB</TD><TD>0.4952</TD><TD>0.5110</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 3 @ 2x)</TD><TD>92:48.79</TD><TD>93:49.75</TD><TD>386.52 MB</TD><TD>0.4952</TD><TD>0.5110</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 3 @ 1x)</TD><TD>161:51.00</TD><TD>162:10.62</TD><TD>386.55 MB</TD><TD>0.4952</TD><TD>0.5110</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 3 @ 4x)</TD><TD>58:18.40</TD><TD>59:30.51</TD><TD>386.71 MB</TD><TD>0.4954</TD><TD>0.5114</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 3 @ 4x)</TD><TD>58:18.40</TD><TD>59:30.51</TD><TD>386.71 MB</TD><TD>0.4954</TD><TD>0.5114</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>26:52.07</TD><TD>28:44.55</TD><TD>386.96 MB</TD><TD>0.4958</TD><TD>0.5119</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 2 @ 1x)</TD><TD>68:22.58</TD><TD>69:29.50</TD><TD>387.71 MB</TD><TD>0.4967</TD><TD>0.5128</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 2 @ 1x)</TD><TD>68:22.58</TD><TD>69:29.50</TD><TD>387.71 MB</TD><TD>0.4967</TD><TD>0.5128</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 2 @ 2x)</TD><TD>44:17.55</TD><TD>45:31.33</TD><TD>387.72 MB</TD><TD>0.4967</TD><TD>0.5129</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 2 @ 4x)</TD><TD>32:16.85</TD><TD>33:30.92</TD><TD>387.93 MB</TD><TD>0.4970</TD><TD>0.5133</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 2 @ 4x)</TD><TD>32:16.85</TD><TD>33:30.92</TD><TD>387.93 MB</TD><TD>0.4970</TD><TD>0.5133</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 1 @ 1x)</TD><TD>43:00.91</TD><TD>44:13.07</TD><TD>388.71 MB</TD><TD>0.4980</TD><TD>0.5146</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 1 @ 2x)</TD><TD>30:35.00</TD><TD>31:50.50</TD><TD>388.81 MB</TD><TD>0.4981</TD><TD>0.5147</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 1 @ 2x)</TD><TD>30:35.00</TD><TD>31:50.50</TD><TD>388.81 MB</TD><TD>0.4981</TD><TD>0.5147</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>24:19.58</TD><TD>25:37.44</TD><TD>389.04 MB</TD><TD>0.4984</TD><TD>0.5151</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>13:59.07</TD><TD>15:30.69</TD><TD>391.76 MB</TD><TD>0.5019</TD><TD>0.5179</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (high)</TD><TD>13:59.07</TD><TD>15:30.69</TD><TD>391.76 MB</TD><TD>0.5019</TD><TD>0.5179</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 0 @ 1x)</TD><TD>20:51.21</TD><TD>22:08.44</TD><TD>394.35 MB</TD><TD>0.5052</TD><TD>0.5218</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 0 @ 2x)</TD><TD>17:59.86</TD><TD>19:20.53</TD><TD>394.48 MB</TD><TD>0.5054</TD><TD>0.5220</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 0 @ 2x)</TD><TD>17:59.86</TD><TD>19:20.53</TD><TD>394.48 MB</TD><TD>0.5054</TD><TD>0.5220</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>16:34.96</TD><TD>17:57.28</TD><TD>394.69 MB</TD><TD>0.5056</TD><TD>0.5223</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>11:42.34</TD><TD>13:11.29</TD><TD>395.04 MB</TD><TD>0.5061</TD><TD>0.5223</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (normal)</TD><TD>11:42.34</TD><TD>13:11.29</TD><TD>395.04 MB</TD><TD>0.5061</TD><TD>0.5223</TD></TR>
                <TR><TD>RKAU 1.07 (normal)</TD><TD>53:46.74</TD><TD>23:31.10</TD><TD>395.71 MB</TD><TD>0.5070</TD><TD>0.5229</TD></TR>
-               <TR><TD>RKAU 1.07 (high)</TD><TD>136:56.62</TD><TD>27:55.98</TD><TD>395.89 MB</TD><TD>0.5072</TD><TD>0.5235</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>RKAU 1.07 (high)</TD><TD>136:56.62</TD><TD>27:55.98</TD><TD>395.89 MB</TD><TD>0.5072</TD><TD>0.5235</TD></TR>
                <TR><TD>RKAU 1.07 (fast)</TD><TD>26:35.34</TD><TD>20:13.22</TD><TD>399.25 MB</TD><TD>0.5115</TD><TD>0.5262</TD></TR>
-               <TR><TD>LPAC 1.40 (-r, medium)</TD><TD>18:52.79</TD><TD>10:43.32</TD><TD>403.52 MB</TD><TD>0.5170</TD><TD>0.5319</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>LPAC 1.40 (-r, medium)</TD><TD>18:52.79</TD><TD>10:43.32</TD><TD>403.52 MB</TD><TD>0.5170</TD><TD>0.5319</TD></TR>
                <TR><TD>LPAC 1.40 (-r, extra high)</TD><TD>30:30.93</TD><TD>12:20.26</TD><TD>404.08 MB</TD><TD>0.5177</TD><TD>0.5322</TR>
-               <TR><TD>LPAC 1.40 (-r, high)</TD><TD>24:56.56</TD><TD>11:51.64</TD><TD>404.03 MB</TD><TD>0.5176</TD><TD>0.5323</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>LPAC 1.40 (-r, high)</TD><TD>24:56.56</TD><TD>11:51.64</TD><TD>404.03 MB</TD><TD>0.5176</TD><TD>0.5323</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>9:05.59</TD><TD>10:51.09</TD><TD>401.63 MB</TD><TD>0.5145</TD><TD>0.5327</TD></TR>
-               <TR><TD>flac 1.0.3 (-8)</TD><TD>55:49.51</TD><TD>7:25.36</TD><TD>411.85 MB</TD><TD>0.5276</TD><TD>0.5436</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-8)</TD><TD>55:49.51</TD><TD>7:25.36</TD><TD>411.85 MB</TD><TD>0.5276</TD><TD>0.5436</TD></TR>
                <TR><TD>flac 1.0.3 (-5, default)</TD><TD>13:26.74</TD><TD>7:19.04</TD><TD>413.43 MB</TD><TD>0.5297</TD><TD>0.5458</TD></TR>
-               <TR><TD>flac 1.0.3 (-3)</TD><TD>10:07.34</TD><TD>7:14.68</TD><TD>419.26 MB</TD><TD>0.5371</TD><TD>0.5543</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-3)</TD><TD>10:07.34</TD><TD>7:14.68</TD><TD>419.26 MB</TD><TD>0.5371</TD><TD>0.5543</TD></TR>
                <TR><TD>Bonk 0.5</TD><TD>36:56.36</TD><TD>27:09.35</TD><TD>418.65 MB</TD><TD>0.5364</TD><TD>0.5543</TD></TR>
-               <TR><TD>WavPack 3.91 (high)</TD><TD>7:15.37</TD><TD>?</TD><TD>418.09 MB</TD><TD>0.5356</TD><TD>0.5556</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WavPack 3.91 (high)</TD><TD>7:15.37</TD><TD>?</TD><TD>418.09 MB</TD><TD>0.5356</TD><TD>0.5556</TD></TR>
                <TR><TD>flac 1.0.3 (-1)</TD><TD>8:55.94</TD><TD>7:22.51</TD><TD>432.29 MB</TD><TD>0.5538</TD><TD>0.5704</TD></TR>
-               <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>431.08 MB</TD><TD>0.5522</TD><TD>0.5714</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>431.08 MB</TD><TD>0.5522</TD><TD>0.5714</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>9:44.48</TD><TD>6:31.74</TD><TD>433.56 MB</TD><TD>0.5555</TD><TD>0.5729</TD></TR>
-               <TR><TD>Kexis 0.2.2</TD><TD>17:49.06</TD><TD>14:53.90</TD><TD>434.33 MB</TD><TD>0.5564</TD><TD>0.5750</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Kexis 0.2.2</TD><TD>17:49.06</TD><TD>14:53.90</TD><TD>434.33 MB</TD><TD>0.5564</TD><TD>0.5750</TD></TR>
                <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>12:00.04</TD><TD>7:25.12</TD><TD>438.86 MB</TD><TD>0.5622</TD><TD>0.5810</TD></TR>
-               <TR><TD>WaveZIP</TD><TD>8:41.72</TD><TD>?</TD><TD>452.95 MB</TD><TD>0.5802</TD><TD>0.5986</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WaveZIP</TD><TD>8:41.72</TD><TD>?</TD><TD>452.95 MB</TD><TD>0.5802</TD><TD>0.5986</TD></TR>
                <TR><TD>RIFF WAVE</TD><TD>&nbsp;</TD><TD>&nbsp;</TD><TD>780.56 MB</TD><TD>1.0000</TD><TD>1.0000</TD></TR>
        </TABLE>
        </TD></TR></TABLE>
                        </TD>
                </TR>
                <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>2:05.36</TD><TD>2:13.44</TD><TD>43.24 MB</TD><TD>0.7395</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>1:53.28</TD><TD>2:00.45</TD><TD>43.26 MB</TD><TD>0.7398</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>1:53.28</TD><TD>2:00.45</TD><TD>43.26 MB</TD><TD>0.7398</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>25:32.41</TD><TD>25:38.15</TD><TD>43.26 MB</TD><TD>0.7398</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>1:07.92</TD><TD>1:13.20</TD><TD>43.39 MB</TD><TD>0.7421</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (high)</TD><TD>1:07.92</TD><TD>1:13.20</TD><TD>43.39 MB</TD><TD>0.7421</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>1:17.95</TD><TD>1:25.67</TD><TD>43.42 MB</TD><TD>0.7426</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:57.04</TD><TD>1:03.37</TD><TD>43.48 MB</TD><TD>0.7436</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:57.04</TD><TD>1:03.37</TD><TD>43.48 MB</TD><TD>0.7436</TD></TR>
                <TR><TD>RKAU 1.07 (normal)</TD><TD>1:57.68</TD><TD>1:33.38</TD><TD>43.81 MB</TD><TD>0.7493</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:44.33</TD><TD>0:51.22</TD><TD>43.97 MB</TD><TD>0.7520</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:44.33</TD><TD>0:51.22</TD><TD>43.97 MB</TD><TD>0.7520</TD></TR>
                <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>1:27.61</TD><TD>0:56.18</TD><TD>44.12 MB</TD><TD>0.7545</TD></TR>
-               <TR><TD>flac 1.0.3 (-8)</TD><TD>4:20.41</TD><TD>0:37.86</TD><TD>44.33 MB</TD><TD>0.7581</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-8)</TD><TD>4:20.41</TD><TD>0:37.86</TD><TD>44.33 MB</TD><TD>0.7581</TD></TR>
                <TR><TD>Bonk 0.5</TD><TD>2:56.03</TD><TD>2:11.58</TD><TD>44.35 MB</TD><TD>0.7585</TD></TR>
-               <TR><TD>flac 1.0.3 (-5, default)</TD><TD>1:03.87</TD><TD>0:37.55</TD><TD>44.40 MB</TD><TD>0.7594</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-5, default)</TD><TD>1:03.87</TD><TD>0:37.55</TD><TD>44.40 MB</TD><TD>0.7594</TD></TR>
                <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:58.81</TD><TD>0:37.63</TD><TD>44.75 MB</TD><TD>0.7654</TD></TR>
-               <TR><TD>flac 1.0.3 (-3)</TD><TD>0:48.52</TD><TD>0:37.22</TD><TD>44.78 MB</TD><TD>0.7658</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-3)</TD><TD>0:48.52</TD><TD>0:37.22</TD><TD>44.78 MB</TD><TD>0.7658</TD></TR>
                <TR><TD>WavPack 3.91 (high)</TD><TD>0:35.86</TD><TD>?</TD><TD>45.14 MB</TD><TD>0.7720</TD></TR>
-               <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>45.17 MB</TD><TD>0.7725</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>45.17 MB</TD><TD>0.7725</TD></TR>
                <TR><TD>Pegasus-SPS</TD><TD>4:45.00</TD><TD>?</TD><TD>45.40 MB</TD><TD>0.7765</TD></TR>
-               <TR><TD>Kexis 0.2.2</TD><TD>1:24.83</TD><TD>1:10.93</TD><TD>46.52 MB</TD><TD>0.7956</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Kexis 0.2.2</TD><TD>1:24.83</TD><TD>1:10.93</TD><TD>46.52 MB</TD><TD>0.7956</TD></TR>
                <TR><TD>flac 1.0.3 (-1)</TD><TD>0:44.07</TD><TD>0:37.77</TD><TD>46.64 MB</TD><TD>0.7977</TD></TR>
-               <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:47.75</TD><TD>0:32.56</TD><TD>46.68 MB</TD><TD>0.7984</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:47.75</TD><TD>0:32.56</TD><TD>46.68 MB</TD><TD>0.7984</TD></TR>
                <TR><TD>WaveZIP</TD><TD>0:38.99</TD><TD>?</TD><TD>47.22 MB</TD><TD>0.8077</TD></TR>
                <TR>
                        <TD COLSPAN="6" BGCOLOR="#F4F4CC">&nbsp;</TD>
                        </TD>
                </TR>
                <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>0:40.76</TD><TD>0:21.21</TD><TD>14.77 MB</TD><TD>0.5298</TD></TR>
-               <TR><TD>flac 1.0.3 (-8)</TD><TD>1:58.90</TD><TD>0:17.33</TD><TD>15.01 MB</TD><TD>0.5384</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-8)</TD><TD>1:58.90</TD><TD>0:17.33</TD><TD>15.01 MB</TD><TD>0.5384</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>0:53.39</TD><TD>0:55.52</TD><TD>15.01 MB</TD><TD>0.5385</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>12:02.54</TD><TD>12:03.76</TD><TD>15.02 MB</TD><TD>0.5390</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>12:02.54</TD><TD>12:03.76</TD><TD>15.02 MB</TD><TD>0.5390</TD></TR>
                <TR><TD>flac 1.0.3 (-5, default)</TD><TD>0:29.56</TD><TD>0:15.57</TD><TD>15.11 MB</TD><TD>0.5423</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:36.81</TD><TD>0:39.19</TD><TD>15.13 MB</TD><TD>0.5429</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:36.81</TD><TD>0:39.19</TD><TD>15.13 MB</TD><TD>0.5429</TD></TR>
                <TR><TD>RKAU 1.07 (normal)</TD><TD>0:54.82</TD><TD>0:42.71</TD><TD>15.15 MB</TD><TD>0.5435</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>0:58.52</TD><TD>1:01.81</TD><TD>15.25 MB</TD><TD>0.5471</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (extra high)</TD><TD>0:58.52</TD><TD>1:01.81</TD><TD>15.25 MB</TD><TD>0.5471</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>0:30.88</TD><TD>0:33.55</TD><TD>15.34 MB</TD><TD>0.5505</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:25.45</TD><TD>0:28.37</TD><TD>15.35 MB</TD><TD>0.5509</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:25.45</TD><TD>0:28.37</TD><TD>15.35 MB</TD><TD>0.5509</TD></TR>
                <TR><TD>flac 1.0.3 (-3)</TD><TD>0:22.29</TD><TD>0:15.29</TD><TD>15.43 MB</TD><TD>0.5537</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:19.85</TD><TD>0:22.90</TD><TD>15.58 MB</TD><TD>0.5592</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:19.85</TD><TD>0:22.90</TD><TD>15.58 MB</TD><TD>0.5592</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:21.16</TD><TD>0:13.55</TD><TD>15.78 MB</TD><TD>0.5662</TD></TR>
-               <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:26.82</TD><TD>0:16.75</TD><TD>16.21 MB</TD><TD>0.5818</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:26.82</TD><TD>0:16.75</TD><TD>16.21 MB</TD><TD>0.5818</TD></TR>
                <TR><TD>flac 1.0.3 (-1)</TD><TD>0:19.92</TD><TD>0:15.67</TD><TD>16.38 MB</TD><TD>0.5879</TD></TR>
-               <TR><TD>Bonk 0.5</TD><TD>1:22.01</TD><TD>1:00.12</TD><TD>16.73 MB</TD><TD>0.6003</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Bonk 0.5</TD><TD>1:22.01</TD><TD>1:00.12</TD><TD>16.73 MB</TD><TD>0.6003</TD></TR>
                <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>17.03 MB</TD><TD>0.6112</TD></TR>
-               <TR><TD>WavPack 3.91 (high)</TD><TD>0:10.55</TD><TD>?</TD><TD>17.13 MB</TD><TD>0.6148</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WavPack 3.91 (high)</TD><TD>0:10.55</TD><TD>?</TD><TD>17.13 MB</TD><TD>0.6148</TD></TR>
                <TR><TD>Kexis 0.2.2</TD><TD>0:38.72</TD><TD>0:32.25</TD><TD>17.40 MB</TD><TD>0.6242</TD></TR>
-               <TR><TD>WaveZIP</TD><TD>0:17.55</TD><TD>?</TD><TD>17.89 MB</TD><TD>0.6420</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WaveZIP</TD><TD>0:17.55</TD><TD>?</TD><TD>17.89 MB</TD><TD>0.6420</TD></TR>
                <TR>
                        <TD COLSPAN="6" BGCOLOR="#F4F4CC">&nbsp;</TD>
                </TR>
                        </TD>
                </TR>
                <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>27:58.28</TD><TD>28:01.87</TD><TD>37.96 MB</TD><TD>0.5907</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>2:03.43</TD><TD>2:09.27</TD><TD>38.15 MB</TD><TD>0.5937</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>2:03.43</TD><TD>2:09.27</TD><TD>38.15 MB</TD><TD>0.5937</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>2:14.70</TD><TD>2:24.30</TD><TD>38.23 MB</TD><TD>0.5950</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>1:09.82</TD><TD>1:18.09</TD><TD>38.42 MB</TD><TD>0.5979</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (high)</TD><TD>1:09.82</TD><TD>1:18.09</TD><TD>38.42 MB</TD><TD>0.5979</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:58.69</TD><TD>1:07.02</TD><TD>38.59 MB</TD><TD>0.6005</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>1:24.44</TD><TD>1:30.97</TD><TD>38.68 MB</TD><TD>0.6020</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>1:24.44</TD><TD>1:30.97</TD><TD>38.68 MB</TD><TD>0.6020</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:46.50</TD><TD>0:55.41</TD><TD>39.18 MB</TD><TD>0.6098</TD></TR>
-               <TR><TD>RKAU 1.07 (normal)</TD><TD>2:16.00</TD><TD>1:41.84</TD><TD>39.42 MB</TD><TD>0.6135</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>RKAU 1.07 (normal)</TD><TD>2:16.00</TD><TD>1:41.84</TD><TD>39.42 MB</TD><TD>0.6135</TD></TR>
                <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>1:38.01</TD><TD>0:57.56</TD><TD>40.25 MB</TD><TD>0.6263</TD></TR>
-               <TR><TD>flac 1.0.3 (-8)</TD><TD>4:39.65</TD><TD>0:38.25</TD><TD>40.88 MB</TD><TD>0.6363</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-8)</TD><TD>4:39.65</TD><TD>0:38.25</TD><TD>40.88 MB</TD><TD>0.6363</TD></TR>
                <TR><TD>Bonk 0.5</TD><TD>3:07.20</TD><TD>2:21.28</TD><TD>40.98 MB</TD><TD>0.6378</TD></TR>
-               <TR><TD>flac 1.0.3 (-5, default)</TD><TD>1:08.27</TD><TD>0:38.81</TD><TD>41.04 MB</TD><TD>0.6387</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-5, default)</TD><TD>1:08.27</TD><TD>0:38.81</TD><TD>41.04 MB</TD><TD>0.6387</TD></TR>
                <TR><TD>WavPack 3.91 (high)</TD><TD>0:37.51</TD><TD>?</TD><TD>41.51 MB</TD><TD>0.6461</TD></TR>
-               <TR><TD>flac 1.0.3 (-3)</TD><TD>0:51.78</TD><TD>0:38.54</TD><TD>41.74 MB</TD><TD>0.6496</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-3)</TD><TD>0:51.78</TD><TD>0:38.54</TD><TD>41.74 MB</TD><TD>0.6496</TD></TR>
                <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>42.27 MB</TD><TD>0.6578</TD></TR>
-               <TR><TD>flac 1.0.3 (-1)</TD><TD>0:46.19</TD><TD>0:41.18</TD><TD>42.70 MB</TD><TD>0.6646</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-1)</TD><TD>0:46.19</TD><TD>0:41.18</TD><TD>42.70 MB</TD><TD>0.6646</TD></TR>
                <TR><TD>Kexis 0.2.2</TD><TD>1:30.09</TD><TD>1:16.29</TD><TD>42.75 MB</TD><TD>0.6652</TD></TR>
-               <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>1:02.42</TD><TD>0:37.84</TD><TD>43.06 MB</TD><TD>0.6701</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>1:02.42</TD><TD>0:37.84</TD><TD>43.06 MB</TD><TD>0.6701</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:51.29</TD><TD>0:34.59</TD><TD>43.18 MB</TD><TD>0.6721</TD></TR>
-               <TR><TD>WaveZIP</TD><TD>0:42.84</TD><TD>?</TD><TD>44.52 MB</TD><TD>0.6930</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WaveZIP</TD><TD>0:42.84</TD><TD>?</TD><TD>44.52 MB</TD><TD>0.6930</TD></TR>
                <TR>
                        <TD COLSPAN="6" BGCOLOR="#F4F4CC">&nbsp;</TD>
                </TR>
                        </TD>
                </TR>
                <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>1:10.94</TD><TD>1:15.92</TD><TD>22.95 MB</TD><TD>0.6876</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>14:34.28</TD><TD>14:37.69</TD><TD>22.95 MB</TD><TD>0.6877</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>14:34.28</TD><TD>14:37.69</TD><TD>22.95 MB</TD><TD>0.6877</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>0:37.63</TD><TD>0:41.34</TD><TD>23.19 MB</TD><TD>0.6948</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:31.71</TD><TD>0:34.87</TD><TD>23.26 MB</TD><TD>0.6968</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:31.71</TD><TD>0:34.87</TD><TD>23.26 MB</TD><TD>0.6968</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>1:03.96</TD><TD>1:08.85</TD><TD>23.31 MB</TD><TD>0.6984</TD></TR>
-               <TR><TD>RKAU 1.07 (normal)</TD><TD>1:09.71</TD><TD>0:56.66</TD><TD>23.34 MB</TD><TD>0.6993</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>RKAU 1.07 (normal)</TD><TD>1:09.71</TD><TD>0:56.66</TD><TD>23.34 MB</TD><TD>0.6993</TD></TR>
                <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>1:05.38</TD><TD>0:36.20</TD><TD>23.53 MB</TD><TD>0.7050</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:44.14</TD><TD>0:48.71</TD><TD>23.95 MB</TD><TD>0.7176</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:44.14</TD><TD>0:48.71</TD><TD>23.95 MB</TD><TD>0.7176</TD></TR>
                <TR><TD>flac 1.0.3 (-8)</TD><TD>2:27.82</TD><TD>0:22.15</TD><TD>24.18 MB</TD><TD>0.7244</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:25.05</TD><TD>0:28.99</TD><TD>24.20 MB</TD><TD>0.7250</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:25.05</TD><TD>0:28.99</TD><TD>24.20 MB</TD><TD>0.7250</TD></TR>
                <TR><TD>flac 1.0.3 (-5, default)</TD><TD>0:36.19</TD><TD>0:21.00</TD><TD>24.30 MB</TD><TD>0.7281</TD></TR>
-               <TR><TD>Bonk 0.5</TD><TD>1:40.38</TD><TD>1:14.58</TD><TD>24.36 MB</TD><TD>0.7297</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Bonk 0.5</TD><TD>1:40.38</TD><TD>1:14.58</TD><TD>24.36 MB</TD><TD>0.7297</TD></TR>
                <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:33.74</TD><TD>0:22.47</TD><TD>25.12 MB</TD><TD>0.7526</TD></TR>
-               <TR><TD>flac 1.0.3 (-3)</TD><TD>0:28.29</TD><TD>0:20.82</TD><TD>25.16 MB</TD><TD>0.7539</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-3)</TD><TD>0:28.29</TD><TD>0:20.82</TD><TD>25.16 MB</TD><TD>0.7539</TD></TR>
                <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>25.23 MB</TD><TD>0.7558</TD></TR>
-               <TR><TD>WavPack 3.91 (high)</TD><TD>0:20.50</TD><TD>?</TD><TD>25.33 MB</TD><TD>0.7589</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WavPack 3.91 (high)</TD><TD>0:20.50</TD><TD>?</TD><TD>25.33 MB</TD><TD>0.7589</TD></TR>
                <TR><TD>Kexis 0.2.2</TD><TD>0:47.13</TD><TD>0:40.67</TD><TD>26.03 MB</TD><TD>0.7799</TD></TR>
-               <TR><TD>flac 1.0.3 (-1)</TD><TD>0:24.95</TD><TD>0:22.70</TD><TD>26.09 MB</TD><TD>0.7818</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-1)</TD><TD>0:24.95</TD><TD>0:22.70</TD><TD>26.09 MB</TD><TD>0.7818</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:28.20</TD><TD>0:20.46</TD><TD>26.61 MB</TD><TD>0.7972</TD></TR>
-               <TR><TD>WaveZIP</TD><TD>0:22.25</TD><TD>?</TD><TD>26.89 MB</TD><TD>0.8058</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WaveZIP</TD><TD>0:22.25</TD><TD>?</TD><TD>26.89 MB</TD><TD>0.8058</TD></TR>
                <TR>
                        <TD COLSPAN="6" BGCOLOR="#F4F4CC">&nbsp;</TD>
                </TR>
                        </TD>
                </TR>
                <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>16:51.82</TD><TD>16:54.34</TD><TD>21.24 MB</TD><TD>0.5433</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>1:14.29</TD><TD>1:18.06</TD><TD>21.36 MB</TD><TD>0.5464</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>1:14.29</TD><TD>1:18.06</TD><TD>21.36 MB</TD><TD>0.5464</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>1:21.38</TD><TD>1:27.28</TD><TD>21.54 MB</TD><TD>0.5509</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>0:42.54</TD><TD>0:47.41</TD><TD>21.75 MB</TD><TD>0.5563</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (high)</TD><TD>0:42.54</TD><TD>0:47.41</TD><TD>21.75 MB</TD><TD>0.5563</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:35.45</TD><TD>0:39.65</TD><TD>21.84 MB</TD><TD>0.5586</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:51.39</TD><TD>0:54.97</TD><TD>21.89 MB</TD><TD>0.5598</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:51.39</TD><TD>0:54.97</TD><TD>21.89 MB</TD><TD>0.5598</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:28.23</TD><TD>0:33.21</TD><TD>22.16 MB</TD><TD>0.5668</TD></TR>
-               <TR><TD>RKAU 1.07 (normal)</TD><TD>1:21.18</TD><TD>1:01.60</TD><TD>22.80 MB</TD><TD>0.5833</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>RKAU 1.07 (normal)</TD><TD>1:21.18</TD><TD>1:01.60</TD><TD>22.80 MB</TD><TD>0.5833</TD></TR>
                <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>1:01.11</TD><TD>0:33.79</TD><TD>23.25 MB</TD><TD>0.5948</TD></TR>
-               <TR><TD>Bonk 0.5</TD><TD>1:53.41</TD><TD>1:23.52</TD><TD>23.35 MB</TD><TD>0.5972</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Bonk 0.5</TD><TD>1:53.41</TD><TD>1:23.52</TD><TD>23.35 MB</TD><TD>0.5972</TD></TR>
                <TR><TD>flac 1.0.3 (-8)</TD><TD>2:48.45</TD><TD>0:23.47</TD><TD>23.45 MB</TD><TD>0.5997</TD></TR>
-               <TR><TD>flac 1.0.3 (-5, default)</TD><TD>0:41.00</TD><TD>0:23.59</TD><TD>23.55 MB</TD><TD>0.6025</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-5, default)</TD><TD>0:41.00</TD><TD>0:23.59</TD><TD>23.55 MB</TD><TD>0.6025</TD></TR>
                <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>24.11 MB</TD><TD>0.6167</TD></TR>
-               <TR><TD>WavPack 3.91 (high)</TD><TD>0:22.50</TD><TD>?</TD><TD>24.22 MB</TD><TD>0.6196</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WavPack 3.91 (high)</TD><TD>0:22.50</TD><TD>?</TD><TD>24.22 MB</TD><TD>0.6196</TD></TR>
                <TR><TD>flac 1.0.3 (-3)</TD><TD>0:31.65</TD><TD>0:22.27</TD><TD>24.32 MB</TD><TD>0.6220</TD></TR>
-               <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:37.49</TD><TD>0:22.93</TD><TD>24.72 MB</TD><TD>0.6323</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:37.49</TD><TD>0:22.93</TD><TD>24.72 MB</TD><TD>0.6323</TD></TR>
                <TR><TD>Kexis 0.2.2</TD><TD>0:54.26</TD><TD>0:45.64</TD><TD>24.80 MB</TD><TD>0.6345</TD></TR>
-               <TR><TD>flac 1.0.3 (-1)</TD><TD>0:27.51</TD><TD>0:22.72</TD><TD>24.81 MB</TD><TD>0.6347</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-1)</TD><TD>0:27.51</TD><TD>0:22.72</TD><TD>24.81 MB</TD><TD>0.6347</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:29.71</TD><TD>0:18.92</TD><TD>25.34 MB</TD><TD>0.6481</TD></TR>
-               <TR><TD>WaveZIP</TD><TD>0:28.05</TD><TD>?</TD><TD>25.95 MB</TD><TD>0.6638</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WaveZIP</TD><TD>0:28.05</TD><TD>?</TD><TD>25.95 MB</TD><TD>0.6638</TD></TR>
                <TR>
                        <TD COLSPAN="6" BGCOLOR="#F4F4CC">&nbsp;</TD>
                </TR>
                        </TD>
                </TR>
                <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>19:40.53</TD><TD>19:44.47</TD><TD>29.43 MB</TD><TD>0.6517</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>1:26.64</TD><TD>1:32.23</TD><TD>29.58 MB</TD><TD>0.6550</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>1:26.64</TD><TD>1:32.23</TD><TD>29.58 MB</TD><TD>0.6550</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>1:35.65</TD><TD>1:42.11</TD><TD>29.65 MB</TD><TD>0.6567</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:59.59</TD><TD>1:05.29</TD><TD>29.78 MB</TD><TD>0.6595</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:59.59</TD><TD>1:05.29</TD><TD>29.78 MB</TD><TD>0.6595</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>0:50.17</TD><TD>0:56.40</TD><TD>29.85 MB</TD><TD>0.6610</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:42.27</TD><TD>0:47.74</TD><TD>29.97 MB</TD><TD>0.6637</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:42.27</TD><TD>0:47.74</TD><TD>29.97 MB</TD><TD>0.6637</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:33.46</TD><TD>0:39.22</TD><TD>30.30 MB</TD><TD>0.6710</TD></TR>
-               <TR><TD>RKAU 1.07 (normal)</TD><TD>1:37.85</TD><TD>1:12.15</TD><TD>30.34 MB</TD><TD>0.6719</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>RKAU 1.07 (normal)</TD><TD>1:37.85</TD><TD>1:12.15</TD><TD>30.34 MB</TD><TD>0.6719</TD></TR>
                <TR><TD>Bonk 0.5</TD><TD>2:13.34</TD><TD>1:39.44</TD><TD>30.64 MB</TD><TD>0.6785</TD></TR>
-               <TR><TD>flac 1.0.3 (-8)</TD><TD>3:18.77</TD><TD>0:28.57</TD><TD>30.75 MB</TD><TD>0.6811</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-8)</TD><TD>3:18.77</TD><TD>0:28.57</TD><TD>30.75 MB</TD><TD>0.6811</TD></TR>
                <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>1:14.08</TD><TD>0:44.64</TD><TD>30.81 MB</TD><TD>0.6823</TD></TR>
-               <TR><TD>flac 1.0.3 (-5, default)</TD><TD>0:48.11</TD><TD>0:27.84</TD><TD>30.85 MB</TD><TD>0.6833</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-5, default)</TD><TD>0:48.11</TD><TD>0:27.84</TD><TD>30.85 MB</TD><TD>0.6833</TD></TR>
                <TR><TD>WavPack 3.91 (high)</TD><TD>0:26.73</TD><TD>?</TD><TD>30.91 MB</TD><TD>0.6845</TD></TR>
-               <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>31.06 MB</TD><TD>0.6879</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>31.06 MB</TD><TD>0.6879</TD></TR>
                <TR><TD>flac 1.0.3 (-3)</TD><TD>0:37.46</TD><TD>0:27.80</TD><TD>31.63 MB</TD><TD>0.7005</TD></TR>
-               <TR><TD>flac 1.0.3 (-1)</TD><TD>0:32.55</TD><TD>0:27.42</TD><TD>31.99 MB</TD><TD>0.7085</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-1)</TD><TD>0:32.55</TD><TD>0:27.42</TD><TD>31.99 MB</TD><TD>0.7085</TD></TR>
                <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:44.76</TD><TD>0:27.48</TD><TD>31.76 MB</TD><TD>0.7034</TD></TR>
-               <TR><TD>Kexis 0.2.2</TD><TD>1:03.91</TD><TD>0:53.54</TD><TD>31.86 MB</TD><TD>0.7056</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Kexis 0.2.2</TD><TD>1:03.91</TD><TD>0:53.54</TD><TD>31.86 MB</TD><TD>0.7056</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:35.74</TD><TD>0:23.64</TD><TD>32.47 MB</TD><TD>0.7191</TD></TR>
-               <TR><TD>WaveZIP</TD><TD>0:29.42</TD><TD>?</TD><TD>33.02 MB</TD><TD>0.7313</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WaveZIP</TD><TD>0:29.42</TD><TD>?</TD><TD>33.02 MB</TD><TD>0.7313</TD></TR>
                <TR>
                        <TD COLSPAN="6" BGCOLOR="#F4F4CC">&nbsp;</TD>
                </TR>
                        </TD>
                </TR>
                <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>22:59.05</TD><TD>23:02.98</TD><TD>33.93 MB</TD><TD>0.6399</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>1:42.28</TD><TD>1:47.55</TD><TD>33.96 MB</TD><TD>0.6405</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>1:42.28</TD><TD>1:47.55</TD><TD>33.96 MB</TD><TD>0.6405</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>1:51.77</TD><TD>2:00.37</TD><TD>34.14 MB</TD><TD>0.6441</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>0:58.45</TD><TD>1:04.59</TD><TD>34.29 MB</TD><TD>0.6468</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (high)</TD><TD>0:58.45</TD><TD>1:04.59</TD><TD>34.29 MB</TD><TD>0.6468</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>1:10.30</TD><TD>1:15.99</TD><TD>34.29 MB</TD><TD>0.6468</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:49.32</TD><TD>0:56.89</TD><TD>34.42 MB</TD><TD>0.6493</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:49.32</TD><TD>0:56.89</TD><TD>34.42 MB</TD><TD>0.6493</TD></TR>
                <TR><TD>RKAU 1.07 (normal)</TD><TD>1:50.80</TD><TD>1:24.98</TD><TD>34.60 MB</TD><TD>0.6527</TD></TR>
-               <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>1:25.16</TD><TD>0:48.67</TD><TD>34.84 MB</TD><TD>0.6572</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>LPAC 1.40 (-r, normal)</TD><TD>1:25.16</TD><TD>0:48.67</TD><TD>34.84 MB</TD><TD>0.6572</TD></TR>
                <TR><TD>Bonk 0.5</TD><TD>2:35.36</TD><TD>1:56.20</TD><TD>34.96 MB</TD><TD>0.6595</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:38.75</TD><TD>0:46.80</TD><TD>34.99 MB</TD><TD>0.6601</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:38.75</TD><TD>0:46.80</TD><TD>34.99 MB</TD><TD>0.6601</TD></TR>
                <TR><TD>flac 1.0.3 (-8)</TD><TD>3:53.21</TD><TD>0:32.08</TD><TD>35.00 MB</TD><TD>0.6602</TD></TR>
-               <TR><TD>flac 1.0.3 (-5, default)</TD><TD>0:57.28</TD><TD>0:32.27</TD><TD>35.17 MB</TD><TD>0.6634</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-5, default)</TD><TD>0:57.28</TD><TD>0:32.27</TD><TD>35.17 MB</TD><TD>0.6634</TD></TR>
                <TR><TD>flac 1.0.3 (-3)</TD><TD>0:42.71</TD><TD>0:32.56</TD><TD>35.37 MB</TD><TD>0.6672</TD></TR>
-               <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:51.44</TD><TD>0:33.02</TD><TD>35.40 MB</TD><TD>0.6677</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:51.44</TD><TD>0:33.02</TD><TD>35.40 MB</TD><TD>0.6677</TD></TR>
                <TR><TD>WavPack 3.91 (high)</TD><TD>0:31.05</TD><TD>?</TD><TD>35.60 MB</TD><TD>0.6715</TD></TR>
-               <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>35.74 MB</TD><TD>0.6742</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>35.74 MB</TD><TD>0.6742</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:41.14</TD><TD>0:28.91</TD><TD>36.42 MB</TD><TD>0.6870</TD></TR>
-               <TR><TD>flac 1.0.3 (-1)</TD><TD>0:38.47</TD><TD>0:30.66</TD><TD>36.56 MB</TD><TD>0.6896</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-1)</TD><TD>0:38.47</TD><TD>0:30.66</TD><TD>36.56 MB</TD><TD>0.6896</TD></TR>
                <TR><TD>Kexis 0.2.2</TD><TD>1:13.87</TD><TD>1:02.90</TD><TD>36.64 MB</TD><TD>0.6911</TD></TR>
-               <TR><TD>WaveZIP</TD><TD>0:35.77</TD><TD>?</TD><TD>37.13 MB</TD><TD>0.7004</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WaveZIP</TD><TD>0:35.77</TD><TD>?</TD><TD>37.13 MB</TD><TD>0.7004</TD></TR>
                <TR>
                        <TD COLSPAN="6" BGCOLOR="#F4F4CC">&nbsp;</TD>
                </TR>
                        </TD>
                </TR>
                <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>8:22.42</TD><TD>8:23.32</TD><TD>6.82 MB</TD><TD>0.3274</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>0:39.93</TD><TD>0:41.69</TD><TD>6.85 MB</TD><TD>0.3289</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (extra high)</TD><TD>0:39.93</TD><TD>0:41.69</TD><TD>6.85 MB</TD><TD>0.3289</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>0:36.57</TD><TD>0:38.26</TD><TD>7.09 MB</TD><TD>0.3406</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>0:21.22</TD><TD>0:23.04</TD><TD>7.16 MB</TD><TD>0.3437</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (high)</TD><TD>0:21.22</TD><TD>0:23.04</TD><TD>7.16 MB</TD><TD>0.3437</TD></TR>
                <TR><TD>RKAU 1.07 (normal)</TD><TD>0:40.67</TD><TD>0:28.52</TD><TD>7.18 MB</TD><TD>0.3451</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:24.98</TD><TD>0:26.37</TD><TD>7.21 MB</TD><TD>0.3462</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:24.98</TD><TD>0:26.37</TD><TD>7.21 MB</TD><TD>0.3462</TD></TR>
                <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>0:29.01</TD><TD>0:15.11</TD><TD>7.33 MB</TD><TD>0.3520</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:18.19</TD><TD>0:19.54</TD><TD>7.44 MB</TD><TD>0.3575</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:18.19</TD><TD>0:19.54</TD><TD>7.44 MB</TD><TD>0.3575</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:13.70</TD><TD>0:15.72</TD><TD>7.64 MB</TD><TD>0.3671</TD></TR>
-               <TR><TD>flac 1.0.3 (-8)</TD><TD>1:21.11</TD><TD>0:09.72</TD><TD>7.68 MB</TD><TD>0.3691</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-8)</TD><TD>1:21.11</TD><TD>0:09.72</TD><TD>7.68 MB</TD><TD>0.3691</TD></TR>
                <TR><TD>flac 1.0.3 (-5, default)</TD><TD>0:19.97</TD><TD>0:09.77</TD><TD>7.71 MB</TD><TD>0.3702</TD></TR>
-               <TR><TD>flac 1.0.3 (-3)</TD><TD>0:15.09</TD><TD>0:10.09</TD><TD>7.77 MB</TD><TD>0.3733</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-3)</TD><TD>0:15.09</TD><TD>0:10.09</TD><TD>7.77 MB</TD><TD>0.3733</TD></TR>
                <TR><TD>Bonk 0.5</TD><TD>0:55.92</TD><TD>0:40.23</TD><TD>7.83 MB</TD><TD>0.3762</TD></TR>
-               <TR><TD>WavPack 3.91 (high)</TD><TD>0:11.42</TD><TD>?</TD><TD>7.89 MB</TD><TD>0.3791</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WavPack 3.91 (high)</TD><TD>0:11.42</TD><TD>?</TD><TD>7.89 MB</TD><TD>0.3791</TD></TR>
                <TR><TD>flac 1.0.3 (-1)</TD><TD>0:13.18</TD><TD>0:09.78</TD><TD>8.12 MB</TD><TD>0.3901</TD></TR>
-               <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>8.15 MB</TD><TD>0.3914</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>8.15 MB</TD><TD>0.3914</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:13.81</TD><TD>0:08.88</TD><TD>8.19 MB</TD><TD>0.3932</TD></TR>
-               <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:17.45</TD><TD>0:10.30</TD><TD>8.29 MB</TD><TD>0.3983</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:17.45</TD><TD>0:10.30</TD><TD>8.29 MB</TD><TD>0.3983</TD></TR>
                <TR><TD>Kexis 0.2.2</TD><TD>0:26.78</TD><TD>0:21.90</TD><TD>8.52 MB</TD><TD>0.4091</TD></TR>
-               <TR><TD>WaveZIP</TD><TD>0:13.11</TD><TD>?</TD><TD>8.72 MB</TD><TD>0.4193</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WaveZIP</TD><TD>0:13.11</TD><TD>?</TD><TD>8.72 MB</TD><TD>0.4193</TD></TR>
                <TR>
                        <TD COLSPAN="6" BGCOLOR="#F4F4CC">&nbsp;</TD>
                </TR>
                        </TD>
                </TR>
                <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>1:54.09</TD><TD>2:01.72</TD><TD>20.47 MB</TD><TD>0.3642</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>24:26.99</TD><TD>24:29.36</TD><TD>20.62 MB</TD><TD>0.3671</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>24:26.99</TD><TD>24:29.36</TD><TD>20.62 MB</TD><TD>0.3671</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>0:58.14</TD><TD>1:06.45</TD><TD>20.80 MB</TD><TD>0.3702</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>1:42.57</TD><TD>1:47.48</TD><TD>20.93 MB</TD><TD>0.3725</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>1:42.57</TD><TD>1:47.48</TD><TD>20.93 MB</TD><TD>0.3725</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:48.61</TD><TD>0:54.73</TD><TD>21.14 MB</TD><TD>0.3763</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>1:09.17</TD><TD>1:13.14</TD><TD>21.23 MB</TD><TD>0.3779</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>1:09.17</TD><TD>1:13.14</TD><TD>21.23 MB</TD><TD>0.3779</TD></TR>
                <TR><TD>RKAU 1.07 (normal)</TD><TD>1:52.65</TD><TD>1:25.39</TD><TD>21.30 MB</TD><TD>0.3791</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:37.30</TD><TD>0:44.79</TD><TD>21.54 MB</TD><TD>0.3835</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:37.30</TD><TD>0:44.79</TD><TD>21.54 MB</TD><TD>0.3835</TD></TR>
                <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>1:20.84</TD><TD>0:42.73</TD><TD>21.96 MB</TD><TD>0.3909</TD></TR>
-               <TR><TD>WavPack 3.91 (high)</TD><TD>0:30.03</TD><TD>?</TD><TD>22.30 MB</TD><TD>0.3969</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WavPack 3.91 (high)</TD><TD>0:30.03</TD><TD>?</TD><TD>22.30 MB</TD><TD>0.3969</TD></TR>
                <TR><TD>flac 1.0.3 (-8)</TD><TD>3:57.24</TD><TD>0:28.26</TD><TD>22.61 MB</TD><TD>0.4024</TD></TR>
-               <TR><TD>flac 1.0.3 (-5, default)</TD><TD>0:56.47</TD><TD>0:28.31</TD><TD>22.67 MB</TD><TD>0.4036</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-5, default)</TD><TD>0:56.47</TD><TD>0:28.31</TD><TD>22.67 MB</TD><TD>0.4036</TD></TR>
                <TR><TD>Bonk 0.5</TD><TD>2:33.53</TD><TD>1:51.94</TD><TD>23.18 MB</TD><TD>0.4125</TD></TR>
-               <TR><TD>flac 1.0.3 (-3)</TD><TD>0:41.66</TD><TD>0:27.63</TD><TD>23.21 MB</TD><TD>0.4131</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-3)</TD><TD>0:41.66</TD><TD>0:27.63</TD><TD>23.21 MB</TD><TD>0.4131</TD></TR>
                <TR><TD>flac 1.0.3 (-1)</TD><TD>0:36.76</TD><TD>0:29.54</TD><TD>23.36 MB</TD><TD>0.4158</TD></TR>
-               <TR><TD>Kexis 0.2.2</TD><TD>1:15.05</TD><TD>1:03.86</TD><TD>23.42 MB</TD><TD>0.4168</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Kexis 0.2.2</TD><TD>1:15.05</TD><TD>1:03.86</TD><TD>23.42 MB</TD><TD>0.4168</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:39.96</TD><TD>0:27.36</TD><TD>23.71 MB</TD><TD>0.4221</TD></TR>
-               <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>24.12 MB</TD><TD>0.4293</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>24.12 MB</TD><TD>0.4293</TD></TR>
                <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:49.06</TD><TD>0:29.94</TD><TD>25.59 MB</TD><TD>0.4554</TD></TR>
-               <TR><TD>WaveZIP</TD><TD>0:36.60</TD><TD>?</TD><TD>25.84 MB</TD><TD>0.4600</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WaveZIP</TD><TD>0:36.60</TD><TD>?</TD><TD>25.84 MB</TD><TD>0.4600</TD></TR>
                <TR>
                        <TD COLSPAN="6" BGCOLOR="#F4F4CC">&nbsp;</TD>
                </TR>
                        </TD>
                </TR>
                <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>43:21.88</TD><TD>43:26.18</TD><TD>33.58 MB</TD><TD>0.3335</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>3:21.33</TD><TD>3:35.91</TD><TD>33.72 MB</TD><TD>0.3349</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (extra high)</TD><TD>3:21.33</TD><TD>3:35.91</TD><TD>33.72 MB</TD><TD>0.3349</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>3:00.57</TD><TD>3:08.19</TD><TD>33.83 MB</TD><TD>0.3360</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>2:00.85</TD><TD>2:09.52</TD><TD>34.14 MB</TD><TD>0.3390</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>2:00.85</TD><TD>2:09.52</TD><TD>34.14 MB</TD><TD>0.3390</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>1:43.17</TD><TD>1:55.31</TD><TD>34.23 MB</TD><TD>0.3400</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>1:26.19</TD><TD>1:35.90</TD><TD>34.66 MB</TD><TD>0.3442</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (normal)</TD><TD>1:26.19</TD><TD>1:35.90</TD><TD>34.66 MB</TD><TD>0.3442</TD></TR>
                <TR><TD>RKAU 1.07 (normal)</TD><TD>3:08.70</TD><TD>2:26.17</TD><TD>35.21 MB</TD><TD>0.3496</TD></TR>
-               <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>2:06.21</TD><TD>1:11.92</TD><TD>35.27 MB</TD><TD>0.3502</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>LPAC 1.40 (-r, normal)</TD><TD>2:06.21</TD><TD>1:11.92</TD><TD>35.27 MB</TD><TD>0.3502</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>1:06.28</TD><TD>1:18.56</TD><TD>35.43 MB</TD><TD>0.3518</TD></TR>
-               <TR><TD>WavPack 3.91 (high)</TD><TD>0:53.49</TD><TD>?</TD><TD>37.44 MB</TD><TD>0.3718</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WavPack 3.91 (high)</TD><TD>0:53.49</TD><TD>?</TD><TD>37.44 MB</TD><TD>0.3718</TD></TR>
                <TR><TD>flac 1.0.3 (-8)</TD><TD>6:57.76</TD><TD>0:51.45</TD><TD>38.07 MB</TD><TD>0.3781</TD></TR>
-               <TR><TD>flac 1.0.3 (-5, default)</TD><TD>1:39.78</TD><TD>0:49.47</TD><TD>38.17 MB</TD><TD>0.3791</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-5, default)</TD><TD>1:39.78</TD><TD>0:49.47</TD><TD>38.17 MB</TD><TD>0.3791</TD></TR>
                <TR><TD>flac 1.0.3 (-3)</TD><TD>1:13.49</TD><TD>0:49.51</TD><TD>38.50 MB</TD><TD>0.3824</TD></TR>
-               <TR><TD>flac 1.0.3 (-1)</TD><TD>1:04.89</TD><TD>0:53.25</TD><TD>39.30 MB</TD><TD>0.3903</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-1)</TD><TD>1:04.89</TD><TD>0:53.25</TD><TD>39.30 MB</TD><TD>0.3903</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>1:10.57</TD><TD>0:50.00</TD><TD>39.49 MB</TD><TD>0.3921</TD></TR>
-               <TR><TD>Kexis 0.2.2</TD><TD>2:12.39</TD><TD>1:49.00</TD><TD>39.89 MB</TD><TD>0.3962</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Kexis 0.2.2</TD><TD>2:12.39</TD><TD>1:49.00</TD><TD>39.89 MB</TD><TD>0.3962</TD></TR>
                <TR><TD>Bonk 0.5</TD><TD>4:33.71</TD><TD>3:19.38</TD><TD>40.31 MB</TD><TD>0.4003</TD></TR>
-               <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>41.86 MB</TD><TD>0.4157</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>41.86 MB</TD><TD>0.4157</TD></TR>
                <TR><TD>WaveZIP</TD><TD>1:05.60</TD><TD>?</TD><TD>43.67 MB</TD><TD>0.4337</TD></TR>
-               <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>1:26.84</TD><TD>0:53.19</TD><TD>45.34 MB</TD><TD>0.4502</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>1:26.84</TD><TD>0:53.19</TD><TD>45.34 MB</TD><TD>0.4502</TD></TR>
                <TR>
                        <TD COLSPAN="6" BGCOLOR="#F4F4CC">&nbsp;</TD>
                </TR>
                        </TD>
                </TR>
                <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>0:55.83</TD><TD>0:59.52</TD><TD>10.25 MB</TD><TD>0.3734</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>11:56.24</TD><TD>11:58.77</TD><TD>10.34 MB</TD><TD>0.3764</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>11:56.24</TD><TD>11:58.77</TD><TD>10.34 MB</TD><TD>0.3764</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>0:50.07</TD><TD>0:53.49</TD><TD>10.41 MB</TD><TD>0.3790</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>0:28.52</TD><TD>0:31.32</TD><TD>10.47 MB</TD><TD>0.3812</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (high)</TD><TD>0:28.52</TD><TD>0:31.32</TD><TD>10.47 MB</TD><TD>0.3812</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:34.06</TD><TD>0:38.70</TD><TD>10.53 MB</TD><TD>0.3833</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:23.70</TD><TD>0:27.61</TD><TD>10.59 MB</TD><TD>0.3854</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:23.70</TD><TD>0:27.61</TD><TD>10.59 MB</TD><TD>0.3854</TD></TR>
                <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>0:34.91</TD><TD>0:20.01</TD><TD>10.74 MB</TD><TD>0.3911</TD></TR>
-               <TR><TD>RKAU 1.07 (normal)</TD><TD>0:54.46</TD><TD>0:41.54</TD><TD>10.88 MB</TD><TD>0.3963</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>RKAU 1.07 (normal)</TD><TD>0:54.46</TD><TD>0:41.54</TD><TD>10.88 MB</TD><TD>0.3963</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:18.53</TD><TD>0:21.80</TD><TD>10.94 MB</TD><TD>0.3982</TD></TR>
-               <TR><TD>WavPack 3.91 (high)</TD><TD>0:14.46</TD><TD>?</TD><TD>11.38 MB</TD><TD>0.4145</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WavPack 3.91 (high)</TD><TD>0:14.46</TD><TD>?</TD><TD>11.38 MB</TD><TD>0.4145</TD></TR>
                <TR><TD>flac 1.0.3 (-8)</TD><TD>1:54.97</TD><TD>0:13.68</TD><TD>11.69 MB</TD><TD>0.4255</TD></TR>
-               <TR><TD>flac 1.0.3 (-5, default)</TD><TD>0:27.35</TD><TD>0:14.06</TD><TD>11.71 MB</TD><TD>0.4264</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-5, default)</TD><TD>0:27.35</TD><TD>0:14.06</TD><TD>11.71 MB</TD><TD>0.4264</TD></TR>
                <TR><TD>flac 1.0.3 (-3)</TD><TD>0:20.43</TD><TD>0:14.59</TD><TD>11.73 MB</TD><TD>0.4273</TD></TR>
-               <TR><TD>flac 1.0.3 (-1)</TD><TD>0:17.24</TD><TD>0:14.17</TD><TD>11.86 MB</TD><TD>0.4318</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-1)</TD><TD>0:17.24</TD><TD>0:14.17</TD><TD>11.86 MB</TD><TD>0.4318</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:19.20</TD><TD>0:11.89</TD><TD>12.05 MB</TD><TD>0.4386</TD></TR>
-               <TR><TD>Kexis 0.2.2</TD><TD>0:36.70</TD><TD>0:30.26</TD><TD>12.14 MB</TD><TD>0.4419</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Kexis 0.2.2</TD><TD>0:36.70</TD><TD>0:30.26</TD><TD>12.14 MB</TD><TD>0.4419</TD></TR>
                <TR><TD>Bonk 0.5</TD><TD>1:15.45</TD><TD>0:55.07</TD><TD>12.86 MB</TD><TD>0.4684</TD></TR>
-               <TR><TD>WaveZIP</TD><TD>0:18.75</TD><TD>?</TD><TD>13.08 MB</TD><TD>0.4765</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WaveZIP</TD><TD>0:18.75</TD><TD>?</TD><TD>13.08 MB</TD><TD>0.4765</TD></TR>
                <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>13.31 MB</TD><TD>0.4845</TD></TR>
-               <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:24.43</TD><TD>0:14.32</TD><TD>14.40 MB</TD><TD>0.5242</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:24.43</TD><TD>0:14.32</TD><TD>14.40 MB</TD><TD>0.5242</TD></TR>
                <TR>
                        <TD COLSPAN="6" BGCOLOR="#F4F4CC">&nbsp;</TD>
                </TR>
                        </TD>
                </TR>
                <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>0:33.99</TD><TD>0:35.53</TD><TD>6.80 MB</TD><TD>0.4145</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>7:08.77</TD><TD>7:09.52</TD><TD>6.87 MB</TD><TD>0.4190</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>7:08.77</TD><TD>7:09.52</TD><TD>6.87 MB</TD><TD>0.4190</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>0:17.47</TD><TD>0:19.11</TD><TD>6.94 MB</TD><TD>0.4230</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>0:30.47</TD><TD>0:31.95</TD><TD>6.98 MB</TD><TD>0.4255</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>0:30.47</TD><TD>0:31.95</TD><TD>6.98 MB</TD><TD>0.4255</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:14.84</TD><TD>0:16.17</TD><TD>7.02 MB</TD><TD>0.4284</TD></TR>
-               <TR><TD>RKAU 1.07 (normal)</TD><TD>0:37.09</TD><TD>0:26.56</TD><TD>7.05 MB</TD><TD>0.4297</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>RKAU 1.07 (normal)</TD><TD>0:37.09</TD><TD>0:26.56</TD><TD>7.05 MB</TD><TD>0.4297</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:20.68</TD><TD>0:22.06</TD><TD>7.07 MB</TD><TD>0.4310</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:11.39</TD><TD>0:12.95</TD><TD>7.19 MB</TD><TD>0.4384</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:11.39</TD><TD>0:12.95</TD><TD>7.19 MB</TD><TD>0.4384</TD></TR>
                <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>0:29.99</TD><TD>0:14.33</TD><TD>7.21 MB</TD><TD>0.4397</TD></TR>
-               <TR><TD>WavPack 3.91 (high)</TD><TD>0:09.23</TD><TD>?</TD><TD>7.35 MB</TD><TD>0.4481</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WavPack 3.91 (high)</TD><TD>0:09.23</TD><TD>?</TD><TD>7.35 MB</TD><TD>0.4481</TD></TR>
                <TR><TD>flac 1.0.3 (-8)</TD><TD>1:09.87</TD><TD>0:08.22</TD><TD>7.37 MB</TD><TD>0.4497</TD></TR>
-               <TR><TD>flac 1.0.3 (-5, default)</TD><TD>0:16.58</TD><TD>0:08.13</TD><TD>7.40 MB</TD><TD>0.4512</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-5, default)</TD><TD>0:16.58</TD><TD>0:08.13</TD><TD>7.40 MB</TD><TD>0.4512</TD></TR>
                <TR><TD>flac 1.0.3 (-3)</TD><TD>0:12.15</TD><TD>0:08.47</TD><TD>7.43 MB</TD><TD>0.4529</TD></TR>
-               <TR><TD>Bonk 0.5</TD><TD>0:45.59</TD><TD>0:32.63</TD><TD>7.46 MB</TD><TD>0.4548</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Bonk 0.5</TD><TD>0:45.59</TD><TD>0:32.63</TD><TD>7.46 MB</TD><TD>0.4548</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:11.67</TD><TD>0:07.17</TD><TD>7.48 MB</TD><TD>0.4564</TD></TR>
-               <TR><TD>Kexis 0.2.2</TD><TD>0:22.06</TD><TD>0:18.62</TD><TD>7.50 MB</TD><TD>0.4572</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Kexis 0.2.2</TD><TD>0:22.06</TD><TD>0:18.62</TD><TD>7.50 MB</TD><TD>0.4572</TD></TR>
                <TR><TD>flac 1.0.3 (-1)</TD><TD>0:10.74</TD><TD>0:08.20</TD><TD>7.52 MB</TD><TD>0.4590</TD></TR>
-               <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>7.74 MB</TD><TD>0.4723</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>7.74 MB</TD><TD>0.4723</TD></TR>
                <TR><TD>WaveZIP</TD><TD>0:10.56</TD><TD>?</TD><TD>7.83 MB</TD><TD>0.4781</TD></TR>
-               <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:14.29</TD><TD>0:09.07</TD><TD>8.20 MB</TD><TD>0.5004</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:14.29</TD><TD>0:09.07</TD><TD>8.20 MB</TD><TD>0.5004</TD></TR>
                <TR>
                        <TD COLSPAN="6" BGCOLOR="#F4F4CC">&nbsp;</TD>
                </TR>
                        </TD>
                </TR>
                <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>0:50.72</TD><TD>0:54.20</TD><TD>12.15 MB</TD><TD>0.5006</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>10:34.75</TD><TD>10:36.83</TD><TD>12.17 MB</TD><TD>0.5015</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>10:34.75</TD><TD>10:36.83</TD><TD>12.17 MB</TD><TD>0.5015</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>0:26.36</TD><TD>0:28.52</TD><TD>12.25 MB</TD><TD>0.5048</TD></TR>
-               <TR><TD>RKAU 1.07 (normal)</TD><TD>0:57.64</TD><TD>0:41.39</TD><TD>12.25 MB</TD><TD>0.5049</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>RKAU 1.07 (normal)</TD><TD>0:57.64</TD><TD>0:41.39</TD><TD>12.25 MB</TD><TD>0.5049</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>0:45.20</TD><TD>0:48.45</TD><TD>12.43 MB</TD><TD>0.5121</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:21.81</TD><TD>0:24.33</TD><TD>12.47 MB</TD><TD>0.5139</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (normal)</TD><TD>0:21.81</TD><TD>0:24.33</TD><TD>12.47 MB</TD><TD>0.5139</TD></TR>
                <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>0:45.66</TD><TD>0:23.29</TD><TD>12.62 MB</TD><TD>0.5200</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:31.03</TD><TD>0:33.69</TD><TD>12.63 MB</TD><TD>0.5207</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>0:31.03</TD><TD>0:33.69</TD><TD>12.63 MB</TD><TD>0.5207</TD></TR>
                <TR><TD>Bonk 0.5</TD><TD>1:08.18</TD><TD>0:49.70</TD><TD>12.71 MB</TD><TD>0.5237</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:16.91</TD><TD>0:20.60</TD><TD>12.80 MB</TD><TD>0.5277</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (fast)</TD><TD>0:16.91</TD><TD>0:20.60</TD><TD>12.80 MB</TD><TD>0.5277</TD></TR>
                <TR><TD>flac 1.0.3 (-8)</TD><TD>1:45.27</TD><TD>0:14.22</TD><TD>12.82 MB</TD><TD>0.5285</TD></TR>
-               <TR><TD>flac 1.0.3 (-5, default)</TD><TD>0:24.98</TD><TD>0:13.94</TD><TD>12.92 MB</TD><TD>0.5324</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-5, default)</TD><TD>0:24.98</TD><TD>0:13.94</TD><TD>12.92 MB</TD><TD>0.5324</TD></TR>
                <TR><TD>flac 1.0.3 (-3)</TD><TD>0:19.00</TD><TD>0:13.16</TD><TD>12.98 MB</TD><TD>0.5348</TD></TR>
-               <TR><TD>WavPack 3.91 (high)</TD><TD>0:13.72</TD><TD>?</TD><TD>13.06 MB</TD><TD>0.5384</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WavPack 3.91 (high)</TD><TD>0:13.72</TD><TD>?</TD><TD>13.06 MB</TD><TD>0.5384</TD></TR>
                <TR><TD>Kexis 0.2.2</TD><TD>0:33.43</TD><TD>0:28.11</TD><TD>13.30 MB</TD><TD>0.5481</TD></TR>
-               <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:17.80</TD><TD>0:11.46</TD><TD>13.32 MB</TD><TD>0.5489</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>0:17.80</TD><TD>0:11.46</TD><TD>13.32 MB</TD><TD>0.5489</TD></TR>
                <TR><TD>flac 1.0.3 (-1)</TD><TD>0:17.29</TD><TD>0:14.53</TD><TD>13.34 MB</TD><TD>0.5499</TD></TR>
-               <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>13.41 MB</TD><TD>0.5528</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>13.41 MB</TD><TD>0.5528</TD></TR>
                <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>0:22.30</TD><TD>0:13.87</TD><TD>13.42 MB</TD><TD>0.5531</TD></TR>
-               <TR><TD>WaveZIP</TD><TD>0:16.37</TD><TD>?</TD><TD>13.72 MB</TD><TD>0.5655</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WaveZIP</TD><TD>0:16.37</TD><TD>?</TD><TD>13.72 MB</TD><TD>0.5655</TD></TR>
                <TR>
                        <TD COLSPAN="6" BGCOLOR="#F4F4CC">&nbsp;</TD>
                </TR>
                        </TD>
                </TR>
                <TR><TD>Monkey's Audio 3.96 (extra high)</TD><TD>7:17.86</TD><TD>7:50.75</TD><TD>91.73 MB</TD><TD>0.4295</TD></TR>
-               <TR><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>93:05.00</TD><TD>93:16.00</TD><TD>92.05 MB</TD><TD>0.4310</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>optimFROG 4.21 (mode 4 @ 1x)</TD><TD>93:05.00</TD><TD>93:16.00</TD><TD>92.05 MB</TD><TD>0.4310</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 1 @ 4x)</TD><TD>6:36.86</TD><TD>6:57.69</TD><TD>92.76 MB</TD><TD>0.4343</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (high)</TD><TD>3:46.78</TD><TD>4:12.36</TD><TD>93.69 MB</TD><TD>0.4387</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (high)</TD><TD>3:46.78</TD><TD>4:12.36</TD><TD>93.69 MB</TD><TD>0.4387</TD></TR>
                <TR><TD>optimFROG 4.21 (mode 0 @ 4x)</TD><TD>4:29.57</TD><TD>4:53.01</TD><TD>94.74 MB</TD><TD>0.4436</TD></TR>
-               <TR><TD>Monkey's Audio 3.96 (normal)</TD><TD>3:09.07</TD><TD>3:35.10</TD><TD>94.81 MB</TD><TD>0.4439</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Monkey's Audio 3.96 (normal)</TD><TD>3:09.07</TD><TD>3:35.10</TD><TD>94.81 MB</TD><TD>0.4439</TD></TR>
                <TR><TD>Monkey's Audio 3.96 (fast)</TD><TD>2:25.31</TD><TD>2:58.92</TD><TD>95.70 MB</TD><TD>0.4481</TD></TR>
-               <TR><TD>RKAU 1.07 (normal)</TD><TD>7:16.09</TD><TD>5:30.33</TD><TD>95.91 MB</TD><TD>0.4490</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>RKAU 1.07 (normal)</TD><TD>7:16.09</TD><TD>5:30.33</TD><TD>95.91 MB</TD><TD>0.4490</TD></TR>
                <TR><TD>LPAC 1.40 (-r, normal)</TD><TD>4:34.06</TD><TD>2:37.68</TD><TD>96.84 MB</TD><TD>0.4534</TD></TR>
-               <TR><TD>flac 1.0.3 (-8)</TD><TD>15:16.08</TD><TD>2:00.10</TD><TD>98.01 MB</TD><TD>0.4589</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-8)</TD><TD>15:16.08</TD><TD>2:00.10</TD><TD>98.01 MB</TD><TD>0.4589</TD></TR>
                <TR><TD>flac 1.0.3 (-5, default)</TD><TD>3:37.33</TD><TD>1:58.73</TD><TD>98.41 MB</TD><TD>0.4608</TD></TR>
-               <TR><TD>WavPack 3.91 (high)</TD><TD>1:58.32</TD><TD>?</TD><TD>98.82 MB</TD><TD>0.4627</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WavPack 3.91 (high)</TD><TD>1:58.32</TD><TD>?</TD><TD>98.82 MB</TD><TD>0.4627</TD></TR>
                <TR><TD>Bonk 0.5</TD><TD>9:56.25</TD><TD>7:13.68</TD><TD>98.94 MB</TD><TD>0.4633</TD></TR>
-               <TR><TD>flac 1.0.3 (-3)</TD><TD>2:42.82</TD><TD>1:56.73</TD><TD>99.21 MB</TD><TD>0.4645</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>flac 1.0.3 (-3)</TD><TD>2:42.82</TD><TD>1:56.73</TD><TD>99.21 MB</TD><TD>0.4645</TD></TR>
                <TR><TD>Ogg Squish 0.98</TD><TD>?</TD><TD>?</TD><TD>101.88 MB</TD><TD>0.4770</TD></TR>
-               <TR><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>3:10.19</TD><TD>1:56.31</TD><TD>102.60 MB</TD><TD>0.4804</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Shorten 3.2a (-p8 -b2048)</TD><TD>3:10.19</TD><TD>1:56.31</TD><TD>102.60 MB</TD><TD>0.4804</TD></TR>
                <TR><TD>Shorten 3.2a (-p0 -b256, default)</TD><TD>2:36.48</TD><TD>1:42.35</TD><TD>102.84 MB</TD><TD>0.4815</TD></TR>
-               <TR><TD>Kexis 0.2.2</TD><TD>4:49.84</TD><TD>3:59.93</TD><TD>103.57 MB</TD><TD>0.4849</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>Kexis 0.2.2</TD><TD>4:49.84</TD><TD>3:59.93</TD><TD>103.57 MB</TD><TD>0.4849</TD></TR>
                <TR><TD>flac 1.0.3 (-1)</TD><TD>2:22.18</TD><TD>1:54.92</TD><TD>103.59 MB</TD><TD>0.4850</TD></TR>
-               <TR><TD>WaveZIP</TD><TD>2:25.86</TD><TD>?</TD><TD>107.47 MB</TD><TD>0.5032</TD></TR>
+               <TR BGCOLOR="#D3D4C5"><TD>WaveZIP</TD><TD>2:25.86</TD><TD>?</TD><TD>107.47 MB</TD><TD>0.5032</TD></TR>
        </TABLE>
        </TD></TR></TABLE>
        </P>
index 906a6c9..09fd049 100644 (file)
        <P>
                FLAC is open to third-party developers who want to add support for FLAC into their programs.  All the necessary functionality is contained the library libFLAC which is licensed under the <A HREF="http://www.gnu.org/copyleft/lesser.html">LGPL</A>.  The relevant documentation here is:
                <UL>
-                       <LI>The <A HREF="documentation.html#libFLAC">libFLAC API documentation</A></LI>
+                       <LI>The <A HREF="documentation.html#libflac">libFLAC API documentation</A> and <A HREF="documentation.html#libflacpp">libFLAC++ API documentation</A></LI>
                        <LI>The <A HREF="format.html">formal description</A> of the FLAC format.</LI>
                        <LI>The <A HREF="id.html">ID registration page</A> for registering an ID if you need to write custom metadata.</LI>
                </UL>
        </P>
        <P>
-               There also are several examples in the FLAC code base of the use of libFLAC that may also be helpful.  Visit the <A HREF="download.html">download page</A> for instructions on how to get the source.
+               There also are several examples in the FLAC code base of the use of libFLAC and libFLAC++ that may also be helpful.  Visit the <A HREF="download.html">download page</A> for instructions on how to get the source.
        </P>
        </FONT>
        </TD></TR>
index f0c42c1..34a17b2 100644 (file)
@@ -84,6 +84,7 @@
                        <LI><A HREF="#metaflac">metaflac</A> - the usage of the command-line FLAC metadata editor <B><TT>metaflac</TT></B>.</LI>
                        <LI><A HREF="#plugins">plugins</A> - documentation for the various input plugins.</LI>
                        <LI><A HREF="#libflac">libFLAC API</A> - for developers who want to add FLAC support to their programs.</LI>
+                       <LI><A HREF="#libflacpp">libFLAC++ API</A> - the documentation for object layer around libFLAC.</LI>
                        <LI><A HREF="#bugs">bugs</A> - known bugs.</LI>
                        <LI><A HREF="#monkey">How to add FLAC support to the Monkey's Audio GUI</A></LI>
                </UL>
        <TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
        <TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial">
        <P>
-               <B><TT>metaflac</TT></B> is the command-line <TT>.flac</TT> file metadata editor.  Right now it just lists the contents of all metadata blocks in a .flac file, but soon it will allow you to insert, delete, and edit blocks.
+               <B><TT>metaflac</TT></B> is the command-line <TT>.flac</TT> file metadata editor.  You can use it to list the contents of blocks, delete or insert blocks, and manage padding.
        </P>
        <P>
-               Currently <B><TT>metaflac</TT></B> can be invoked only one way:
-               <UL>
-               <LI>
-                       Listing: metaflac [-v] inputfile
-               </LI>
-               </UL>
-       </P>
-       <P>
-               <TT>inputfile</TT> may be "-" for stdin.  If <TT>-v</TT> is used, you will get verbose output.
+               The documentation for <B><TT>metaflac</TT></B> is currently being rewritten, but the usage screen should explain it pretty well.  Do <TT>metaflac --help</TT> to see the full usage.
        </P>
        </FONT>
        </TD></TR>
 </TD></TR>
 </TABLE>
 
+
 <A NAME="plugins"></A>
 <TABLE WIDTH="100%" CELLPADDING="5" CELLSPACING="5" BORDER="0">
 <TR><TD>
        <TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
        <TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial">
        <P>
-               The FLAC library <B><TT>libFLAC</TT></B> is a C implementation of reference encoders and decoders.  By linking against <B><TT>libFLAC</TT></B> and writing a little code, it is relatively easy to add FLAC support to another program.  The library is licensed under the <A HREF="http://www.gnu.org/copyleft/lesser.html">LGPL</A>.  Complete source code of <B><TT>libFLAC</TT></B> as well as the command-line encoder and plugins is available and is a useful source of examples.
+               The FLAC library <B><TT>libFLAC</TT></B> is a C implementation of reference encoders and decoders, and a metadata interface.  By linking against <B><TT>libFLAC</TT></B> and writing a little code, it is relatively easy to add FLAC support to another program.  The library is licensed under the <A HREF="http://www.gnu.org/copyleft/lesser.html">LGPL</A>.  Complete source code of <B><TT>libFLAC</TT></B> as well as the command-line encoder and plugins is available and is a useful source of examples.
+       </P>
+       <P>
+               There is also a C++ object wrapper around <B><TT>libFLAC</TT></B> called <B><TT>libFLAC++</TT></B>; see the documentation <A HREF="#libflacpp">below</A>.
        </P>
        <P>
                <B><TT>libFLAC</TT></B> usually only requires the standard C library and C math library.  In particular, threading is not used so there is no dependency on a thread library.  However, <B><TT>libFLAC</TT></B> does not use global variables and should be thread-safe.
                The <B><TT>libFLAC</TT></B> 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.
        </P>
        <P>
-               The basic usage of <B><TT>libFLAC</TT></B> is as follows:
+               Aside from encoders and decoders, <B><TT>libFLAC</TT></B> 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 <TT>include/FLAC/metadata.h</TT>.
+       </P>
+       <P>
+               The basic usage of a <B><TT>libFLAC</TT></B> encoder or decoder is as follows:
                <OL>
                        <LI>The program creates an instance of a decoder or encoder using <TT>*_new()</TT>.</LI>
                        <LI>The program sets the parameters of the instance and callbacks for reading, writing, error reporting, and metadata reporting using <TT>*_set_*()</TT> functions.</LI>
                        <LI>The program initializes the instance to validate the parameters and prepare for decoding/encoding using <TT>*_init()</TT>.</LI>
                        <LI>The program calls <TT>*_process_*()</TT> functions to encode or decode data, which subsequently calls the callbacks.</LI>
-                       <LI>The program finishes the instance with <TT>*_finish()</TT>, which flushes the input and output.</LI>
+                       <LI>The program finishes the instance with <TT>*_finish()</TT>, which flushes the input and output and resets the encoder/decoder to the unitialized state.</LI>
                        <LI>The instance may be used again or deleted with <TT>*_delete()</TT>.</LI>
                </OL>
        </P>
                <UL>
                        <LI>Read callback - This function will be called when the decoder needs more input data.  The address of the buffer to be filled is supplied, along with the number of bytes the buffer can hold.  The callback may choose to supply less data and modify the byte count but must be careful not to overflow the buffer.  The callback then returns a status code chosen from FLAC__StreamDecoderReadStatus.</LI>
                        <LI>Write callback - This function will be called when the decoder has decoded a single frame of data.  The decoder will pass the frame metadata as well as an array of pointers (one for each channel) pointing to the decoded audio.</LI>
-                       <LI>Metadata callback - This function will be called when the decoder has decoded a metadata block.  There will always be one STREAMINFO block per stream, followed by zero or more other metadata blocks.  These will be supplied by the decoder in the same order as they appear in the stream and always before the first audio frame.  The metadata block that is passed in must not be modified, and it doesn't live beyond the callback, so you should make a copy of it with <TT>FLAC__metadata_object_clone()</TT> if you will need it elsewhere.</LI>
+                       <LI>Metadata callback - This function will be called when the decoder has decoded a metadata block.  There will always be one STREAMINFO block per stream, followed by zero or more other metadata blocks.  These will be supplied by the decoder in the same order as they appear in the stream and always before the first audio frame (i.e. write callback).  The metadata block that is passed in must not be modified, and it doesn't live beyond the callback, so you should make a copy of it with <TT>FLAC__metadata_object_clone()</TT> if you will need it elsewhere.  Since metadata blocks can potentially be large, you can instruct the decoder to pass or filter blocks with <TT>FLAC__stream_decoder_set_metadata_*()</TT> calls.</LI>
                        <LI>Error callback - This function will be called whenever an error occurs during decoding.</LI>
                </UL>
        </P>
        <P>
-               Once the decoder is initialized, the program will call one of several functions to stimulate the decoding process:
+               Once the decoder is initialized, your program will call one of several functions to start the decoding process:
                <UL>
                        <LI><B><TT>FLAC__stream_decoder_process_whole_stream()</TT></B> - Tells the decoder to start and continue processing the stream until the read callback says <TT>FLAC__STREAM_DECODER_READ_END_OF_STREAM</TT> or <TT>FLAC__STREAM_DECODER_READ_ABORT</TT>.</LI>
                        <LI><B><TT>FLAC__stream_decoder_process_metadata()</TT></B> - Tells the decoder to start processing the stream and stop upon reaching the first audio frame.</LI>
                        <LI><B><TT>min_residual_partition_order</TT></B>, <B><TT>max_residual_partition_order</TT></B> - 0 to estimate Rice parameter based on residual variance; &gt; 0 to partition the residual and use parameter for each based on mean; <TT>min_residual_partition_order</TT> and <TT>max_residual_partition_order</TT> specify the min and max Rice partition order.</LI>
                        <LI><B><TT>rice_parameter_search_dist</TT></B> - 0 to try only calculated parameter k; else try all [k-<TT>rice_parameter_search_dist</TT>..k+<TT>rice_parameter_search_dist</TT>] parameters and use the best.</LI>
                        <LI><B><TT>total_samples_estimate</TT></B> - May be set to 0 if unknown.  Otherwise, set this to the number of samples to be encoded.  This will allow the STREAMINFO block to be more accurate during the first pass in the event that the encoder can't seek back to the beginning of the output file to write the updated STREAMINFO block.</LI>
-                       <LI><B><TT>seek_table</TT></B> - Optional seek table to prepend; NULL implies no seek table.</LI>
-                       <LI><B><TT>padding</TT></B> - Length of PADDING block to add (goes after seek table); -1 implies do not add a PADDING block.  Remember that this is length of the padding; the length of the overall PADDING block will be 4 bytes larger because of the metadata block header.</LI>
-                       <LI><B><TT>last_metadata_is_last</TT></B> - The value the encoder will use for the 'is_last' flag of the last metadata block it writes.  In normal usage you would set this to true, but if you will be manually inserting more metadata blocks between the time of the first write callback (when the encoder sends the <TT>fLaC</TT> header and metadata) and the time actual audio encoding starts then set this to false.</LI>
+                       <LI><B><TT>metadata</TT></B> - Optional array of pointers to metadata blocks to be written; NULL implies no metadata.  The STREAMINFO block is always written automatically and must not be present in the array of pointers.</LI>
                </UL>
        </P>
        <P>
                <B>METADATA</B>
        </P>
        <P>
-               For programs that write their own APPLICATION metadata, it is advantageous to instruct the encoder to write a PADDING block of the correct size, so that instead of rewriting the whole stream after encoding, the program can just overwrite the PADDING block.  If only the maximum size of the APPLICATION block is known, the program can write a slightly larger padding block, then split it after encoding into an APPLICATION block and a PADDING block.
+               For programs that write their own metadata, but that do not know the actual metadata until after encoding, it is advantageous to instruct the encoder to write a PADDING block of the correct size, so that instead of rewriting the whole stream after encoding, the program can just overwrite the PADDING block.  If only the maximum size of the metadata is known, the program can write a slightly larger padding block, then split it after encoding.
        </P>
        <P>
-               In the case where the size of the APPLICATION block data is known ahead of time, the required size of the padding block can be easily calculated.  If the APPLICATION block data length in bytes (not including the APPLICATION metadata block header) is N bytes, the size given to the FLAC__StreamEncoder instance before initialization is simply N+4.  This accounts for the extra space needed to store the APPLICATION ID.
+               Make sure you understand how lengths are calculated.  All FLAC metadata blocks have a 4 byte header which contains the type and length.  This length does not include the 4 bytes of the header.  See the <A HREF="format.html#metadata_block">format page</A> for the specification of metadata blocks and their lengths.
        </P>
+       </FONT>
+       </TD></TR>
+       </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>
+</TD></TR>
+</TABLE>
+
+
+<TABLE WIDTH="100%" CELLPADDING="5" CELLSPACING="5" BORDER="0">
+<TR><TD>
+       <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="#D3D4C5">
+               <TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial">
+               <A NAME="libflacpp"><B><FONT SIZE="+2">libFLAC++</FONT></B>
+               </FONT></TD></TR>
+       </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><FONT FACE="Lucida,Verdana,Helvetica,Arial">
        <P>
-               In the case where only the maximum size is known, say, to be N bytes, the required padding size would be N+8.  Four for the APPLICATION ID as before, and four for the extra PADDING block that will fill up the remainder.  At the end of the encoding, when the APPLICATION block data length is known, say, to be M bytes, the original PADDING block would be overwritten with the APPLICATION block and a PADDING block of size N-M.
+               <B><TT>libFLAC++</TT></B> is a C++ object wrapper around <B><TT>libFLAC</TT></B>.  It provides classed for the encoders and decoders as well as the metadata interface.
+       </P>
+       <P>
+               The documentation for <B><TT>libFLAC++</TT></B> is currently being rewritten.  As a wrapper it is actually quite simple.  The method names and semantics generally follow those in the C layer and comments in the header files specify where there are differences.
        </P>
        </FONT>
        </TD></TR>
        <P>
                <UL>
                        <LI>
-                               Encoding/decoding with <B><TT>flac</TT></B> through pipes on Windows, using the binary distribution, will corrupt piped data.  This has been fixed in CVS.  This bug does not occur if you are compiling the source using Cygwin.  Use the -V option on Windows to verify that pipes are working in your configuration.
-                       </LI>
-                       <LI>
-                               If you build <B><TT>flac</TT></B> from sources without Ogg support, or are using a binary built without Ogg support, encoding may yield a FLAC file with an invalid seek table.  The 1.0.2 binary releases, except the Darwin release, do not have this problem, since they are built with Ogg support.  This bug has been fixed in CVS.  This will not affect the integrity of the audio data, but may increase the seek time during playback.  You can use <B><TT>metaflac</TT></B> to verify the integrity of existing files' seek tables.
+                               There are no known bugs.
                        </LI>
        </P>
        </FONT>
                </UL>
        </P>
        <P>
-               If you like this little hack, make sure to <A HREF="mailto:email@monkeysaudio.com">ask Matt</A> (the author) to add FLAC support officially!  Also, 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.
        </P>
        </FONT>
        </TD></TR>
index 6edaf88..b1eaa6d 100644 (file)
                <LI>
                        <B>Windows</B>
                        <UL>
-                               <LI>There is a Windows GUI appropriately called <A HREF="http://home.wanadoo.nl/~w.speek/flac.htm">FLAC frontend</A>.</LI>
-                               <LI><A HREF="http://www.monkeysaudio.com/">Monkey's Audio</A> can be fooled into supporting FLAC as an external encoder; <A HREF="documentation.html#monkey">here's how</A>.  If you like it, be sure to ask Matt to add support for FLAC officially!</LI>
+                               <LI><A HREF="http://home.wanadoo.nl/~w.speek/flac.htm">FLAC frontend</A>, a Windows GUI.</LI>
+                               <LI><A HREF="http://www.inf.ufpr.br/~rja00/lossless.html">FLACdrop</A>, an Oggdrop-like frontend for Windows.</LI>
+                               <LI><A HREF="http://www.monkeysaudio.com/">Monkey's Audio</A> can be fooled into supporting FLAC as an external encoder; <A HREF="documentation.html#monkey">here's how</A>.</LI>
                        </UL>
                </LI>
                <LI>
index cdae8dd..8ca9c48 100644 (file)
        <P>
        <UL>
                <LI>the stream format</LI>
-               <LI>libFLAC, a library which implements reference encoders and decoders</LI>
+               <LI><B><TT>libFLAC</TT></B>, a library of reference encoders and decoders, and a metadata interface</LI>
+               <LI><B><TT>libFLAC++</TT></B>, an object wrapper around libFLAC</LI>
                <LI><B><TT>flac</TT></B>, a command-line wrapper around libFLAC to encode and decode .flac files</LI>
                <LI>input plugins for various music players (Winamp, XMMS, and more in the works)</LI>
        </UL>
        </P>
        <P>
-               "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 source for libFLAC is available under the <A HREF="http://www.opensource.org/licenses/lgpl-license.html">LGPL</A> and the sources for <B><TT>flac</TT></B> and the plugins are available under the <A HREF="http://www.opensource.org/licenses/gpl-license.html">GPL</A>.
+               "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 <B><TT>libFLAC</TT></B> and <B><TT>libFLAC++</TT></B> are available under the <A HREF="http://www.opensource.org/licenses/lgpl-license.html">LGPL</A> and the sources for <B><TT>flac</TT></B> and the plugins are available under the <A HREF="http://www.opensource.org/licenses/gpl-license.html">GPL</A>.
        </P>
        <P>
                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.
index e98e333..9486334 100644 (file)
        <P>
        <UL>
                <LI>the stream format</LI>
-               <LI><B><TT>libFLAC</TT></B>, which implements reference encoders and decoders</LI>
+               <LI><B><TT>libFLAC</TT></B>, a library of reference encoders and decoders, and a metadata interface</LI>
+               <LI><B><TT>libFLAC++</TT></B>, an object wrapper around libFLAC</LI>
                <LI><B><TT>flac</TT></B>, a command-line wrapper around libFLAC to encode and decode .flac files</LI>
                <LI>input plugins for various music players (Winamp, XMMS, and more in the works)</LI>
        </UL>
        </P>
        <P>
-               "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 source for libFLAC is available under the <A HREF="http://www.opensource.org/licenses/lgpl-license.html">LGPL</A> and the sources for flac and the plugins are available under the <A HREF="http://www.opensource.org/licenses/gpl-license.html">GPL</A>.
+               "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 <B><TT>libFLAC</TT></B> and <B><TT>libFLAC++</TT></B> are available under the <A HREF="http://www.opensource.org/licenses/lgpl-license.html">LGPL</A> and the sources for <B><TT>flac</TT></B> and the plugins are available under the <A HREF="http://www.opensource.org/licenses/gpl-license.html">GPL</A>.
        </P>
        <P>
                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.