search for: rfc8251

Displaying 4 results from an estimated 4 matches for "rfc8251".

Did you mean: rfc4251
2017 Oct 30
0
RFC 8251 approved, now enabled by default
Hi, Just to let everyone know that RFC 8251, aka "Updates to the Opus Audio Codec" has been approved by the IETF: https://tools.ietf.org/html/rfc8251 This means that the two changes that were previously behind a --enable-update-draft option are now enabled by default in git. If needed (not sure why), they can still be disabled using --disable-rfc8251 The changes require a new set of testvectors, which are available at https://www.opus-codec.org...
2019 Apr 14
1
Opus cmake build
...ge that setting is -DOPUS_ENABLE_FLOAT_API=OFF. Can these be made consistent as well? There also seems to be several configure options (see ./configure --help) that have no equivalent, including --enable-assertions, --disable-asm, --disable-intrinsics, --with-NE10, and rare options like --disable-rfc8251, --disable-hardening, --enable-fixed-point-debug, --enable-float-approx, --enable-fuzzing, and --enable-check-asm. I tried a cmake build on a non-x86 Linux host but encountered numerous warnings of the form: celt/float_cast.h:129:10: warning: #warning "Don't have the functions lrint() a...
2019 Apr 13
0
[PATCH] Add checksum for opus 1.3.1 release
...44ff9d opus-1.3.1.tar.gz 94ac78ca4f74c4e43bc9fe4ec1ad0aa36f38ab90f45b0727c40dd1e96096e767 opus_testvectors-draft11.tar.gz 94ac78ca4f74c4e43bc9fe4ec1ad0aa36f38ab90f45b0727c40dd1e96096e767 opus_testvectors.tar.gz 6b26a22f9ba87b2b836906a9bb7afec5f8e54d49553b1200382520ee6fedfa55 opus_testvectors-rfc8251.tar.gz -- 2.17.1
2019 Apr 11
2
Opus cmake build
On Wed, Apr 10, 2019 at 5:30 PM Marcus Asteborg <xnorpx at outlook.com> wrote: > Hi Mark, > > Thanks for the feedback. > > By default CMake is building the static library in debug, to get other > things one has to explicit turn it on. > > Hi, By default CMake uses the "empty" build, which is used in combination with the environment variables CFLAGS and