- Dec 19, 2017
-
-
Jean-Marc Valin authored
This makes it possible to link dynamically with an uninstalled libopus. It does require the executable to use libtool however.
-
- Dec 07, 2017
-
-
Change-Id: I3db285875b6b5548decc436be00096b97be1be3c Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Modified by Jean-Marc Valin Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Nov 16, 2017
-
-
Jean-Marc Valin authored
-
This fixes issues when using neon intrinsics on 64-bit systems. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
-
- Nov 10, 2017
-
-
Ensure matrix is properly exported from projection encoder. Change-Id: I5ede77e4f4d0dc82074e2230780777af542a416e Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
Larger network, using 8-bit weights
-
- Nov 08, 2017
-
-
Jean-Marc Valin authored
-
- Nov 07, 2017
-
-
OpusProjection* classes MixingMatrix class Projection tests Change-Id: I98644466abf4ffd36e48bdecad1204d69e1539b9 Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Oct 30, 2017
-
-
Fixes a warning from PVS-Studio. This was a cut-and-paste error from the stanza above and had no effect. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Oct 29, 2017
-
-
Jean-Marc Valin authored
-
- Oct 23, 2017
-
-
Ralph Giles authored
Put the colon ':' before the continuation dots like all the other entries.
-
- Oct 08, 2017
-
-
Jean-Marc Valin authored
Addresses issue https://github.com/xiph/opus/issues/54
-
Jean-Marc Valin authored
Addresses issue https://github.com/xiph/opus/issues/58
-
Jean-Marc Valin authored
Reported in https://github.com/xiph/opus/issues/55
-
- Oct 06, 2017
-
-
Jean-Marc Valin authored
The regression was introduced in 783ad767 by changes to celt_fir() that make it no longer in-place.
-
Jean-Marc Valin authored
The masking term was previously completely broken (even in 1.1). The bandwidth detection relies mostly on the noise floor and can only use masking to cut one extra band. The 12-24 kHz energy is now normalized properly but uses a higher noise floor due to the leakage in the resampler. Bandwidth detection is still mostly useless at identifying SWB speech (it usually says FB).
-
Jean-Marc Valin authored
-
- Oct 05, 2017
-
-
Jean-Marc Valin authored
Based on two dense layers with a GRU layer in the middle
-
- Sep 28, 2017
-
-
Jean-Marc Valin authored
SILK was being allocated too few bits for stereo hybrid, often resulting in forced narrowing of the width. We now allocate more bits to SILK and reduce the threshold for narrowing. This improves quality enough that the bitrate threshold for switching to SILK can be increased to 44 kb/s.
-
- Sep 19, 2017
-
-
Jean-Marc Valin authored
-
- Sep 11, 2017
-
-
Prefix passed using '--with-NE10=PFX' not used as NE10 include path. Signed-off-by:
Alexander Kochetkov <al.kochet@gmail.com> Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Ralph Giles authored
Make these consistent with the other optimization file sets which use a suffix to indicate the extension they use. Signed-off-by:
Jonathan Lennox <jonathan@vidyo.com>
-
Ralph Giles authored
Distinguish source files for the SSE 4.1 instruction set extension consistently by their filename. This makes it easier to check the correct flags are being set at build time. Signed-off-by:
Jonathan Lennox <jonathan@vidyo.com>
-
- Aug 29, 2017
-
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Aug 24, 2017
-
-
some SSE optimizations were using an instruction sequence that required 128-bit alignment, even though this is not always guaranteed. The error was in handling a 64-bit entity; made the same macro changes that had been done previously for 32-bit entities. Signed-off-by:
Felicia Lim <flim@google.com>
-
- Aug 20, 2017
-
-
Jean-Marc Valin authored
-
- Aug 17, 2017
-
-
Jean-Marc Valin authored
-
- Aug 11, 2017
-
-
Signed-off-by:
Ricardo Constantino <wiiaboo@gmail.com>
-
- Jul 26, 2017
-
-
Jean-Marc Valin authored
-
- Jul 25, 2017
-
-
This bug is introduced in commit 85fb8a1d. Change-Id: I3822cdfc1308ca62ce03da008260de8f4b04596c Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jul 16, 2017
-
-
Jean-Marc Valin authored
-
- Jul 13, 2017
-
-
Felicia Lim authored
-
- Jul 12, 2017
-
-
Felicia Lim authored
|frame_size_enum| in tests/test_opus_encode.cl:117 is flagged as potentially uninitialized but get_frame_size_enum() will fail anyway if a valid value is not found.
-
Ralph Giles authored
Migrating opus-codec.org to a static site generator inserted a redirect into the download path, which the actual testvectors at https://opus-codec.org/static/testvectors/opus_testvectors.tar.gz. Add the -L option to the suggested curl invocation so the redirect is followed to download the actual resource. Without this one gets the html redirection fallback page.
-
- Jul 06, 2017
-
-
Signed-off-by:
Felicia Lim <flim@google.com>
-
- Jun 28, 2017
-
-
Tristan Matthews authored
-
- Jun 26, 2017
-