- Sep 25, 2019
-
-
Jean-Marc Valin authored
Should reduce phase-related problems at low bitrate
-
- Sep 24, 2019
-
-
Jean-Marc Valin authored
This option disables psychoacoustic improvements that deliberately alter the waveform (e.g. changing the phase) to improve quality. Although it should never be used for normal mono or stereo recordings, it can be useful for cases where matching the waveform is important, e.g. direct ambisonics (family 2), where the phase changes the spatial location of sounds.
-
- Sep 03, 2019
-
-
Felicia Lim authored
Thanks to Ray Essick
-
- Jul 08, 2019
-
-
Felicia Lim authored
-
- Jun 04, 2019
-
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- May 31, 2019
-
-
Felicia Lim authored
-
- Apr 26, 2019
-
-
Jean-Marc Valin authored
Thanks to theislander on HA for reporting this.
-
- Apr 14, 2019
-
-
Jean-Marc Valin authored
-
- Apr 12, 2019
-
-
Jean-Marc Valin authored
Adding the OPUS_GET_IN_DTX() query
-
If CMAKE_BUILD_TYPE is empty and CFlags are set then only use CFlags. If None are set then use CMAKE_BUILD_TYPE by Release by default. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Apr 11, 2019
-
-
Make release build default Made CUSTOM_MODE an option with default off Added missing buildflags for Linux and security. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Apr 10, 2019
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Apr 09, 2019
-
-
Mark Harris authored
-
Mark Harris authored
Broken by earlier ARM optimizations.
-
- Apr 03, 2019
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Apr 01, 2019
-
-
Jean-Marc Valin authored
Reported in https://github.com/xiph/opus/issues/108
-
- Mar 01, 2019
-
-
Felicia Lim authored
-
- Feb 26, 2019
-
-
Mark Harris authored
snprintf is not in C89. Fixes opus-pedantic test failure introduced in 59f8e5e4.
-
- Feb 13, 2019
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Copy the previous analysis data instead of flagging as invalid
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
The previous code would go out of sync in those cases.
-
- Feb 12, 2019
-
-
Jean-Marc Valin authored
logE[b] can end up slightly larger than tonal->highE[b] due to rounding
-
- Jan 23, 2019
-
-
Jean-Marc Valin authored
Thanks to Dmitriy for reporting this.
-
- Jan 20, 2019
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Dec 29, 2018
-
-
Mark Harris authored
-
- Nov 22, 2018
-
-
Jean-Marc Valin authored
-
- Nov 03, 2018
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Sorry, no doc for now
-
- Oct 31, 2018
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
Addresses the rest of https://github.com/xiph/opus/pull/79
-
- Oct 30, 2018
-
-
Jean-Marc Valin authored
frame diration is only handled at the Opus layer. There's no change in behaviour, just less puzzling code. Thanks to Dmitriy <dmilvdv@gmail.com> for reporting this.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Oct 16, 2018
-
-
Jean-Marc Valin authored
We're adding the ambisonics API
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
As suggested in https://github.com/xiph/opus/pull/83
-
- Sep 27, 2018
-
-
Jean-Marc Valin authored
or "just" 1 year and 4 months for 10-ms frames. The overflow can eventually cause a divide-by-zero when counter == -16 Thanks to Dmitry Malinin for reporting the bug.
-
- Sep 25, 2018
-
-
Jean-Marc Valin authored
-
- Sep 14, 2018
-
-
Jean-Marc Valin authored
Without that change, a very long (> 682 ms) illegal packet could trigger a wrap-around in the test and be accepted as valid. Only 16-bit architectures (e.g. TI C5x) were affected.
-