- 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.
-
Jean-Marc Valin authored
-
- Sep 13, 2018
-
-
Ralph Giles authored
- Switch to 'Opus' file type identification. - Revise channel mapping to better support ambisonics.
-
- Sep 10, 2018
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Sep 06, 2018
-
-
Jean-Marc Valin authored
-
- Aug 31, 2018
-
-
Fixes issue #95 on GitHub. Signed-off-by:
Felicia Lim <flim@google.com>
-
- Jul 28, 2018
-
-
Mark Harris authored
The error was: c:\projects\opus\celt\celt_encoder.c(1019): fatal error C1001: An internal error has occurred in the compiler. [C:\projects\opus\win32\VS2015\opus.vcxproj] (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 255) To work around this problem, try simplifying or changing the program near the locations listed above. Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe. You will be prompted to send an error report to Microsoft later.
-
Jean-Marc Valin authored
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jul 27, 2018
-
-
[mark.hsj: Add other missing files and update filter file] Signed-off-by:
Mark Harris <mark.hsj@gmail.com> Fixes https://github.com/xiph/libopusenc/issues/9 Fixes https://github.com/xiph/opus-tools/issues/32
-
Jean-Marc Valin authored
-
- Jul 26, 2018
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Didn't cause any problem, but still good to fix. Reported by keithchugg on github.
-