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 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190
|
<!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 Authors</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 Authors</h1>
<span id="revnumber">version 0.3.13</span>
</div>
<div id="content">
<div id="preamble">
<div class="sectionbody">
<div class="ulist"><div class="title">Nicholas J Humfrey - <njh at aelius.com></div><ul>
<li>
<p>
Current Maintainer
</p>
</li>
<li>
<p>
New automake build system
</p>
</li>
<li>
<p>
Added libsndfile support
</p>
</li>
<li>
<p>
Reference documentation for API
</p>
</li>
<li>
<p>
Lots of cleaning and improving!
</p>
</li>
<li>
<p>
New frontend
</p>
</li>
</ul></div>
<div class="ulist"><div class="title">Christophe Massiot - <cmassiot at freebox.fr></div><ul>
<li>
<p>
Changes to make libtwolame thread-safe
</p>
</li>
</ul></div>
<div class="ulist"><div class="title"><em>Mean</em> - <mean at users.sourceforge.net></div><ul>
<li>
<p>
Fix for AMD64 processors
</p>
</li>
<li>
<p>
Fix for CRC protection
</p>
</li>
</ul></div>
<div class="ulist"><div class="title">Mike Cheng <mikecheng at NOT planckenergy.com> (remove the NOT)</div><ul>
<li>
<p>
Author of tooLAME, which TwoLAME is based on.
</p>
</li>
</ul></div>
<div class="ulist"><div class="title">ISO Dist10 code writers</div><ul>
<li>
<p>
original basis of toolame
</p>
</li>
</ul></div>
<div class="ulist"><div class="title">LAME specific contributions</div><ul>
<li>
<p>
fht routines from Ron Mayer <mayer at acuson.com>
</p>
</li>
<li>
<p>
fht tweaking by Mathew Hendry <math at vissci.com>
</p>
</li>
<li>
<p>
window_subband & filter subband from LAME circa v3.30
(multiple LAME authors)
(before Takehiro’s window/filter/mdct combination)
</p>
</li>
</ul></div>
<div class="ulist"><div class="title">Oliver Lietz <lietz at nanocosmos.de></div><ul>
<li>
<p>
Tables now included in the exe! (yay! :)
</p>
</li>
</ul></div>
<div class="ulist"><div class="title">Patrick de Smet <pds at telin.rug.ac.be></div><ul>
<li>
<p>
scale_factor calc speedup.
</p>
</li>
<li>
<p>
subband_quantization speedup
</p>
</li>
</ul></div>
<div class="ulist"><div class="title">Bill Eldridge <bill at hk.rfa.org> and Federico Grau <grauf at rfa.org></div><ul>
<li>
<p>
option for "no padding"
</p>
</li>
</ul></div>
<div class="ulist"><div class="title">Nick Burch <gagravarr at SoftHome.net></div><ul>
<li>
<p>
WAV file reading
</p>
</li>
<li>
<p>
os/2 Makefile mods.
</p>
</li>
</ul></div>
<div class="ulist"><div class="title">Phillipe Jouguet <philippe.jouguet at vdldiffusion.com></div><ul>
<li>
<p>
DAB extensions
</p>
</li>
<li>
<p>
spelling, LSF using psyII, WAVE reading
</p>
</li>
</ul></div>
<div class="ulist"><div class="title">Henrik Herranen - <leopold at vlsi.fi></div><ul>
<li>
<p>
WAVE reading
</p>
</li>
</ul></div>
<div class="ulist"><div class="title">Andreas Neukoetter - <anti at webhome.de></div><ul>
<li>
<p>
verbosity patch <em>-t</em> switch for transcode plugin
</p>
</li>
</ul></div>
<div class="ulist"><div class="title">Sami Sallinen - <sami.sallinen at g-cluster.com></div><ul>
<li>
<p>
filter subband loop unroll psychoi fix for "% 1408" calcs
</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-19 22:38:21 GMT
</div>
</div>
</body>
</html>
|