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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-05-03speexdec: remove tautologyTristan Matthews
2022-05-03speexdec: make left shift macros use unsigned to avoid undefined behaviourTristan Matthews
2022-04-13cvs: drop cvsignore filesTristan Matthews
2020-07-16wav_io: guard against invalid channel numbersTristan Matthews
2018-10-22generate-samples: change output directoryTristan Matthews
2018-10-22tools: rename to generate-samples.shTristan Matthews
2018-10-22tools: add script to generate test vectorsTristan Matthews
2018-09-12wav_io: check for EOF when seeking in wavTristan Matthews
2017-11-03Check for _WIN32 instead of WIN32 in preprocessor checksMartin Storsjo
2016-07-11wave_out: fix types for waveout callbackTristan Matthews
2016-07-10autotools: fix linking for building speexdec with mingwTristan Matthews
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-04-21speexenc: fix tautologyTristan Matthews
2014-10-07remove trailing whitespaceTristan Matthews
2014-08-12speexenc: don't read past the end of WAV dataTristan Matthews
2014-07-25whitespace: drop trailing spacesLuca Barbato
2014-07-25build: Use pkgconf macros to check for ogg presenceLuca Barbato
2013-12-07Make autotools a bit less whiny on modern systemsRon
2013-12-07Tidy the speex/*.h includes some moreRon
2009-12-22Split libspeex and libspeexdspslicer
2009-04-15Added the --no-highpass and --print-rate options to speexencJean-Marc Valin
2009-04-15Resurected the --enable-vorbis-psy option by linking with libspeexdsp for theJean-Marc Valin
2008-08-05Sorting out #include "" from #include <> and using relative paths for includingJean-Marc Valin
2008-05-29Thorvald Natvig's --with-fft= patchJean-Marc Valin
2008-05-27Patch by Thorvald Natvig to add FFTW3 supportjm
2008-05-22Add slightly better descriptions for speex{enc,dec}.1jm
2008-04-25Fixed a speexdec regression causing all files to be decoded by as stereo (oops!)jm
2008-02-15Correct fix from r14511. Jm advises Speex packets can be <5 bytes.gmaxwell
2008-02-14Fix for fuzz testing found bug: Handle zero byte packets from libogg correctly.gmaxwell
2008-02-14fixed another bug found by gmaxwell's fuzzing (and fixed the previous fix)jm
2008-02-14Fix for nb-channel bug found by gmaxwell's fuzzing.jm
2008-01-13OS2 support for stdin/stdout support in speexenc/speexdec (by Franz Bekan)jm
2007-12-08MinGW support by mikael Magnusson and last updates for 1.2beta3.Speex-1.2beta3jm
2007-10-14remamed to libspeexdspjm
2007-10-14build detailsjm
2007-10-14splitting libspeex in twjm
2007-07-29Windows patch to speexenc/speexdec by Alexander Chemerisjm
2007-06-23fixed stuff from coverityjm
2007-06-23check for malloc failurejm
2007-06-06Remove hardcoded docdir, mandir from {doc,src}/Makefile.am, to allowconrad
2007-05-17Better endianness detection (helps for MacOS X)jm
2007-04-28Cleaned up the endianness conversion, making sure that 16-bit samples getjm
2006-08-28Changed part of the API to use spx_int32_t instead of int (works better on jm
2006-08-17Patch by Tahseen to ignore CMML or other non-Speex logical streams.jm
2006-08-14* Update win32 filesilliminable
2006-08-11Skeleton support for Speexenc (by Tahseen Mohammad)jm
2006-08-09Support for reading Ogg files that contain Skeleton.jm