Opus release 1.3-rc

This is a release candidate for the upcoming 1.3 release and includes:
- Making it possible to use SILK down to bitrates around 5 kb/s
- Using wideband encoding down to 9 kb/s
- Improving security (including a new --enable-hardening option)
- Minor quality improvement on tones
- Improving Ambisonics support (still experimental)
- Minor bug fixes
Avoiding arithmetic on NULL pointer

Causes a warning with -Wnull-pointer-arithmetic and the code wasn't doing
anything anyway (the ctl call ignores NULLs)
1 file changed