1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<!-- Copyright (c) 2000-2009 Josh Coalson --> 3<!-- Copyright (c) 2011-2016 Xiph.Org Foundation --> 4<!-- Permission is granted to copy, distribute and/or modify this document --> 5<!-- under the terms of the GNU Free Documentation License, Version 1.1 --> 6<!-- or any later version published by the Free Software Foundation; --> 7<!-- with no invariant sections. --> 8<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html --> 9<html xmlns="http://www.w3.org/1999/xhtml"> 10<head> 11 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 12 <meta name="author" content="Josh Coalson" /> 13 <meta name="description" content="A free, open source codec for lossless audio compression and decompression" /> 14 <meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" /> 15 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> 16 <link rel="stylesheet" type="text/css" href="flac.css" /> 17 <title>FLAC - documentation</title> 18</head> 19 20<body> 21 22<div class="logo"> 23 <a href="index.html"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a> 24</div> 25 26<div class="above_nav"></div> 27 28<div class="navbar"> 29 <a href="index.html">home</a> | 30 <a href="faq.html">faq</a> | 31 <a href="documentation.html">documentation</a> | 32 <a href="developers.html">developers</a> | 33 <a href="changelog.html">changelog</a> | 34 <a href="http://xiph.org/flac">more</a> 35</div> 36 37<div class="below_nav"></div> 38 39<div class="box"> 40 <div class="box_title"> 41 <a name="bugs">known bugs</a> 42 </div> 43 <div class="box_header"></div> 44 <div class="box_body"> 45 The following are major known bugs in the current (1.3.3) release: 46 <ul> 47 <li> 48 When encoding to Ogg FLAC, the number of seek points is limited to 240. 49 </li> 50 </ul> 51 </div> 52 <div class="box_footer"></div> 53</div> 54 55<br /> 56 57<div class="box"> 58 <div class="box_title"> 59 <a name="bug_reporting">reporting bugs</a> 60 </div> 61 <div class="box_header"></div> 62 <div class="box_body"> 63 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 /> 64 <br /> 65 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. 66 </div> 67 <div class="box_footer"></div> 68</div> 69 70 71<div class="copyright"> 72 <!-- @@@ oh so hacky --> 73 <table> 74 <tr> 75 <td align="left"> 76 Copyright (c) 2000-2009 Josh Coalson 77 <br/> 78 Copyright (c) 2011-2016 Xiph.Org Foundation 79 </td> 80 </tr> 81 </table> 82</div> 83 84</body> 85</html> 86