- Oct 04, 2014
-
-
1. Only for fixed point on x86 platform (32bit and 64bit, uses SIMD intrinsics up to SSE4.2) 2. Use "configure --enable-fixed-point --enable-intrinsics" to enable optimization, default is disabled. 3. Official test cases are verified and passed. Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
- Sep 30, 2014
-
-
Jean-Marc Valin authored
-
- Sep 29, 2014
-
-
Ralph Giles authored
This is a quick script to download, rename and sanitize Yusuke Nakamura's draft for opus in the ISO Base Media File Format.
-
Ralph Giles authored
Based on http://vfrmaniac.fushizen.eu/contents/opus_in_isobmff.html
-
- Sep 26, 2014
-
-
Ralph Giles authored
-
Ralph Giles authored
SHOULD or SHOULD NOT. There is no attempt.
-
Ralph Giles authored
From the codec wg mailing list thread https://www.ietf.org/mail-archive/web/codec/current/msg03107.html
-
Ralph Giles authored
Based on http://vfrmaniac.fushizen.eu/style.css
-
Ralph Giles authored
Based on http://vfrmaniac.fushizen.eu/contents/opus_in_isobmff.html
-
- Sep 04, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Considers the case where one stream would eat up all the remaining bytes, including a 2-byte size that would then not leave enough for the even a PLC packet in the next streams.
-
Jean-Marc Valin authored
Limit now at 2*streams-1 and anything below that returns OPUS_BUFFER_TOO_SMALL rather than OPUS_BAD_ARG
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Aug 31, 2014
-
-
Ralph Giles authored
-
Ron authored
-
Ralph Giles authored
These are normative whether capitalized or not. Capitalize the ones which make sense as normative requirements, and reword the rest.
-
Ralph Giles authored
We want to general guidelines for stream-level encapsulation to apply to multiplexed as well as degenerate streams. 'Files' can therefore specific to the mine-type discussion for unmultiplexed Ogg physical streams.
-
- Aug 14, 2014
-
-
Timothy B. Terriberry authored
These are the changes proposed in <http://www.ietf.org/mail-archive/web/codec/current/msg03058.html>, with some minor additions (see follow-up on the list).
-
- Aug 10, 2014
-
-
Tristan Matthews authored
cherry-picked from speexdsp 86779a06f6500d041573d6252d4971d3bfcb4b18
-
- Aug 09, 2014
-
- Aug 08, 2014
-
-
Ralph Giles authored
Promote the new tag definitions to a separate subsection, balance tags, improve wording, and document our motivation for the R128 tags.
-
Ralph Giles authored
Thanks to Calvin Walton for pointing this out.
-
Ralph Giles authored
Patch from Greg Maxwell in response to implementor feedback. https://www.ietf.org/mail-archive/web/codec/current/msg03053.html
-
Ralph Giles authored
-
- Jul 30, 2014
-
-
Jean-Marc Valin authored
Conflicts: doc/draft-ietf-payload-rtp-opus.xml
-
- Jul 28, 2014
-
-
Here are my proposals to resolve a few issues with the current draft. See the corresponding message to the list for details.
-
This is the result of an editing pass for clarity and consistency.
-
- Jul 03, 2014
-
-
Joshua Milas authored
genversion.bat would fail if an argument was passed with quotations. This is because the quotations were not being stripped before using them as variables, causing the _temp files not being created. Adding ~ to the arguments causes windows to strip the quotations, enabling it to be used with path names containing spaces and the MSVS pre-build event. Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
- Jul 01, 2014
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jun 30, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Addresses comments from several months ago
-
- Jun 21, 2014
-
-
Jean-Marc Valin authored
OPUS_AUTO should now work fine, while using OPUS_BITRATE_MAX would still be a bad idea for controlling CBR rate for multistream. The encoder should now throw an error early on if max_data_bytes is just too small to do anything.
-
- Jun 20, 2014
-
-
Jean-Marc Valin authored
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Bug fix: the CNG synthesis filter output consisted of only the prediction values, now added the input to that. - CNG excitation level now takes into account the level from the PLC (since both PLC and CNG can be active at the same time). - CNG is now called before PLC_glue() to smoothen the transition out of CNG. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jun 19, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-