annotate src/libsamplerate-0.1.9/doc/history.html @ 41:481f5f8c5634

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