- Oct 16, 2024
-
-
Jan Buethe authored
update to osce evaluation script
-
- Sep 11, 2024
-
-
rillian authored
Address the same issue in the mips code.
-
The doxygen-generated manpages contain some typos... Signed-off-by: Ralph Giles <giles@thaumas.net>
-
Timothy B. Terriberry authored
Rather than repeating the code to iterate through extensions in three different places, each with slight differences, different edge cases, different error handling, etc., create an iterator that can be used everywhere.
-
Tristan Matthews authored
-
Signed-off-by: Tristan Matthews <tmatth@videolan.org>
-
- Jul 30, 2024
-
-
Timothy B. Terriberry authored
Test multiple buffer lengths and ensure we do not write past the end of the provided buffer.
-
Timothy B. Terriberry authored
The function takes an opus_int32 *, but we were passing the address of an int, which might not be the same. This is only likely to affect platforms with a 16-bit int.
-
Timothy B. Terriberry authored
Without this check, a DRED extension encoded with an invalid frame number would still be used, potentially with a surprisingly large dred_frame_offset.
-
Timothy B. Terriberry authored
With an 8+ MB packet it is possible to craft an extension length that would overflow, bypassing the checks to ensure the extension data remains inside the packet. This patch fixes that and adds a test for it.
-
- Jul 26, 2024
-
-
Jan Buethe authored
-
- May 24, 2024
-
-
Blaine Wood authored
Only include floating point inner product when OPUS_FIXED_POINT is disabled. Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- May 18, 2024
-
-
Jean-Marc Valin authored
Retraining a new model so that we have a matching .pth file. Also, discarding more data on init to get better randomization.
-
Jean-Marc Valin authored
-
- May 06, 2024
-
-
Jan Buethe authored
-
- Apr 29, 2024
-
-
Jan Buethe authored
-
Jan Buethe authored
-
Jan Buethe authored
-
- Apr 24, 2024
-
-
Jan Buethe authored
-
- Apr 23, 2024
-
-
Jan Buethe authored
-
- Apr 21, 2024
-
-
Jan Buethe authored
-
- Apr 20, 2024
-
-
Jan Buethe authored
-
- Apr 10, 2024
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Apr 09, 2024
-
-
Jean-Marc Valin authored
Now used for fargan instead of LPCNet
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Apr 08, 2024
-
-
dvosully authored
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Malcolm Nixon authored
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Apr 01, 2024
-
-
Jean-Marc Valin authored
Should fix the few cases where the PLC would create voice frames that shouldn't be there.
-
- Mar 15, 2024
-
-
Marcus Asteborg authored
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Thomas Daede authored
The version in the most recent draft has shipped in Firefox, Chromium, and FFmpeg for several years and is quite stable. Normally we would consider bumping the version field for the dOps box, however as far as I know no incompatible version of the box has ever been deployed, so I propose leaving it as is. Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Mar 14, 2024
-
-
Jean-Marc Valin authored
-
Xavier Claessens authored
It is much less error prone because Meson can detect dependencies automatically. As bonus Meson will also generate the opus-uninstalled.pc file. Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Timothy B. Terriberry authored
Apple uses different __clang_major__ version numbers than upstream, so our test did not work. This caused compilation failures with, e.g., XCode 10.1, which reports __clang_major__ as 10 despite being forked from upstream's 7.0 branch. Fixes #2369 Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Mar 13, 2024
-
-
Jean-Marc Valin authored
Extracted from this MR from Marcus Asteborg: https://gitlab.xiph.org/xiph/opus/-/merge_requests/82/
-
- Mar 12, 2024
-
-
dependabot[bot] authored
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.36 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.36...3.1.41 ) Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
-