mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Some last copyright year updates and change to open bug list
This updates one rather important mention of the copyright year (the encoding/decoding progress display) and a few in the documentation. Furthermore, it updates the open bug list Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
committed by
Erik de Castro Lopo
parent
50262f5861
commit
3bc649de34
@@ -44,17 +44,10 @@
|
|||||||
<div class="box_body">
|
<div class="box_body">
|
||||||
The following are major known bugs in the current (1.3.1pre1) release:
|
The following are major known bugs in the current (1.3.1pre1) release:
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
|
||||||
If you use the --replay-gain option with flac, but no --padding/-P option, only a very small padding block will be created. The workaround is to always use a -P option when using --replay-gain to make sure the correct amount of padding is added.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
When encoding to Ogg FLAC, the progress indicator is broken
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
When encoding to Ogg FLAC, the number of seek points is limited to 240.
|
When encoding to Ogg FLAC, the number of seek points is limited to 240.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
The first two have been fixed, these fixes will be incorporated in the next release.
|
|
||||||
</div>
|
</div>
|
||||||
<div class="box_footer"></div>
|
<div class="box_footer"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<!-- Copyright (c) 2000-2009 Josh Coalson, 2011-2013 Xiph.Org Foundation -->
|
<!-- Copyright (c) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation -->
|
||||||
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||||
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||||
<!-- or any later version published by the Free Software Foundation; -->
|
<!-- or any later version published by the Free Software Foundation; -->
|
||||||
@@ -377,7 +377,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
Copyright (c) 2000-2009 Josh Coalson, 2011-2013 Xiph.Org Foundation
|
Copyright (c) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation
|
||||||
</td>
|
</td>
|
||||||
<td width="1%" align="right">
|
<td width="1%" align="right">
|
||||||
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" hspace="0" /></a>
|
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" hspace="0" /></a>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<!-- Copyright (c) 2000-2009 Josh Coalson, 2011-2013 Xiph.Org Foundation -->
|
<!-- Copyright (c) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation -->
|
||||||
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||||
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||||
<!-- or any later version published by the Free Software Foundation; -->
|
<!-- or any later version published by the Free Software Foundation; -->
|
||||||
@@ -276,7 +276,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
Copyright (c) 2000-2009 Josh Coalson, 2011-2013 Xiph.Org Foundation
|
Copyright (c) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation
|
||||||
</td>
|
</td>
|
||||||
<td width="1%" align="right">
|
<td width="1%" align="right">
|
||||||
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" hspace="0" /></a>
|
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" hspace="0" /></a>
|
||||||
|
|||||||
@@ -479,7 +479,7 @@ int do_it(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
flac__utils_printf(stderr, 2, "\n");
|
flac__utils_printf(stderr, 2, "\n");
|
||||||
flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000-2009, 2011-2013 Josh Coalson & Xiph.Org Foundation\n", FLAC__VERSION_STRING);
|
flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000-2009, 2011-2014 Josh Coalson & Xiph.Org Foundation\n", FLAC__VERSION_STRING);
|
||||||
flac__utils_printf(stderr, 2, "flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n");
|
flac__utils_printf(stderr, 2, "flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n");
|
||||||
flac__utils_printf(stderr, 2, "welcome to redistribute it under certain conditions. Type `flac' for details.\n\n");
|
flac__utils_printf(stderr, 2, "welcome to redistribute it under certain conditions. Type `flac' for details.\n\n");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user