- Jun 19, 2016
-
-
Jean-Marc Valin authored
We just explicitly allow the overflow with silk_MLA_ovflw() since the result seems to be correct because the overflows cancel each other.
-
- Jun 18, 2016
-
-
Jean-Marc Valin authored
This could lead to an integer overflow. Also, refactored the code a bit
-
Jean-Marc Valin authored
-
- Jun 04, 2016
-
-
Slightly modified by Jean-Marc Valin Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jun 02, 2016
-
-
Ralph Giles authored
-
- May 31, 2016
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- May 18, 2016
-
-
Ricardo Constantino (:RiCON) authored
*-gnu.S are generated by arm2gnu.pl (derf) celt/arm/armopts.s is also generated from armopts.s.in
-
Ricardo Constantino (:RiCON) authored
Generated by newer versions of Doxygen when built with sqlite3.
-
Ricardo Constantino (:RiCON) authored
-
Ralph Giles authored
Thanks to derf for the report.
-
Ralph Giles authored
Visual Studio 2015 has been out for a while, and has a gratis version. It doesn't make sense to maintain parallel support for older releases.
-
- May 17, 2016
- May 12, 2016
-
-
Ricardo Constantino (:RiCON) authored
Needed after 6e961737.
-
- May 11, 2016
-
-
Ralph Giles authored
-
Orestes authored
-
Ralph Giles authored
This was adding in the MSVC project updates, but isn't correct.
-
uraymeiviar authored
fix build settings for DLL project, runtime library must be linked to DLL too to prevent heap deallocation error
-
uraymeiviar authored
Added Visual Studio 2015 solution and added ReleaseDLL and DebugDLL Project settings to produce .dll file instead of .lib
-
- Apr 22, 2016
-
-
Jean-Marc Valin authored
The effect was to always set HB_gain to 1.
-
- Apr 20, 2016
-
-
Daniel Verkamp authored
If building a static library, marking symbols as dllexport causes them to be exported from the final executable. For example, run objdump -x opus_demo.exe on a --disabled-shared build and look for the export table; there should not be one in a normal Win32 .exe file, but when linking static libopus, the exe exports all of the opus_* public functions. Use the libtool-defined DLL_EXPORT flag to determine whether we are building a DLL and only specify __declspec(dllexport) in that case.
-
- Apr 16, 2016
-
-
Avoids generating comfort noise with unwanted tones in DTX mode.
-
-
- Mar 30, 2016
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Mar 24, 2016
-
-
Jean-Marc Valin authored
As reported by Giovanni Rovatti, this should fix some TI C55 issues.
-
- Mar 22, 2016
-
-
- Feb 23, 2016
-
-
Timothy B. Terriberry authored
-
- Feb 18, 2016
-
-
Timothy B. Terriberry authored
Thanks to Barry for proposing specific text for the changes.
-
Timothy B. Terriberry authored
Ralph Giles correctly points out that the sequence number field in Ogg pages starts couting at 0, so counting from 1 in the diagram might be confusing.
-
Timothy B. Terriberry authored
For RFC 6716, the RFC Editor converted our Wikipedia URLs into stable ones that would always point at the same version of the page. We're close enough to the end that we can go ahead and do that in advance (and also update the dates to reflect the most recent version).
-
- Feb 17, 2016
-
-
Ralph Giles authored
-
Timothy B. Terriberry authored
- Clarify that 125,829,120 is just 120 MB. - Add a figure to Section 3 of an example logical stream. - Add a reference for Q notation. - Refer to the downmixing figures in the text. - Clarify that user comments are UTF-8. - Clarify that the -573 and 111 gain values are examples. - Add specific advice to implementors on areas that have security implications.
-
- Feb 12, 2016
-
-
Timothy B. Terriberry authored
Apparently the IETF does not like having the BSD copyright in the .xml source (despite the CODEC WG's IPR advisor saying this was okay), so we need a new version.
-
- Feb 09, 2016
-
-
Ralph Giles authored
It looks like this was included accidentally. Thanks to mark4o for pointing out I'd missed this in the previous removal.
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Feb 03, 2016
-
-
Ralph Giles authored
It looks like this was included accidentally.
-
Ralph Giles authored
The improves the reproducibilit of the build. The date was nice to have, but there's a version string at the top which should identify the release correctly. The copyright date could actually be incorrect, since it is based on the build date and not the last-changed date.
-
Ralph Giles authored
Use https urls. Indent nesting levels and add missing </td>.
-
Timothy B. Terriberry authored
Hopefully this is even clearer. Thanks again to Mark Harris for the suggestion.
-