- May 18, 2016
-
-
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.
-
Timothy B. Terriberry authored
-
Timothy B. Terriberry authored
This avoids the claim that all possible Opus implementations would run at rates that divide 48 kHz. Thanks to Mark Harris for raising the issue.
-
Timothy B. Terriberry authored
-
Timothy B. Terriberry authored
This also removes the request for an additional grant from the IETF Trust on the final RFC. I believe this is sufficient to exercise our ability to allow downstream modifications as proposed in RFC 5377 Section 4.4. See the discussion at <https://www.ietf.org/mail-archive/web/codec/current/msg03169.html> for details.
-
Timothy B. Terriberry authored
Thanks to Ron Lee for the suggestion.
-
- Jan 28, 2016
-
-
Timothy B. Terriberry authored
-
Timothy B. Terriberry authored
Thanks to Sabrina Tanamal for pointing out the ambiguity.
-
- Jan 16, 2016
-
-
Ralph Giles authored
The set of supported Doxygenfile keys changes from release to release, often resulting in warnings about needing to upgrade the configuration file. However, this isn't practical given the various versions different developers have installed. However, for the vast majority of keys we just want the default values, so instead only include the keys we've specifically set and let doxygen fall back to defaults for all the rest.
-
- Jan 15, 2016
-
-
Timothy B. Terriberry authored
Thanks to Joel Halpern for the suggestion.
-
Ralph Giles authored
Thanks to Joel Halpern for pointing out the discrepancy.
-