RSS feed
e535e894
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Jean-Marc Valin <jmvalin@amazon.com>
committed
on 2022/07/02 08:14
Work around UBSan unaligned access errors.
7b6cede8
– Jean-Marc Valin <jmvalin@amazon.com>
authored
on 2022/07/02 18:41
Add asan/ubsan support in random tests
3acaa709
– Jean-Marc Valin <jmvalin@amazon.com>
authored
on 2022/06/30 16:11
Adds OPUS_SET_INBAND_FEC(2) option
60c48ade
– Jean-Marc Valin <jmvalin@amazon.com>
authored
on 2022/06/30 12:44
Estimate the inner product accuracy to fix check-asm
e0ca05b1
– Jean-Marc Valin <jmvalin@amazon.com>
authored
on 2022/06/30 12:25
Adds fuzzing to CPU detection
6577534a
– Timothy B. Terriberry <tterribe@xiph.org>
authored
on 2022/06/28 18:42
Work around a valgrind false-positive in CPUID.
03889ae7
– Timothy B. Terriberry <tterribe@xiph.org>
authored
on 2022/06/28 18:33
Check the return value of __get_cpuid().
ccb42e05
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2022/06/27 22:07
Fixes valgrind failure caused by silk_find_pred_coefs_*()
d7d4b348
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2022/06/27 21:13
Fixes --disable-rtcd
31b922e7
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2022/06/27 21:02
Silence some warnings for fixed-point debug builds
be67ea8c
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2022/06/27 19:27
Fixes wrap-around in silk_inner_prod16_sse4_1()
57ddf37c
– Mark Harris <mark.hsj@gmail.com>
authored
on 2022/06/26 09:40
Fix 8101b33 to decode ignored redundancy
63855aff
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2022/06/26 08:48
Improve background noise estimation for CELT DTX
8101b33e
– Mark Harris <mark.hsj@gmail.com>
authored
on 2022/06/20 18:23
Correct redundancy handling with lost/DTX frames
ccaaffa9
– Jean-Marc Valin <jmvalin@amazon.com>
authored
on 2022/04/02 11:21
print rate used for testvectors
6ba284f2
– Jean-Marc Valin <jmvalin@amazon.com>
authored
on 2022/04/02 11:18
Fix lrint/lrintf detection
2654707e
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2022/04/01 10:32
Cleanup testing directories to save space
f3377959
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2022/03/31 18:13
build test scripts
c6f98577
– Francis Quiers <fquiers@cisco.com>
authored
and Timothy B. Terriberry <territim@amazon.com>
committed
on 2020/05/18 13:15
Update and re-enable SILK SSE4.1 optimisations
37aba6e9
– Tom Denton <tomdenton@google.com>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2022/02/07 11:34
Prevent int32 overflow when applying HARM FIR filter in NSQ.c by using a saturating sum. This matches behavior in NSQ_del_dec.c.
66d060c7
– Tom Denton <tomdenton@google.com>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2022/01/06 04:35
Initialize non-zero test arrays.
12a356e4
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2021/12/18 13:07
Disable dangerous SSE 4.1 intrinsic optimizations
ec64b3c5
– Felicia Lim <flim@google.com>
authored
on 2021/12/09 07:54
Fix buffer overflow in xcorr_kernel_sse4_1
a8e6a77c
– Felicia Lim <flim@google.com>
authored
on 2021/09/27 17:52
Check channels/stream counts and mapping when creating the multistream
6b6035ae
– Felicia Lim <flim@google.com>
authored
on 2021/07/07 08:21
Remove an unused parameter
61747bc6
– Tim-Philipp Müller <tim@centricular.com>
authored
and Ralph Giles <giles@thaumas.net>
committed
on 2021/04/13 08:41
meson: fix get-version script for git worktrees
16395923
– Felicia Lim <flim@google.com>
authored
on 2021/06/10 07:54
Revert relaxing comparison to 0 for fixed point only
4b21ff9c
– Felicia Lim <flim@google.com>
authored
on 2021/06/07 12:35
Relax comparison to 0 to avoid a floating point divide-by-zero error.
dfd6c88a
– Marcus Asteborg <maastebo@microsoft.com>
authored
and Ralph Giles <giles@thaumas.net>
committed
on 2020/12/21 19:33
cmake - add support to run ctest on android #2347
2985a40a
– Ralph Giles <giles@thaumas.net>
authored
on 2021/05/11 06:19
Fix trailing whitespace.
7b05f44f
– Felicia Lim <flim@google.com>
authored
on 2021/02/22 17:29
celt_lpc: avoid overflows when computing lpcs in fixed point
16286a25
– Jesús de Vicente Peña <devicentepena@webrtc.org>
authored
and Felicia Lim <flim@google.com>
committed
on 2021/02/12 08:51
Sending refresh DTX packets every 400 ms independently of the encoded frame size.
d633f523
– Mark Harris <mark.hsj@gmail.com>
authored
on 2020/11/26 15:48
Fix float-approx negative left shift UB
794392ec
– Tim-Philipp Müller <tim@centricular.com>
authored
on 2020/12/22 18:54
ci: fix pipeline run for merge requests
a923218e
– Tim Gates <tim.gates@iress.com>
authored
and Ralph Giles <giles@thaumas.net>
committed
on 2020/12/07 16:33
docs: fix simple typo, neareast -> nearest