Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Feb 9, 2012
0 parents commit a0b6139
Show file tree
Hide file tree
Showing 522 changed files with 138,106 additions and 0 deletions.
18 changes: 18 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Jean-Marc Valin <[email protected]>
All the code except the following

David Rowe <[email protected]>
lsp.c lsp.h
Also ideas and feedback

John Francis Edwards
wave_out.[ch], some #ifdefs for windows port and MSVC project files

Segher Boessenkool
Misc. optimizations (for QMF in particular)

Atsuhiko Yamanaka <[email protected]>:
Patch to speexenc.c to add Vorbis comment format

Radim Kolar <[email protected]>:
Patch to speexenc.c for supporting more input formats
35 changes: 35 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Copyright 2002-2008 Xiph.org Foundation
Copyright 2002-2008 Jean-Marc Valin
Copyright 2005-2007 Analog Devices Inc.
Copyright 2005-2008 Commonwealth Scientific and Industrial Research
Organisation (CSIRO)
Copyright 1993, 2002, 2006 David Rowe
Copyright 2003 EpicGames
Copyright 1992-1994 Jutta Degener, Carsten Bormann

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

- Neither the name of the Xiph.org Foundation nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
2005-09-07 Thomas Vander Stichele <thomas at apestaart dot org>

* libspeex/cb_search.c: (split_cb_search_shape_sign_N1):
add declaration for n, seems like an obvious build fix, slap
me down if it's not

2004-02-18 Jean-Marc Valin <[email protected]>
Patch for compiling with mingw32 sent by [email protected]

2004-02-18 Jean-Marc Valin <[email protected]>
Integrated IRIX patch (getopt stuff) from Michael Pruett <[email protected]>

2004-02-18 Jean-Marc Valin <[email protected]>
Changed the Makefile.am so that KDevelop can parse SUBDIRS correctly

2002/03/27 Jean-Marc Valin:
Working encoder and decoder for both narrowband and wideband.

2002/02/27 Jean-Marc Valin:
Got the basic encoder working as a demo with quantization only on some
parameters.
8 changes: 8 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Installing Speex is as easy as:

% ./configure [--prefix=<install-path>]
% make
% make install

Note that if you are using the code from SVN, you will need to run "autogen.sh"
instead of "configure".
Loading

0 comments on commit a0b6139

Please sign in to comment.