This file is indexed.

/usr/share/doc/libtwolame-dev/html/todo.html is in libtwolame-dev 0.3.13-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.6.3" />
<title>TwoLAME TODO List</title>
<link rel="stylesheet" href="./twolame.css" type="text/css" />
<script type="text/javascript">
/*<![CDATA[*/
window.onload = function(){asciidoc.footnotes();}
/*]]>*/
</script>
<script type="text/javascript" src="./asciidoc-xhtml11.js"></script>
</head>
<body class="article">
<div id="header">
<h1>TwoLAME TODO List</h1>
<span id="revnumber">version 0.3.13</span>
</div>
<div id="content">
<div id="preamble">
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
use Exact-width integer types (eg uint16_t)
</p>
</li>
<li>
<p>
Add libresample support to libtwolame (twolame_set_in_samplerate etc.)
</p>
</li>
<li>
<p>
parameter checking in twolame.c using assert
</p>
</li>
<li>
<p>
Create a new twolame.spec (be sure to include twolame.pc)
</p>
</li>
<li>
<p>
quite a lot of duplicated code between twolame_encode_buffer_interleaved
  and twolame_encode_buffer
</p>
</li>
<li>
<p>
sort out changing parameter for twolame_set_VBR_q from FLOAT to int (like LAME)
</p>
</li>
<li>
<p>
better use of verbosity settings
</p>
</li>
<li>
<p>
full options sanity checking/verification in twolame_init_params
</p>
</li>
<li>
<p>
don&#8217;t allow twolame_set_* after twolame_init_params() has been called
</p>
</li>
<li>
<p>
Fix broken DAB support
</p>
</li>
<li>
<p>
with this VBR mode, we know the bits aren&#8217;t going to run out, so we can
  just assign them "greedily".
</p>
</li>
<li>
<p>
VBR_a_bit_allocation() is yet to be written :)
</p>
</li>
<li>
<p>
Add a layer 2 decoder ? mpglib ?
</p>
</li>
<li>
<p>
use 32-bit floats internally where possible
</p>
</li>
</ul></div>
</div>
</div>
</div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Version 0.3.13<br />
Last updated 2011-01-21 17:09:20 GMT
</div>
</div>
</body>
</html>