summaryrefslogtreecommitdiff
path: root/audio/speex/patches
AgeCommit message (Collapse)AuthorFilesLines
2016-12-12Updated speex to 1.2.0.wiz1-6/+6
I just pushed the Speex 1.2.0 stable release. Thanks to Ralph Giles for helping with the release process.
2015-01-16Update to 1.2rc2:wiz2-28/+11
This release splits the speex codec library and the speex DSP library into separate source trees. Both projects received build-system improvements, bugfixes, and cleanup. The speex codec's VBR tuning was improved, while the speexdsp resampler got some NEON optimizations.
2014-01-01Fix build on Fedora 22.ryoon1-0/+19
2009-05-09Fix getopt linkage for Solaris. From Timothy Larson in PR 41176.joerg1-1/+10
2008-11-08Update to speex-1.2rc1. This should be backward-compatible withbjs3-52/+12
1.0.x versions. Pulseaudio (which I am working on) requires this version; moreover, the 1.0.x releases are deprecated. The ChangeLog is not kept up-to-date, but here are some highlights: 1.2rc1 -------- Again, this new releases brings many improvements. The RAM requirement for wideband has gone down drastically (i.e. more than 2x). A new resampler module has been added, providing arbitrary sampling rate conversion -- fast. The echo canceller has also been improved. A bug in 1.2beta1 that made the echo canceller unstable has been fixed. The echo canceller should now converge faster, be robust and tolerant of incorrect capture-playback synchronisation. The preprocessor has also been greatly improved. Not only should the quality be better, but it is now fully converted to fixed-point. At last, early TriMedia support (incomplete) has been merged. 1.2beta3 -------- The most obvious change in this release is that all the non-codec components (preprocessor, echo cancellation, jitter buffer) have been moved to a new libspeexdsp library. Other changes include a new jitter buffer algorithm and resampler improvements/fixes. This is also the first release where libspeex can be built without any floating point support. To do this, the float compatibility API must be disabled (--disable-float-api or DISABLE_FLOAT_API) and the VBR feature must be disabled (--disable-vbr or DISABLE_VBR). 1.2beta2 -------- This release adds support for acoustic echo cancellation with multiple microphones and multiple loudspeakers. It also adds an API to decorrelate loudspeaker signals to improve multi-channel performance. In the bugfix department, there are fixes for a few bugs in the echo canceller, jitter buffer and preprocessor. At this point, the API for 1.2 should be stable and only a few very minor additions are planned.
2008-04-29Add patch from upstream against CVE-2008-1686.wiz1-0/+20
Bump PKGREVISION.
2006-03-11Use the configure provided @mandir@.reed1-3/+3
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresseswiz1-0/+13
part of PR 30053. No PKGREVISION bump because most people won't care.
2004-07-23Update to 1.0.4:wiz1-18/+17
* Headers are now in ${PREFIX}/include/speex/ (but a copy is still in ${PREFIX}/include for compat reasons). * Pseudo-gapless playback (i.e. playback has the same number of samples) * Fixed a potential bug (unconfirmed) that might cause a segfault in special circumstances. Also includes a shlib major bump, so update DEPENDS in buildlink3.mk.
2003-06-05Update to 1.0.1:wiz1-8/+8
This release fixes several minor bugs that were found in version 1.0 as well as a major bug in the wideband encoding. This makes files encoded with 1.0 play with lower quality on 1.0.1 decoders.
2003-03-24Update to 1.0:wiz1-13/+0
The bit-stream and API have been frozen in this release.
2003-03-24Re-import of audio/Speex as audio/speex.wiz2-0/+39
Moved Speex to Speex-mixedcase in the repository [schmonz 2007-06-07]