2005-02-09 03:37:59 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2013-05-26 22:12:20 +02:00
<!-- Copyright (c) 2000 - 2009 Josh Coalson -->
2013-05-25 17:11:19 +10:00
<!-- Copyright (c) 2011 - 2013 Xiph.Org Foundation -->
2002-07-16 16:09:53 +00:00
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
<!-- with no invariant sections. -->
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
2005-02-09 03:37:59 +00:00
< html >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=ISO-8859-1" / >
< meta name = "author" content = "Josh Coalson" / >
< meta name = "description" content = "A free, open source codec for lossless audio compression and decompression" / >
< meta name = "keywords" content = "free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" / >
< link rel = "shortcut icon" type = "image/x-icon" href = "favicon.ico" / >
< link rel = "stylesheet" type = "text/css" href = "flac.css" / >
2006-12-22 02:53:20 +00:00
< title > FLAC - documentation< / title >
2005-02-09 03:37:59 +00:00
< / head >
< body >
< div class = "logo" >
2013-09-17 19:18:28 +02:00
< a href = "index.html" > < img src = "images/logo130.gif" alt = "FLAC Logo" align = "middle" border = "0" hspace = "0" / > < / a >
2005-02-09 03:37:59 +00:00
< / div >
< div class = "above_nav" > < / div >
< div class = "navbar" >
< a href = "index.html" > home< / a > |
< a href = "faq.html" > faq< / a > |
< a href = "documentation.html" > documentation< / a > |
2013-09-17 19:18:28 +02:00
< a href = "developers.html" > developers< / a > |
2005-02-09 03:37:59 +00:00
< a href = "changelog.html" > changelog< / a > |
2013-09-17 19:18:28 +02:00
< a href = "http://xiph.org/flac" > more< / a >
2005-02-09 03:37:59 +00:00
< / div >
< div class = "below_nav" > < / div >
< div class = "box" >
< div class = "box_title" >
2006-12-22 02:53:20 +00:00
< a name = "bugs" > known bugs< / a >
2005-02-09 03:37:59 +00:00
< / div >
< div class = "box_header" > < / div >
< div class = "box_body" >
2014-11-24 22:13:27 +11:00
The following are major known bugs in the current (1.3.1pre1) release:
2005-02-09 03:37:59 +00:00
< ul >
< li >
2014-08-01 09:57:38 +02:00
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 >
When encoding to Ogg FLAC, the number of seek points is limited to 240.
2005-02-09 03:37:59 +00:00
< / li >
< / ul >
2014-08-01 09:57:38 +02:00
The first two have been fixed, these fixes will be incorporated in the next release.
2005-02-09 03:37:59 +00:00
< / div >
< div class = "box_footer" > < / div >
< / div >
2006-12-22 02:53:20 +00:00
< br / >
< div class = "box" >
< div class = "box_title" >
< a name = "bug_reporting" > reporting bugs< / a >
< / div >
< div class = "box_header" > < / div >
< div class = "box_body" >
2014-08-01 09:57:38 +02:00
To report a bug, please go to the < a href = "http://sourceforge.net/p/flac/bugs/" > FLAC bug tracker< / a > (or appropriately the < a href = "http://sourceforge.net/p/flac/feature-requests/" > feature request tracker< / a > , < a href = "http://sourceforge.net/p/flac/patches/" > patch page< / a > , or < a href = "http://sourceforge.net/p/flac/support-requests/" > support page< / a > ).< br / >
2006-12-22 02:53:20 +00:00
< br / >
2014-08-01 09:57:38 +02:00
First check that there is not already an existing request. If you do submit a new request, make sure and provide an email contact < b > and< / b > use the Monitor feature.
2006-12-22 02:53:20 +00:00
< / div >
< div class = "box_footer" > < / div >
< / div >
2005-02-09 03:37:59 +00:00
< div class = "copyright" >
2006-11-20 06:46:07 +00:00
<!-- @@@ oh so hacky -->
< table >
< tr >
< td align = "left" >
2013-05-25 17:11:19 +10:00
Copyright (c) 2000-2009 Josh Coalson
< br / >
Copyright (c) 2011-2013 Xiph.Org Foundation
2006-11-20 06:46:07 +00:00
< / td >
< 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 >
< / td >
< / tr >
< / table >
2005-02-09 03:37:59 +00:00
< / div >
< / body >
< / html >