- 04 Oct, 2014 3 commits
-
-
Timothy B. Terriberry authored
There is also no trailing whitespace.
-
Timothy B. Terriberry authored
-
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>
-
- 30 Sep, 2014 1 commit
-
-
Jean-Marc Valin authored
-
- 29 Sep, 2014 2 commits
-
-
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
-
- 26 Sep, 2014 6 commits
-
-
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
-
- 04 Sep, 2014 5 commits
-
-
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
-
- 31 Aug, 2014 4 commits
-
-
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.
-
- 14 Aug, 2014 1 commit
-
-
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).
-
- 10 Aug, 2014 1 commit
-
-
Tristan Matthews authored
cherry-picked from speexdsp 86779a06f6500d041573d6252d4971d3bfcb4b18
-
- 09 Aug, 2014 1 commit
-
-
Ralph Giles authored
-
- 08 Aug, 2014 4 commits
-
-
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
-
- 30 Jul, 2014 1 commit
-
-
Jean-Marc Valin authored
Conflicts: doc/draft-ietf-payload-rtp-opus.xml
-
- 28 Jul, 2014 2 commits
-
-
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.
-
- 03 Jul, 2014 1 commit
-
-
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>
-
- 01 Jul, 2014 1 commit
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 30 Jun, 2014 2 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Addresses comments from several months ago
-
- 21 Jun, 2014 1 commit
-
-
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.
-
- 20 Jun, 2014 3 commits
-
-
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>
-
- 19 Jun, 2014 1 commit
-
-
Jean-Marc Valin authored
-