Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-10autotools: fix linking for building speexdec with mingwTristan Matthews
Reported by Roger Pack.
2015-07-22Add -Wall to CFLAGS if compiler supports itErik de Castro Lopo
2014-12-06configure: bump to 1.2rc2Tristan Matthews
2014-10-07configure: add --disable-binaries optionTristan Matthews
This will skip building speexenc, speexdec and the test programs. It will also be automatically enforced if ogg is not detected.
2014-07-25whitespace: drop trailing spacesLuca Barbato
2014-07-25build: Use pkgconf macros to check for ogg presenceLuca Barbato
And make the selection not automagic. Unbreaks cross-building w/out ogg. Signed-off-by: Tristan Matthews <le.businessman@gmail.com>
2014-07-24configure: fix PKG_CHECK_MODULES invocationTristan Matthews
Patch by chutz. https://trac.xiph.org/ticket/1825
2014-05-17Don't rely on HAVE_STDINT_H et al. being definedRon
Not everyone who includes speex_config_types.h will have a test which defines those, and if we've chosen to use the stdint types at configure time then we know exactly which header(s) are available, so just choose the best one then and generate the header to use it. This fixes ef80120166c3a2552f77008f40c59a84577a36b5 for those users.
2013-12-07Don't overlink with libmRon
This will also work on systems where libm is not required.
2013-12-07Prefer the stdint types if availableRon
This is similar to the change we did in libogg some time back, it means the generated header is less likely to vary unnecessarily between system architectures.
2013-12-07Make autotools a bit less whiny on modern systemsRon
There's lots more that could and possibly should be done here, but this is a simple first pass. We could probably just replace SPEEX_VERSION with PACKAGE_VERSION everywhere, but that would tangle too many other things into this set. Use 'foreign' so the INSTALL file doesn't get stomped every time autogen is run.
2013-12-07Tidy the speex/*.h includes some moreRon
This is a partial revert of 785e61a593c61ebc0afee5d87eca9cc73e16d6a6. The _BUILD_SPEEX special case isn't needed in the public headers, and we don't need '../include' relative paths in the internal files. Drop a few of the latter altogether where foo.c was including headers already included by its foo.h. The OUTSIDE_SPEEX guard isn't needed here anymore either, since that was only for the resampler which is now in a separate source tree.
2010-01-07Remove a few dsp-only filesThorvald Natvig
2009-12-22Split libspeex and libspeexdspslicer
2009-06-04fix -elf2flt usage for bfin-uclinuxMike Frysinger
There are multiple problems with the elf2flt usage in the configure script: - clobbers LDFLAGS - is used for all targets so breaks non-FLAT targets - is only used for Blackfin FLAT targets Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-04-15Resurected the --enable-vorbis-psy option by linking with libspeexdsp for theJean-Marc Valin
fft.
2008-08-05Sorting out #include "" from #include <> and using relative paths for includingJean-Marc Valin
installed headers
2008-07-23properly implemented SPEEX_PREPROCESS_GET_ECHO_STATEJean-Marc Valin
2008-05-29Thorvald Natvig's --with-fft= patchJean-Marc Valin
2008-05-28Patch by Thorvald Natvig to add Intel MKL support for the FFTjm
git-svn-id: http://svn.xiph.org/trunk/speex@14975 0101bb08-14d6-0310-b084-bc0e0c8e3800
2008-05-27Fix to FFTW3 patch by Thorvald Natvigjm
git-svn-id: http://svn.xiph.org/trunk/speex@14967 0101bb08-14d6-0310-b084-bc0e0c8e3800
2008-05-27Patch by Thorvald Natvig to add FFTW3 supportjm
git-svn-id: http://svn.xiph.org/trunk/speex@14966 0101bb08-14d6-0310-b084-bc0e0c8e3800
2008-05-19bump version numberjm
git-svn-id: http://svn.xiph.org/trunk/speex@14925 0101bb08-14d6-0310-b084-bc0e0c8e3800
2008-04-26Patch by Thorvald Natvig to detect when SSE can be safely used with the selectedjm
arch. git-svn-id: http://svn.xiph.org/trunk/speex@14802 0101bb08-14d6-0310-b084-bc0e0c8e3800
2008-04-25Patch by Thorvald Natvig: uses gcc visibility options to only export thejm
required symbols in the DSO git-svn-id: http://svn.xiph.org/trunk/speex@14797 0101bb08-14d6-0310-b084-bc0e0c8e3800
2008-04-11SPEEX_PREPROCESS_SET_AGC_LEVEL is now back to its original semantic as thisjm
would have caused too much problems. The int version is now called SPEEX_PREPROCESS_SET_AGC_TARGET. git-svn-id: http://svn.xiph.org/trunk/speex@14702 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-12-08MinGW support by mikael Magnusson and last updates for 1.2beta3.jm
git-svn-id: http://svn.xiph.org/trunk/speex@14283 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-12-03oops, forgot to add the new Makefile to configure.acjm
git-svn-id: http://svn.xiph.org/trunk/speex@14266 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-12-03Updated the Windows project filesjm
git-svn-id: http://svn.xiph.org/trunk/speex@14264 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-11-28VS2008 project files by Aaron Rosenbergjm
git-svn-id: http://svn.xiph.org/trunk/speex@14244 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-11-18--disable-float-api and --disable-vbrjm
git-svn-id: http://svn.xiph.org/trunk/speex@14182 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-11-16autoconf update related to win32 project updatejm
git-svn-id: http://svn.xiph.org/trunk/speex@14159 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-11-10Lag window now stored as const data instead of computed at init time. Also,jm
force either FIXED_POINT or FLOATING_POINT to be defined so we can catch a missing config.h git-svn-id: http://svn.xiph.org/trunk/speex@14122 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-11-10autoconf cleanupjm
git-svn-id: http://svn.xiph.org/trunk/speex@14120 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-10-15Added pkg-config file for libspeexdspjm
git-svn-id: http://svn.xiph.org/trunk/speex@13983 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-10-14Manual update -- including Speex-specific jitter bufferjm
git-svn-id: http://svn.xiph.org/trunk/speex@13981 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-08-09fixing the buildjm
git-svn-id: http://svn.xiph.org/trunk/speex@13493 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-07-26Patch by moritz (ticket #1213) that fixes three build issues:jm
* Compile on systems with C99 variable-size arrays that do not support C99 variable declarations. Achieve this by making the check deliberately use C99 variable declarations. * Add missing check for alloca.h. At least on OpenBSD, alloc() is declared in stdlib.h and alloc.h does not exist. Adjust libspeex/stack_alloc.h to cope. * Declare 'int tmp;' at the beginning of the code block in libspeex/testecho.c. git-svn-id: http://svn.xiph.org/trunk/speex@13366 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-06-09version changejm
git-svn-id: http://svn.xiph.org/trunk/speex@13122 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-05-17misc updates to prepare for 1.2beta2jm
git-svn-id: http://svn.xiph.org/trunk/speex@12959 0101bb08-14d6-0310-b084-bc0e0c8e3800
2006-11-12Documentation for the echo canceller and preprocessor -- Yeh!!jm
git-svn-id: http://svn.xiph.org/trunk/speex@12091 0101bb08-14d6-0310-b084-bc0e0c8e3800
2006-09-04version string with no dashjm
git-svn-id: http://svn.xiph.org/trunk/speex@11826 0101bb08-14d6-0310-b084-bc0e0c8e3800
2006-08-30more replacements of int with spx_int32_tjm
git-svn-id: http://svn.xiph.org/trunk/speex@11821 0101bb08-14d6-0310-b084-bc0e0c8e3800
2006-08-17libtool version infojm
git-svn-id: http://svn.xiph.org/trunk/speex@11791 0101bb08-14d6-0310-b084-bc0e0c8e3800
2006-08-12version change (1.2-beta1)jm
git-svn-id: http://svn.xiph.org/trunk/speex@11765 0101bb08-14d6-0310-b084-bc0e0c8e3800
2006-05-28Added -Wl,-elf2flt=-s100000 to the LDFLAGS for Blackfinjm
git-svn-id: http://svn.xiph.org/trunk/speex@11447 0101bb08-14d6-0310-b084-bc0e0c8e3800
2006-05-21Got completely rid of the 64bit type (was only used in the adaptive codebook)jm
git-svn-id: http://svn.xiph.org/trunk/speex@11414 0101bb08-14d6-0310-b084-bc0e0c8e3800
2006-04-29CRLF -> LFjm
git-svn-id: http://svn.xiph.org/trunk/speex@11310 0101bb08-14d6-0310-b084-bc0e0c8e3800
2006-04-29* Update configure.ac in libspeexilliminable
* Add Makefile.am around the win32 dirs * Remove the theora-base library from the sdk git-svn-id: http://svn.xiph.org/trunk/speex@11308 0101bb08-14d6-0310-b084-bc0e0c8e3800
2006-04-13version changejm
git-svn-id: http://svn.xiph.org/trunk/speex@11130 0101bb08-14d6-0310-b084-bc0e0c8e3800