shithub: opus

RSS feed

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"

89c5e06d – Felicia Lim <flim@google.com> authored on 2020/02/10 09:36
Revert "Fixes to the the activity flag that is passed to Silk so it represents the final activity flag used in the DTX decision"

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

cf58efea – Jesús de Vicente Peña <devicentepena@webrtc.org> authored and Felicia Lim <flim@google.com> committed on 2019/10/08 10:30
Revert "Attenuate SILK PLC gain only for unvoiced speech"

6d29f51a – DeadSix27 <DeadSix27@users.noreply.github.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2019/12/05 01:00
CMake: use PACKAGE_VERSION for the pkg-config file

60472f2d – Nathaniel R. Lewis <linux.robotdude@gmail.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2019/05/08 17:51
CMake: Add alias Opus::opus for opus library. Useful for CMake superbuild pattern.

965a72e4 – Marcus Asteborg <maastebo@microsoft.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2019/12/17 05:21
CMake: Add shared library to features

c487f53c – Davide Beatrici <davidebeatrici@gmail.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2019/10/01 02:08
CMake: add option to set BUILD_SHARED_LIBS variable

93b373e8 – Gustaf Ullberg <gustaf.ullberg@gmail.com> authored and Felicia Lim <flim@google.com> committed on 2019/12/04 06:00
OPUS_GET_IN_DTX handles Silk middle channel only

8493bf50 – Felicia Lim <flim@google.com> authored on 2019/12/02 11:37
Don't update null data pointer after each multistream decoder

cd529edb – Felicia Lim <flim@google.com> authored on 2019/09/03 05:56
Fix NEON optimizations buffer read overrun

812ae3fb – Felicia Lim <flim@google.com> authored on 2019/07/08 05:44
Avoid processing LPC coeffs beyond the given order in NEON optimizations

ad8fe90d – Marcus Asteborg <maastebo@microsoft.com> authored and Ralph Giles <giles@thaumas.net> committed on 2019/04/23 09:41
Fix typo in _FORTIFY_SOURCE define.

3ebf4ad8 – Felicia Lim <flim@google.com> authored on 2019/05/31 09:58
Silk CNG adapts faster to received packets with lower gains

86e5f5ea – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2019/04/26 07:16
Add mising cmake file from make dist