- Jul 22, 2022
-
-
Jean-Marc Valin authored
Reviewed by Mark Harris
-
- Jul 06, 2022
-
-
Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
This will fix -Wunused-but-set-variable on gcc 9.3 release build. Also remove unused assert.h. Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
Mark Harris authored
Reviewed by Jean-Marc Valin.
-
- Jul 05, 2022
-
-
Jean-Marc Valin authored
-
- Jul 01, 2022
-
-
Jean-Marc Valin authored
Unlike OPUS_SET_INBAND_FEC(1), the encoder does not necessarily switch to SILK if we have music.
-
- Jun 28, 2022
-
-
Jean-Marc Valin authored
Make sure we don't try to use the rtcd table when rtcd is disabled. That code still needs a lot more cleaning up.
-
- Apr 02, 2022
-
-
Jean-Marc Valin authored
-
- Apr 01, 2022
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Oct 28, 2020
-
-
Tim-Philipp Müller authored
Tested on: - Linux/x86* with gcc - Android armv7 arm64 x86 x86_64 with clang - Windows x86 x86_64 with Visual Studio 2017 - Windows x86 x86_64 with MinGW - macOS x86_64 with clang - iOS arm64 x86_64 with clang Co-authored by: Nirbheek Chauhan <nirbheek@centricular.com> https://gitlab.xiph.org/xiph/opus/-/merge_requests/13
-
- Aug 22, 2020
-
-
_WIN32 is defined on all Windows platforms by every compiler that targets Windows. We do not need WIN32 at all. Signed-off-by:
Mark Harris <mark.hsj@gmail.com> Resolves https://github.com/xiph/opus/pull/104
-
- Aug 10, 2020
-
-
Felicia Lim authored
-
- Jun 18, 2020
-
-
Felicia Lim authored
Use the fuzzed sub-length of the input data instead of the whole input.
-
- Jun 11, 2020
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Feb 26, 2019
-
-
Mark Harris authored
snprintf is not in C89. Fixes opus-pedantic test failure introduced in 59f8e5e4.
-
- Dec 29, 2018
-
-
Mark Harris authored
-
- Oct 31, 2018
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jul 26, 2018
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jul 22, 2018
-
-
Mark Harris authored
-
Mark Harris authored
clang -Wcast-align warnings with ambisonics enabled clang -Wnull-pointer-arithmetic warnings in test_opus_api.c gcc -Wimplicit-fallthrough warnings on arm msvc warning C4244 in celt_encoder.c with fixed point
-
- Mar 27, 2018
-
-
Jean-Marc Valin authored
Enables "safes" assertions even with ENABLE_ASSERTIONS isn't set
-
- Dec 07, 2017
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Modified by Jean-Marc Valin Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Nov 07, 2017
-
-
OpusProjection* classes MixingMatrix class Projection tests Change-Id: I98644466abf4ffd36e48bdecad1204d69e1539b9 Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 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.
-
- Jun 14, 2017
-
-
Mark Harris authored
Allows spaces in path arguments
-
- Feb 27, 2017
-
-
Mark Harris authored
- celt/modes.c:430:14: warning: cast from 'const unsigned char *' to 'opus_int16 *' increases required alignment from 1 to 2 [-Wcast-align] - 'C[0][1]' may be used uninitialized [-Wmaybe-uninitialized] - Unused variable/parameter - Value stored is never read - MSVC warnings about "possible loss of data" due to type conversions - MSVC warning C4146: unary minus operator applied to unsigned type - silk/NLSF_del_dec_quant.c:137:20: warning: array subscript is above array bounds [-Warray-bounds] (gcc -O3 false positive) - src/mlp_train.h:39:20: warning: function declaration isn't a prototype [-Wstrict-prototypes] - Remove SMALL_FOOTPRINT code from SSE 4.1 FIR implementation, matching the C implementation. The clang -Wcast-align warnings with SSE intrinsics are a known clang issue: https://llvm.org/bugs/show_bug.cgi?id=20670
-
- Feb 19, 2017
-
-
Mark Harris authored
Broken by b0949f11, reported by ko-zu on GitHub.
-
- Feb 10, 2017
-
-
Felicia Lim authored
-
- Nov 17, 2016
-
-
Mark Harris authored
Ensure that the SILK encoder's log gain is 63, not 64, when encoding a maximum-value delta gain index of 40. This matches the decoder and RFC 6716 4.2.7.4, and prevents an assertion failure in the rare case that the gain is later independently coded.
-
- Nov 06, 2016
-
-
Mark Harris authored
-
- Nov 02, 2016
-
-
Mark Harris authored
-
Mark Harris authored
Fix Hybrid redundancy assertion failure in ec_enc_shrink(), even if SILK produces more than maxBits, by reducing or eliminating redundancy when necessary. Don't reserve space for redundancy that is too small to be used for redundancy. When there is not enough space for redundancy, allow the regular frame to use all the bits.
-
- Nov 01, 2016
-
-
Jean-Marc Valin authored
Reported by wtchang in trac: https://trac.xiph.org/ticket/2160
-
- Oct 29, 2016
-
-
Jean-Marc Valin authored
-
- Oct 28, 2016
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-