- Apr 09, 2024
-
-
Jean-Marc Valin authored
-
- Mar 07, 2024
-
-
These were not being included in the tarball in spite of being referenced. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Mar 04, 2024
-
-
- Feb 17, 2024
-
-
Jean-Marc Valin authored
Also skip the first loss values being generated since they're biased towards "not lost" due to the initialization.
-
- Dec 22, 2023
-
-
Jean-Marc Valin authored
-
- Dec 20, 2023
-
-
- Dec 14, 2023
-
-
Michael Klingbeil authored
-
- Nov 26, 2023
-
-
Jean-Marc Valin authored
Still missing some intrinsics
-
- Nov 25, 2023
-
-
Jean-Marc Valin authored
Used for DNN matrix multiplies
-
- Nov 21, 2023
-
-
Jean-Marc Valin authored
Not yet with rtcd
-
- Nov 20, 2023
-
-
The optimization is bit-exact with C function. This optimization speeds up SILK encoder (floating point) as following: AMD Zen: Complexity 0-5 : 0% Complexity 6-7 : 3 - 7% Complexity 8-10: 8 - 15% Intel Skylake: Complexity 0-5 : 0% Complexity 6-7 : 14 - 18% Complexity 8-10: 17 - 22% Adapted by Jean-Marc Valin
-
- Nov 16, 2023
-
-
Jean-Marc Valin authored
Starting with compute_linear()
-
- Oct 18, 2023
-
-
Jean-Marc Valin authored
No dependency on the data files if no DNN code enabled
-
- Oct 17, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Oct 15, 2023
-
-
Jean-Marc Valin authored
-
- Jun 22, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jun 21, 2023
-
-
Jean-Marc Valin authored
-
Marcus Asteborg authored
-
- Jun 20, 2023
-
-
Jean-Marc Valin authored
-
- Jun 16, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Not used by anything yet
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
can't link woth libopus since it's already #including C files
-
Add unit tests for opus_packet_extensions_count, opus_packet_extensions_parse, and opus_packet_extensions_generate. Add various assertions for NULL buffers or negative length arguments. Add explicit check for invalid length in opus_packet_extensions_count. Check for extension id >127 in opus_packet_extensions_generate. Check for invalid length input in opus_packet_extensions_generate. Signed-off-by:
Jean-Marc Valin <jmvalin@amazon.com>
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jul 10, 2022
-
-
Timothy B. Terriberry authored
To avoid issues with empty compilation units.
-
- Jul 08, 2022
-
-
Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
- May 12, 2021
-
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- 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 08, 2020
-
-
- Jun 13, 2020
-
-
Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
- Jun 01, 2020
-
-
Ralph Giles authored
Add doc/trivial_example.c to the autotools build so we get some minimal verification that the code compiles. Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
- Apr 21, 2020
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Apr 26, 2019
-
-
Jean-Marc Valin authored
Thanks to theislander on HA for reporting this.
-
- Apr 03, 2019
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Mar 27, 2018
-
-
Jean-Marc Valin authored
Enables "safes" assertions even with ENABLE_ASSERTIONS isn't set
-