- Jun 16, 2023
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jun 14, 2023
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- May 27, 2023
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Apr 27, 2023
-
-
Tim-Philipp Müller authored
-
- Apr 26, 2023
-
-
-
Would fail like: Checking if "compiler supports ARMv7/AArch64 NEON intrinsics" : links: NO Checking if "compiler supports ARMv7/AArch64 NEON intrinsics with -mfpu=neon" : links: YES Checking if "compiler supports AArch64 NEON intrinsics" : links: NO Checking if "compiler supports AArch64 NEON intrinsics with -mfpu=neon" : links: NO Message: Compiler does not support AArch64 NEON intrinsics ../silk/meson.build:28:45: ERROR: Unknown variable "have_arm_intrinsics_or_asm". since commit 08088411.
-
- Apr 20, 2023
-
-
It's been deprecated for decades and in Debian system it's starting to print warnings. Just use grep -F instead. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Apr 19, 2023
-
- Apr 18, 2023
-
-
Jean-Marc Valin authored
Add dummy typedef to avoid the warning
-
Jean-Marc Valin authored
Added OPUS_SET_INBAND_FEC(2) since previous version
-
- Jan 18, 2023
-
-
This makes kiss_twiddle_cpx 4-byte aligned (instead of 2-byte) for fixed-point builds. Tested with an armv6j+nofp development board, CELT encoding becomes 1.4x as fast, and decoding over 2x. Performance gain is mostly attributed to the proper alignment of the static const array mdct_twiddles960. Co-authored-by:
David Gao <davidgao@google.com> Signed-off-by:
Felicia Lim <flim@google.com>
-
- Nov 25, 2022
-
-
Signed-off-by:
Sam James <sam@gentoo.org> Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
- Sep 05, 2022
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Aug 04, 2022
-
-
Jean-Marc Valin authored
Not sure if it was the original intent, but we now reduce the loss percentage threshold for pitch scaling as 1/nFramesPerPacket since only the first frame will have pitch scaling anyway. As a side effect, this brings back the original behavior of disabling pitch scaling for 0% loss.
-
- Jul 24, 2022
-
-
Jean-Marc Valin authored
Reduces fluctuations in the non-FEC target bitrate.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Making LTP scaling depend on the bitrate and whether FEC is on. The thresholds for scaling 1 and 2 are now independent.
-