Displaying 7 results from an estimated 7 matches for "test_creation_arguments".
2017 Jun 07
2
Initial implementation of ch.mapping 253/3
...error: (this will be reported only
> once per input file)
> tests/test_opus_projection.c: In function 'main':
> tests/test_opus_projection.c:403:1: warning: control reaches end of
> non-void function [-Wreturn-type]
> }
> ^
>
> Running the test, an issue occurs in test_creation_arguments().
> opus_projection_ambisonics_encoder_create() is intentionally called
> with invalid arguments (initially, channels=0), which causes an error
> to be returned and streams and coupled_streams are left uninitialized.
> These uninitialized values are passed to
> opus_projection_decod...
2017 May 30
2
Initial implementation of ch.mapping 253/3
Hello all,
Attached is the initial proposed implementation for ch.mapping 253/3, based
on the IETF proposal:
https://tools.ietf.org/html/draft-ietf-codec-ambisonics-03
A brief overview of the patch, as it is slightly lengthy:
After discussion with Jean-Marc, we determined that ch.253/3 will need the
demixing matrix as part of the encoder/decoder struct stack and thus will
require a new
2017 Jun 12
1
Initial implementation of ch.mapping 253/3
...file)
>>> tests/test_opus_projection.c: In function 'main':
>>> tests/test_opus_projection.c:403:1: warning: control reaches end of
>>> non-void function [-Wreturn-type]
>>> }
>>> ^
>>>
>>> Running the test, an issue occurs in test_creation_arguments().
>>> opus_projection_ambisonics_encoder_create() is intentionally called
>>> with invalid arguments (initially, channels=0), which causes an error
>>> to be returned and streams and coupled_streams are left uninitialized.
>>> These uninitialized values are pass...
2017 Nov 21
0
[PATCH] Support for Channel Mapping 253.
...on under
valgrind:
==22926== Use of uninitialised value of size 8
==22926== at 0x1000E61D0: opus_projection_ambisonics_encoder_init
(opus_projection_encoder.c:197)
==22926== by 0x1000E642C: opus_projection_ambisonics_encoder_create
(opus_projection_encoder.c:247)
==22926== by 0x1000014C1: test_creation_arguments
(test_opus_projection.c:235)
==22926== by 0x100001AEE: main (test_opus_projection.c:411)
==22926== Uninitialised value was created by a heap allocation
==22926== at 0x10009B616: malloc (vg_replace_malloc.c:302)
==22926== by 0x1000E6407: opus_projection_ambisonics_encoder_create
(os_suppor...
2017 Jun 07
0
Initial implementation of ch.mapping 253/3
...{
^
tests/test_opus_projection.c:57:1: error: (this will be reported only
once per input file)
tests/test_opus_projection.c: In function 'main':
tests/test_opus_projection.c:403:1: warning: control reaches end of
non-void function [-Wreturn-type]
}
^
Running the test, an issue occurs in test_creation_arguments().
opus_projection_ambisonics_encoder_create() is intentionally called
with invalid arguments (initially, channels=0), which causes an error
to be returned and streams and coupled_streams are left uninitialized.
These uninitialized values are passed to
opus_projection_decoder_create(), which does n...
2017 Jun 12
0
Initial implementation of ch.mapping 253/3
...nly
>> once per input file)
>> tests/test_opus_projection.c: In function 'main':
>> tests/test_opus_projection.c:403:1: warning: control reaches end of
>> non-void function [-Wreturn-type]
>> }
>> ^
>>
>> Running the test, an issue occurs in test_creation_arguments().
>> opus_projection_ambisonics_encoder_create() is intentionally called
>> with invalid arguments (initially, channels=0), which causes an error
>> to be returned and streams and coupled_streams are left uninitialized.
>> These uninitialized values are passed to
>> o...
2017 Nov 21
4
[PATCH] Support for Channel Mapping 253.
Hi Mark,
Attached are corrections based on your comments. I will extend these to the
patch I recently submitted to fix memory issues once that is resolved as
well.
Cheers,
Drew
On Sat, Nov 18, 2017 at 5:48 PM Mark Harris <mark.hsj at gmail.com> wrote:
> Hi Drew,
>
> Some additional comments on your mapping family 253 changes:
>
> 1) mapping_matrix_get_data: The computed