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-11wave_out: fix types for waveout callbackHEADmasterTristan Matthews
2016-07-10autotools: fix linking for building speexdec with mingwTristan Matthews
Reported by Roger Pack.
2015-09-26Remove spurious ACLOCAL_FLAGS variable from autogen.sh.Ron
And we can drop the mkdir here now too, since we actually include things of our own in that directory now so it does already exist.
2015-07-22skeleton: delete tabsTristan Matthews
2015-07-22speexdec: delete tabsTristan Matthews
2015-07-22speexenc: delete tabsTristan Matthews
2015-07-22Fix compiler warnings from -WallErik de Castro Lopo
2015-07-22Add -Wall to CFLAGS if compiler supports itErik de Castro Lopo
2015-04-21speexenc: fix tautologyTristan Matthews
Checking for upper or lower case RIFF fourcc makes sense, checking twice for the same one does not.
2015-04-01remove trailing whitespaceTristan Matthews
2014-12-08INSTALL: fix instructionsTristan Matthews
2014-12-06configure: bump to 1.2rc2Tristan Matthews
2014-12-05speex_header: silence printf warningTristan 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-10-07remove trailing whitespaceTristan Matthews
2014-08-12speexenc: don't read past the end of WAV dataTristan Matthews
Fixes https://trac.xiph.org/ticket/2036 Reported by justcar
2014-08-10os_support: fix misleading commentsTristan Matthews
cherry-picked from speexdsp 86779a06f6500d041573d6252d4971d3bfcb4b18
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.
2014-02-08arm: Remove a superfluous 's' suffix from the cmp instructionMartin Storsjo
The 's' suffix on the cmp instruction is deprecated and superfluous since the cmp instruction always sets conditional flags. This fixes building for iOS with inline assembly enabled. Signed-off-by: Tristan Matthews <le.businessman@gmail.com>
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-07Make the hardcoded SPEEX_VERSION match configure.acRon
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.
2013-12-06Fix typos in manual for speex_preprocess APITristan Matthews
2013-12-06Switch autogen.sh to use autoreconfRon
The previous version didn't actually update everything needed (like config.{guess,sub} at the very least).
2013-12-06Check the size of the header packet before we look inside itRon
Signed-off-by: Tristan Matthews <le.businessman@gmail.com>
2010-01-17Fix a few make dist issues with win32 directoryThorvald Natvig
2010-01-07Clean up embedded targets, removing dsp referencesThorvald Natvig
2010-01-07Remove a few dsp-only filesThorvald Natvig
2009-12-23Remove a lot of leftover speexdsp referencesslicer
2009-12-23s/svn/git/ in a few placesslicer
2009-12-23Remove regressions (they were for the resampler)slicer
2009-12-23Update speexclient to use speexdsp from pkg-configslicer
2009-12-22Split libspeex and libspeexdspslicer
2009-07-08Better Doxygen comments on latencyAlexander Chemeris
2009-07-08Adding info on the algorithmic delayAlexander Chemeris
2009-07-08Fixing typos in the manualAlexander Chemeris
2009-07-08Support for Intel IPP FFTJeff Wallace
2009-07-08TI project fix (for EXPORT)Jim Crichton
2009-06-27Removing h1_mem from the encoder state since it wasn't used at all.John Ridges
2009-06-23This patch simply flips on the _USE_SSE/_USE_SSE2 automatically if the visualJeff Wallace
studio compiler options for SSE/SSE2 are specified or if compiling for x86-64.
2009-06-18Fixes a regression in the fixed-point code and adds saturation for fixed-point.Stephane Lesage
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-06-04make sure new bfin.h is included in distMike Frysinger
Looks like I didn't test the `make dist` target and so broke it by not listing the bfin.h in one of the headers vars. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-05-16Blackfin: cleanup astat/cc/hardware loop asm clobbersMike Frysinger
Most asm statements clobber ASTAT bits (shifts, maxes, etc...) but do declare the register as clobbered. Same thing with CC in a few places. Some places make an attempt at clobbering some hardware loop registers, but it's very incomplete compared with how many asm statements actually use hardware loops. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-04-15Added the --no-highpass and --print-rate options to speexencJean-Marc Valin