documentation_bugs.html 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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>
  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. <body>
  20. <div class="logo">
  21. <a href="index.html"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
  22. </div>
  23. <div class="above_nav"></div>
  24. <div class="navbar">
  25. &nbsp;<a href="index.html">home</a>&nbsp;&nbsp;|
  26. &nbsp;<a href="faq.html">faq</a>&nbsp;&nbsp;|
  27. &nbsp;<a href="documentation.html">documentation</a>&nbsp;&nbsp;|
  28. &nbsp;<a href="developers.html">developers</a>&nbsp;&nbsp;|
  29. &nbsp;<a href="changelog.html">changelog</a>&nbsp;&nbsp;|
  30. &nbsp;<a href="http://xiph.org/flac">more</a>
  31. </div>
  32. <div class="below_nav"></div>
  33. <div class="box">
  34. <div class="box_title">
  35. <a name="bugs">known bugs</a>
  36. </div>
  37. <div class="box_header"></div>
  38. <div class="box_body">
  39. The following are major known bugs in the current (1.3.2) release:
  40. <ul>
  41. <li>
  42. When encoding to Ogg FLAC, the number of seek points is limited to 240.
  43. </li>
  44. </ul>
  45. </div>
  46. <div class="box_footer"></div>
  47. </div>
  48. <br />
  49. <div class="box">
  50. <div class="box_title">
  51. <a name="bug_reporting">reporting bugs</a>
  52. </div>
  53. <div class="box_header"></div>
  54. <div class="box_body">
  55. 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 />
  56. <br />
  57. 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.
  58. </div>
  59. <div class="box_footer"></div>
  60. </div>
  61. <div class="copyright">
  62. <!-- @@@ oh so hacky -->
  63. <table>
  64. <tr>
  65. <td align="left">
  66. Copyright (c) 2000-2009 Josh Coalson
  67. <br/>
  68. Copyright (c) 2011-2016 Xiph.Org Foundation
  69. </td>
  70. <td width="1%" align="right">
  71. <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>
  72. </td>
  73. </tr>
  74. </table>
  75. </div>
  76. </body>
  77. </html>