- 10 Feb, 2020 2 commits
-
-
Felicia Lim authored
Revert "Fixes to the the activity flag that is passed to Silk so it represents the final activity flag used in the DTX decision" This reverts commit ea3b30f9.
-
Fixes to the the activity flag that is passed to Silk so it represents the final activity flag used in the DTX decision This flag was modified after calling the Silk encoder function. This commit corrects that behavior by introducing those modifications before calling the Silk encoder. Slightly modified comments by Felicia Lim Signed-off-by:
Felicia Lim <flim@google.com>
-
- 03 Feb, 2020 1 commit
-
-
This reverts commit 4f5557c3 . Signed-off-by:
Felicia Lim <flim@google.com>
-
- 19 Jan, 2020 4 commits
-
-
The old variable `OPUS_LIBRARY_VERSION`, does not line up with what's used in autoconf, which uses the PACKAGE_VERSION instead, which in turn lines up with what version the projects `opusfile` and `libsndfile` check for, for example. While at it, I also cleaned up the accidental double up in code. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
From https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html : "Global flag to cause add_library() to create shared libraries if on. If present and true, this will cause all libraries to be built shared unless the library was explicitly added as a static library. This variable is often added to projects as an option() so that each user of a project can decide if they want to build the project using shared or static libraries." Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 04 Dec, 2019 1 commit
-
-
Signed-off-by:
Felicia Lim <flim@google.com>
-
- 03 Dec, 2019 1 commit
-
-
Felicia Lim authored
The data pointer could be null in the case of DTX or packet loss.
-
- 03 Sep, 2019 1 commit
-
-
Felicia Lim authored
Thanks to Ray Essick
-
- 08 Jul, 2019 1 commit
-
-
Felicia Lim authored
-
- 04 Jun, 2019 1 commit
-
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- 31 May, 2019 1 commit
-
-
Felicia Lim authored
-
- 26 Apr, 2019 1 commit
-
-
Jean-Marc Valin authored
Thanks to theislander on HA for reporting this.
-
- 14 Apr, 2019 1 commit
-
-
Jean-Marc Valin authored
-
- 12 Apr, 2019 2 commits
-
-
Jean-Marc Valin authored
Adding the OPUS_GET_IN_DTX() query
-
If CMAKE_BUILD_TYPE is empty and CFlags are set then only use CFlags. If None are set then use CMAKE_BUILD_TYPE by Release by default. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 11 Apr, 2019 1 commit
-
-
Make release build default Made CUSTOM_MODE an option with default off Added missing buildflags for Linux and security. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 10 Apr, 2019 1 commit
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 09 Apr, 2019 2 commits
-
-
Mark Harris authored
-
Mark Harris authored
Broken by earlier ARM optimizations.
-
- 03 Apr, 2019 1 commit
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 01 Apr, 2019 1 commit
-
-
Jean-Marc Valin authored
Reported in https://github.com/xiph/opus/issues/108
-
- 01 Mar, 2019 1 commit
-
-
Felicia Lim authored
-
- 26 Feb, 2019 1 commit
-
-
Mark Harris authored
snprintf is not in C89. Fixes opus-pedantic test failure introduced in 59f8e5e4.
-
- 13 Feb, 2019 4 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Copy the previous analysis data instead of flagging as invalid
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
The previous code would go out of sync in those cases.
-
- 12 Feb, 2019 1 commit
-
-
Jean-Marc Valin authored
logE[b] can end up slightly larger than tonal->highE[b] due to rounding
-
- 23 Jan, 2019 1 commit
-
-
Jean-Marc Valin authored
Thanks to Dmitriy for reporting this.
-
- 20 Jan, 2019 1 commit
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 29 Dec, 2018 1 commit
-
-
Mark Harris authored
-
- 22 Nov, 2018 1 commit
-
-
Jean-Marc Valin authored
-
- 03 Nov, 2018 2 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Sorry, no doc for now
-
- 31 Oct, 2018 2 commits
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
Addresses the rest of https://github.com/xiph/opus/pull/79
-
- 30 Oct, 2018 2 commits
-
-
Jean-Marc Valin authored
frame diration is only handled at the Opus layer. There's no change in behaviour, just less puzzling code. Thanks to Dmitriy <dmilvdv@gmail.com> for reporting this.
-
Jean-Marc Valin authored
-