shithub: opus

RSS feed

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

d2f6805c – Xavier Claessens <xavier.claessens@collabora.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/11/26 04:05
Meson: Fix doc build when opus is a subproject

841d57b8 – Marcus Asteborg <maastebo@microsoft.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/07/31 18:17
cmake - add option for fixed point debug

5bdb3a58 – Marcus Asteborg <maastebo@microsoft.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/11/20 16:38
cmake - add option for check asm

2f37feb7 – Marcus Asteborg <maastebo@microsoft.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/11/20 16:28
cmake - add option for fuzzing

b459e4ce – Marcus Asteborg <maastebo@microsoft.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/11/20 16:22
cmake - add option for hardening

1d5c8152 – Marcus Asteborg <maastebo@microsoft.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/11/20 16:12
cmake - add option for assertions

f040fb0d – Davide Beatrici <git@davidebeatrici.dev> authored and Ralph Giles <giles@thaumas.net> committed on 2020/06/04 21:19
CMakeLists.txt: specify working directory in add_test() directives

19586c5a – Davide Beatrici <git@davidebeatrici.dev> authored and Ralph Giles <giles@thaumas.net> committed on 2020/06/04 20:38
CMakeLists.txt: specify path to target file in add_test() directives

93fe3450 – Marcus Asteborg <maastebo@microsoft.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/08/28 12:17
cmake - change logging of api version to debug

c2b542b6 – Tim-Philipp Müller <tim@centricular.com> authored and Nirbheek Chauhan <nirbheek@centricular.com> committed on 2016/03/19 11:40
Add support for Meson build system

034c1b61 – Nirbheek Chauhan <nirbheek@centricular.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/08/12 14:38
Fix MSVC warning about trunction from double to float

f7e67d42 – Nirbheek Chauhan <nirbheek@centricular.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/07/20 12:19
repacketizer_demo: check for read errors to fix compiler warnings

907a5231 – Nirbheek Chauhan <nirbheek@centricular.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/07/18 07:18
Replace WIN32 with _WIN32 everywhere

729bd2f4 – Nirbheek Chauhan <nirbheek@centricular.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/07/18 15:16
celt: Fix broken SSE pre-processor check due to typo

cb66cb39 – Nirbheek Chauhan <nirbheek@centricular.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/07/18 07:19
silk: Fix incorrect ifdef in debug.c

6bae366f – Felicia Lim <flim@google.com> authored on 2020/08/10 05:49
opus_decoder_fuzzer: limit the number of decodes to avoid timeout

b83dd528 – Marcus Asteborg <maastebo@microsoft.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/07/16 18:40
cmake - MINGW check for ssp lib and link if security features is enabled

d4b8707b – Zeno Endemann <zeno.endemann@googlemail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/07/15 17:45
CMake: Make _FORTIFY_SOURCE optional

8ad827c3 – Marcus Asteborg <maastebo@microsoft.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/06/24 17:25
cmake - fix bugs around consuming Opus as a submodule in cmake and package version parsing

5edb5aac – Marcus Asteborg <maastebo@microsoft.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/07/12 17:03
cmake - Fix typo bug in enable_float_api option

edccc331 – Marcus Asteborg <maastebo@microsoft.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/06/24 03:05
cmake - add warning flags for clang, gcc etc.

982e83a7 – Ralph Giles <giles@thaumas.net> authored on 2020/08/08 05:54
gitlab-ci: Run jobs on the gcc:9 image.

484af258 – sezero <sezero@users.sourceforge.net> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2019/10/06 10:37
configure: adjust x86 get cpu info inline assembly method for PIC case

f8ed894b – Felicia Lim <flim@google.com> authored on 2020/06/17 08:19
Fix and clean up opus_decode_fuzzer

d05a07ea – Marcus Asteborg <maastebo@microsoft.com> authored on 2020/06/15 09:18
Remove trailing whitespaces in vla.c that was missed previously

0c0c484f – Marcus Asteborg <maastebo@microsoft.com> authored on 2020/06/15 09:00
Add CI to check for trailing whitespaces in merge requests

b69bfb2a – Ralph Giles <giles@thaumas.net> authored on 2020/06/13 20:53
Fix arm build with rtcd enabled.

b816d1da – Marcus Asteborg <maastebo@microsoft.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/06/13 19:16
Fix trailing whitspace in previous commit

12c751e0 – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/06/13 18:11
Prefer SSE and ASM implementation of float2int before lrintf for MSVC

da404556 – Mark Harris <mark.hsj@gmail.com> authored on 2020/06/13 16:20
Silence clang silk_encoder alignment warning

3cb71dbe – willson-chen <willson.chenwx@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2019/09/06 11:53
fix doc/build_draft.sh run error

86e9bfc8 – willson-chen <willson.chenwx@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/04/24 10:25
opus draft: fix run failed under dash

87cdaae2 – Marcus Asteborg <maastebo@microsoft.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/06/04 13:35
cmake - refactor and cleanup options

ce9d83be – Davide Beatrici <git@davidebeatrici.dev> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/05/28 06:53
cmake/CFeatureCheck.cmake: fix feature tests failing when Opus is a submodule

97fca1b3 – Marcus Asteborg <maastebo@microsoft.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/04/27 08:19
cmake - add option to disable intrinsics

c350cec9 – Marcus Asteborg <maastebo@microsoft.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/04/27 04:52
cmake - move all compiler feature detection to OpusConfig

d00d866e – Marcus Asteborg <maastebo@microsoft.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/04/22 18:42
cmake - add include guards to cmake files

48055ccc – Marcus Asteborg <maastebo@microsoft.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/04/22 18:06
cmake - move cmake related files to cmake folder to make root dir less busy

f2f8f338 – Marcus Asteborg <maastebo@microsoft.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/04/22 16:29
cmake - only publish opus_custom.h if custom modes is enabled #121

7f011838 – Marcus Asteborg <maastebo@microsoft.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/04/22 16:17
cmake - add headers to project

b2547017 – Simon Jackson <si@sonocent.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/04/15 13:58
Add support to CMake build for building frameworks on Apple systems.

fc13987b – Ralph Giles <giles@thaumas.net> authored on 2020/06/11 17:35
Fix intrin0.h include guard.

09f8f05b – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/06/05 19:07
Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove usage of stdio.h in production code

fe00017a – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/06/07 17:16
Disable message box when calling abort(). The message box is causing hangs in tests.

f014317f – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/06/07 17:07
Build and run test for cmake build in gitlab-ci

fad505e8 – Marcus Asteborg <maastebo@microsoft.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/06/06 18:46
Update Doxygen config file, header and footer to Doxygen 1.8.18

72a3a6c1 – Ralph Giles <giles@thaumas.net> authored on 2020/05/30 17:22
Build trivial_example by default.

fefcad37 – Ralph Giles <giles@thaumas.net> authored on 2020/05/31 13:56
trivial_example: Check the return value of fread().

1168a29e – Ralph Giles <giles@thaumas.net> authored on 2020/05/30 17:17
trivial_example: open raw pcm files in binary mode.

4d406367 – Hector Martin <marcan@marcan.st> authored and Mark Harris <mark.hsj@gmail.com> committed on 2020/05/25 16:30
fix equivalent bitrate calculation for <20ms frame sizes

8aa77672 – Mark Harris <mark.hsj@gmail.com> authored on 2020/05/09 11:06
Repository moved to gitlab.xiph.org

d1b5efe4 – Ralph Giles <giles@thaumas.net> authored on 2020/04/21 05:19
gitlab-ci: Add a build description.

5c94ec32 – Hua, Chunbo <chunbo.hua@intel.com> authored and Ralph Giles <giles@thaumas.net> committed on 2020/04/26 12:25
Fix a typo in in opus_custom.h.

7f035cc6 – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/04/13 12:14
cmake - add option for fast math

c5c986a3 – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/04/13 11:59
cmake - add option for float_approx for IEEE 754 compatible targets

a0e14e71 – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/04/13 11:51
cmake - Add variable length detection and alloca detection

7628d844 – Nathaniel R. Lewis <linux.robotdude@gmail.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/04/09 07:43
CMake Changes

4fc7d874 – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/04/07 09:56
cmake - Fix OPUS_STACK_PROTECTOR option

66422d0b – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/03/13 11:55
cmake - Add OPUS prefix to feature info to show correct commandline option

c401f21b – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/03/13 11:51
cmake - Add option for testing to improve cli

927de845 – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/03/13 09:31
cmake - intinsics fixes, only compile SSE source with SSE flags on non-windows when target use runtime check (GH #154). For windows we only use /arch flag when target is presumed to support SSE to avoid AVX function pollution (GH #132).

ddb2c972 – willson-chen <willson.chenwx@gmail.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2019/12/19 11:59
cmake - add math library for test programs demo and compare when building dynamic library

d637b902 – evpobr <evpobr@gmail.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/01/26 13:11
cmake - Fix CMake install include directory

94b68f34 – Nathaniel R. Lewis <linux.robotdude@gmail.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2019/05/09 17:38
cmake - Add support for detecting the presence of lrint and lrintf.

e7806451 – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/03/26 19:13
cmake - add CPack and default to TGZ package

6adac61a – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/04/13 19:05
cmake - make package version parsing more robust

06a65154 – Niclas Olmenius <niclas@voysys.se> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2020/02/19 08:58
Fix celt decoder assertion when using OPUS_CUSTOM

adcb7bc2 – Felicia Lim <flim@google.com> authored on 2020/03/23 12:46
Fix another signed integer overflow in silk_noise_shape_quantizer_del_dec

923bebde – Felicia Lim <flim@google.com> authored on 2020/03/06 09:16
Fix signed integer overflows in silk_noise_shape_quantizer_del_dec

be68a9ae – Jesús de Vicente Peña <devicentepena@webrtc.org> authored and Felicia Lim <flim@google.com> committed on 2020/02/11 04:27
Fix for an assertion when running the fixed point tests

3880c5ab – Jesús de Vicente Peña <devicentepena@webrtc.org> authored and Felicia Lim <flim@google.com> committed on 2020/02/06 10:55
Reland "Fixes to the the activity flag that is passed to Silk so it represents the final activity flag used in the DTX decision"

Next