Mercurial > hg > sv-dependency-builds
comparison src/libsamplerate-0.1.9/doc/history.html @ 126:4a7071416412
Current libsamplerate source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 18 Oct 2016 13:24:45 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
125:cd6cdf86811e | 126:4a7071416412 |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
2 <HTML> | |
3 | |
4 <HEAD> | |
5 <TITLE> | |
6 Secret Rabbit Code (aka libsamplerate) | |
7 </TITLE> | |
8 <META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)"> | |
9 <META NAME="Version" CONTENT="libsamplerate-0.1.8"> | |
10 <META NAME="Description" CONTENT="The Secret Rabbit Code Home Page"> | |
11 <META NAME="Keywords" CONTENT="libsamplerate sound resample audio dsp Linux"> | |
12 <LINK REL=StyleSheet HREF="SRC.css" TYPE="text/css" MEDIA="all"> | |
13 </HEAD> | |
14 | |
15 <BODY TEXT="#FFFFFF" BGCOLOR="#000000" LINK="#FB1465" VLINK="#FB1465" ALINK="#FB1465"> | |
16 <!-- pepper --> | |
17 <CENTER> | |
18 <IMG SRC="SRC.png" HEIGHT=100 WIDTH=760 ALT="SRC.png"> | |
19 </CENTER> | |
20 <!-- pepper --> | |
21 <BR> | |
22 <!-- pepper --> | |
23 <TABLE ALIGN="center" WIDTH="98%"> | |
24 <TR> | |
25 <TD VALIGN="top"> | |
26 <BR> | |
27 <DIV CLASS="nav"> | |
28 <BR> | |
29 <A HREF="index.html">Home</A><BR> | |
30 <A HREF="license.html">License</A><BR> | |
31 <A HREF="history.html">History</A><BR> | |
32 <A HREF="download.html">Download</A><BR> | |
33 <A HREF="quality.html">Quality</A><BR> | |
34 <A HREF="api.html">API</A><BR> | |
35 <A HREF="bugs.html">Bug Reporting</A><BR> | |
36 <A HREF="win32.html">On Win32</A><BR> | |
37 <A HREF="faq.html">FAQ</A><BR> | |
38 <A HREF="lists.html">Mailing Lists</A><BR> | |
39 <A HREF="ChangeLog">ChangeLog</A><BR> | |
40 <BR> | |
41 <DIV CLASS="block"> | |
42 Author :<BR>Erik de Castro Lopo | |
43 <!-- pepper --> | |
44 <BR><BR> | |
45 <!-- pepper --> | |
46 | |
47 </DIV> | |
48 <IMG SRC= | |
49 "/cgi-bin/Count.cgi?ft=6|frgb=55;55;55|tr=0|md=6|dd=B|st=1|sh=1|df=src.dat" | |
50 HEIGHT=30 WIDTH=100 ALT="counter.gif"> | |
51 </DIV> | |
52 | |
53 </TD> | |
54 <!-- pepper --> | |
55 <!-- ######################################################################## --> | |
56 <!-- pepper --> | |
57 <TD VALIGN="top"> | |
58 <DIV CLASS="block"> | |
59 | |
60 <H1><B>History</B></H1> | |
61 <UL> | |
62 <LI>Version 0.0.0 (Oct 06 2002) First alpha release (friends and family only). | |
63 <LI>Version 0.0.2 (Oct 10 2002) Second alpha release (fools rush in ....). | |
64 <LI>... | |
65 <LI>Version 0.0.7 (Nov 17 2002) The last mono only version. | |
66 <LI>Version 0.0.9 (Nov 21 2002) Full multi channel support. First pass at | |
67 documentation. Still not ready for release. | |
68 <LI>Version 0.0.11 (Nov 26 2002) Incorporated some suggestions from Conrad | |
69 Parker. | |
70 <LI>Version 0.0.12 (Nov 28 2002) First public release. | |
71 <LI>Version 0.0.13 (Dec 03 2002) Fixes for MacOSX and Solaris. | |
72 <LI>Version 0.0.14 (Jan 13 2003) Now compiles on Win32. Major code speedup. | |
73 Minor bug fixes. | |
74 <LI>Version 0.0.15 (May 02 2003) Minor bug fixes. | |
75 <LI>Version 0.1.0 (Mar 14 2004) Add callback API, functions for short to | |
76 float and float to short conversion. Minor bug fixes. | |
77 <LI>Version 0.1.1 (Jul 17 2004) Callback API bug fix. Bugfix for aggressive | |
78 gcc-3.4 optimisations. | |
79 <LI>Version 0.1.2 (Sep 12 2004) Callback API reset bug fix. | |
80 <LI>Version 0.1.3 (Mar 23 2008) Huge quality improvements to two best SINC | |
81 based converters. | |
82 <LI>Version 0.1.4 (Jul 02 2008) Fix segfault when using extremely low | |
83 conversion ratios. | |
84 <LI>Version 0.1.5 (Jan 11 2009) Optimisation resulting in dramatic throughput | |
85 improvements | |
86 (<a href="http://www.mega-nerd.com/erikd/Blog/CodeHacking/SecretRabbitCode/rel_0_1_5.html"> | |
87 See here.</a>). | |
88 <LI>Version 0.1.6 (Jan 27 2009) Minor bug fix in test suite (account for | |
89 rounding error on x86_64). | |
90 <LI>Version 0.1.7 (Feb 14 2009) Fix a segfault bug. Fix compilation under | |
91 MSVC. | |
92 <LI>Version 0.1.8 (Aug 15 2011) Minor bug fixes and updates. | |
93 </UL> | |
94 | |
95 </DIV> | |
96 </TD></TR> | |
97 </TABLE> | |
98 | |
99 </BODY> | |
100 </HTML> | |
101 |