- Apr 21, 2020
-
-
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>
-
- Apr 13, 2020
-
-
When using OPUS_CUSTOM, `CELTDecoder->end` can be larger than 21. Assert against 25 instead in OPUS_CUSTOM builds. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Mar 23, 2020
-
-
Felicia Lim authored
-
- Mar 09, 2020
-
-
Felicia Lim authored
-
- Feb 15, 2020
-
-
Signed-off-by:
Felicia Lim <flim@google.com>
-
Reland "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>
-
- Feb 10, 2020
-
-
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>
-
- Feb 03, 2020
-
-
This reverts commit 4f5557c3. Signed-off-by:
Felicia Lim <flim@google.com>
-
- Jan 19, 2020
-
-
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>
-
- Dec 04, 2019
-
-
Signed-off-by:
Felicia Lim <flim@google.com>
-
- Dec 03, 2019
-
-
Felicia Lim authored
The data pointer could be null in the case of DTX or packet loss.
-
- Sep 03, 2019
-
-
Felicia Lim authored
Thanks to Ray Essick
-
- Jul 08, 2019
-
-
Felicia Lim authored
-
- Jun 04, 2019
-
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- May 31, 2019
-
-
Felicia Lim authored
-
- Apr 26, 2019
-
-
Jean-Marc Valin authored
Thanks to theislander on HA for reporting this.
-
- Apr 14, 2019
-
-
Jean-Marc Valin authored
-
- Apr 12, 2019
-
-
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>
-
- Apr 11, 2019
-
-
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>
-
- Apr 10, 2019
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Apr 09, 2019
-
-
Mark Harris authored
-
Mark Harris authored
Broken by earlier ARM optimizations.
-
- Apr 03, 2019
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Apr 01, 2019
-
-
Jean-Marc Valin authored
Reported in https://github.com/xiph/opus/issues/108
-
- Mar 01, 2019
-
-
Felicia Lim authored
-
- Feb 26, 2019
-
-
Mark Harris authored
snprintf is not in C89. Fixes opus-pedantic test failure introduced in 59f8e5e4.
-
- Feb 13, 2019
-
-
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.
-
- Feb 12, 2019
-
-
Jean-Marc Valin authored
logE[b] can end up slightly larger than tonal->highE[b] due to rounding
-
- Jan 23, 2019
-
-
Jean-Marc Valin authored
Thanks to Dmitriy for reporting this.
-
- Jan 20, 2019
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-