- Jan 03, 2015
-
-
Timothy B. Terriberry authored
During review of c95c9a04, I replaced a call to _mm_cvtepi8_epi32() with the OP_CVTEPI16_EPI32_M64() macro (note the 16 instead of 8). Make a separate OP_CVTEPI8_EPI32_M32() macro and use that instead. Thaks to Wei Zhou for the report.
-
- Dec 26, 2014
-
-
Timothy B. Terriberry authored
This should suppress our current issues with unused parameters, unused variables, and set-but-not-used variables.
-
- Dec 25, 2014
-
-
Optimize celt_pitch_xcorr function (for floating point) using ARM NEON intrinsics for SoCs that have NEON VFP unit. To enable this optimization, use --enable-intrinsics configure option. Compile time and runtime checks are also supported to make sure this optimization is only enabled when the compiler supports NEON intrinsics. Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
- Dec 20, 2014
-
-
Ralph Giles authored
See the mailing list discussion at http://lists.xiph.org/pipermail/opus/2014-December/002802.html
-
- Dec 08, 2014
-
-
Jean-Marc Valin authored
-
- Dec 01, 2014
-
-
Timothy B. Terriberry authored
This should not take an arch parameter, so it can properly be used as a fallback for accelerated versions which do not. This patch instead provides a separate version which can call accelerated helpers for platforms that have taken that approach.
-
- Nov 27, 2014
-
-
Avoid undefined behavior (signed arithmetic overflow) or implementation-defined behavior (malloc(0)) on out-of-range arguments, e.g. opus_multistream_encoder_create(48000, 2, 2147483647, 1, ...) or opus_multistream_surround_encoder_create(48000, 3, 0, ...). Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Nov 19, 2014
-
-
Jean-Marc Valin authored
-
Signed-off-by:
Tristan Matthews <tmatth@videolan.org>
-
- Oct 18, 2014
-
-
Ralph Giles authored
This is just a should, so we want to leave the RFC 6716 reference to the second occurance, but using the same language ties them together and to the later occurances.
- Oct 17, 2014
-
-
Ralph Giles authored
The Opus RFC doesn't really say what to do beyond rejecting a particular packet, but having the reference reinforces that we're trying to leverage the same constraints in the specific context of ogg encapsulation, and this isn't a new rule.
-
Ralph Giles authored
Suggestion from mark4o.
-
Ralph Giles authored
-
Ralph Giles authored
This avoids confusion with the number of frames being defined by more than the first byte with code 3 packets. Patch from mark4o.
-
- Oct 15, 2014
-
-
Ralph Giles authored
The macros take arguments, they aren't just constants. Thanks to mark4o for the report.
-
- Oct 14, 2014
-
-
Ralph Giles authored
-
Ralph Giles authored
Add a limit of no more than 6 characters for these tags' values.
-
- Oct 12, 2014
-
- Oct 07, 2014
-
-
Ralph Giles authored
Based on http://vfrmaniac.fushizen.eu/contents/opus_in_isobmff.html
-
- Oct 04, 2014
-
-
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>
-
- 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
-