Skip to content

Commit a0b6139

Browse files
committed
first commit
0 parents  commit a0b6139

File tree

522 files changed

+138106
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

522 files changed

+138106
-0
lines changed

AUTHORS

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Jean-Marc Valin <[email protected]>
2+
All the code except the following
3+
4+
David Rowe <[email protected]>
5+
lsp.c lsp.h
6+
Also ideas and feedback
7+
8+
John Francis Edwards
9+
wave_out.[ch], some #ifdefs for windows port and MSVC project files
10+
11+
Segher Boessenkool
12+
Misc. optimizations (for QMF in particular)
13+
14+
Atsuhiko Yamanaka <[email protected]>:
15+
Patch to speexenc.c to add Vorbis comment format
16+
17+
Radim Kolar <[email protected]>:
18+
Patch to speexenc.c for supporting more input formats

COPYING

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright 2002-2008 Xiph.org Foundation
2+
Copyright 2002-2008 Jean-Marc Valin
3+
Copyright 2005-2007 Analog Devices Inc.
4+
Copyright 2005-2008 Commonwealth Scientific and Industrial Research
5+
Organisation (CSIRO)
6+
Copyright 1993, 2002, 2006 David Rowe
7+
Copyright 2003 EpicGames
8+
Copyright 1992-1994 Jutta Degener, Carsten Bormann
9+
10+
Redistribution and use in source and binary forms, with or without
11+
modification, are permitted provided that the following conditions
12+
are met:
13+
14+
- Redistributions of source code must retain the above copyright
15+
notice, this list of conditions and the following disclaimer.
16+
17+
- Redistributions in binary form must reproduce the above copyright
18+
notice, this list of conditions and the following disclaimer in the
19+
documentation and/or other materials provided with the distribution.
20+
21+
- Neither the name of the Xiph.org Foundation nor the names of its
22+
contributors may be used to endorse or promote products derived from
23+
this software without specific prior written permission.
24+
25+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26+
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
29+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
30+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
31+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
32+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
33+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
34+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

ChangeLog

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2005-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
2+
3+
* libspeex/cb_search.c: (split_cb_search_shape_sign_N1):
4+
add declaration for n, seems like an obvious build fix, slap
5+
me down if it's not
6+
7+
2004-02-18 Jean-Marc Valin <[email protected]>
8+
Patch for compiling with mingw32 sent by [email protected]
9+
10+
2004-02-18 Jean-Marc Valin <[email protected]>
11+
Integrated IRIX patch (getopt stuff) from Michael Pruett <[email protected]>
12+
13+
2004-02-18 Jean-Marc Valin <[email protected]>
14+
Changed the Makefile.am so that KDevelop can parse SUBDIRS correctly
15+
16+
2002/03/27 Jean-Marc Valin:
17+
Working encoder and decoder for both narrowband and wideband.
18+
19+
2002/02/27 Jean-Marc Valin:
20+
Got the basic encoder working as a demo with quantization only on some
21+
parameters.

INSTALL

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Installing Speex is as easy as:
2+
3+
% ./configure [--prefix=<install-path>]
4+
% make
5+
% make install
6+
7+
Note that if you are using the code from SVN, you will need to run "autogen.sh"
8+
instead of "configure".

0 commit comments

Comments
 (0)