update draft version -10
Fix typo with NE10 prefix
Rename arm ne10 assembly optimization files.
Rename SSE 4.1 files to match their targets.
Fix typo in a comment in opus_decoder.c
fix alignment exceptions
update draft: addressing IETF LC comments
Force crlf line endings for VS2015 project files.
Update draft: addressing AD comments
Fix celt_pitch_xcorr() ARM jump table compiling error
Update links, fix bits, add security considerations
Add missing #include for gcc
Avoid -Wsometimes-uninitialized error for valid test code
Update testvector download command.
Fix uninitialized variables in decide_dtx_mode()
Add checksum for opus 1.2.1 release
Working around misdetected audio bandwidth
Prevent update draft from expiring
Add checksum for opus 1.2 release.
Add "f" suffix to float constants
Update release checklist for website move to git.
Fix spacing in celt_sources.mk.
tests/run_vectors.sh: Fix argument quoting
Free all allocated memory in unit tests
Fix a duplicate symbol name.
Improving tonality estimation with delayed decision
Clean celt_pitch_xcorr_float_neon()
Optimize floating-point celt_inner_prod() and dual_inner_prod() for ARM NEON
Optimize fixed-point celt_inner_prod() and dual_inner_prod() for ARM NEON
Replace call of celt_inner_prod_c() (step 2)
Replace call of celt_inner_prod_c() (step 1)
Initialize speech/music prob based on application
Properly compute redundancy_bytes
Properly init speech/music confidence values
Don't use MAY_HAVE_NEON in arm_silk_map.c.
Recalibrate VBR to hit target bitrate on average
Update dynalloc VBR calibration
Avoid using log2() since it's not in C90
Adding leakage modelling to boost bands
Analysis refactoring for fixed-point scaling
Let CBR use more bits for dynalloc
silk_LIMIT_32() should return an opus_int32 (not opus_int)
Fix memory leaks in opus_compare.c
Fixes unit tests that need arch-specific code
appveyor: fix typoed appveyor command
appveyor: Add the api key for the linked ci builds.
appveyor: request rebuild of opus-tools on successful build
appveyor: simplify and preserve paths
appveyor: move to dotfile like travis
Updated SHA256 of releases
Fixes a double->float conversion warning
Fixes some fixed-point 16-bit int overflows
Reducing trim at low bitrate
cosmetics,silk: correct input/output arg comments
Fixes a surround bug on loud signal
Optimize silk_biquad_alt_stride2() for ARM NEON
Update silk_biquad_alt()
Indent commands in the README.
Suggest basic build dependencies in the README.
Avoid warning when __STDC_VERSION__ is not defined
oops, fix build broken by previous patch
Non-diegetic support for Ambisonics Mapping 254.
Optimize silk_warped_autocorrelation_FIX() for ARM NEON
Fix OPUS_ARG_NONNULL indices in opus_multistream.h
VS2015: remove previously ignored C4146 in kiss_fft.c
VS2015: Ignore LNK4221 and properly force SSE off for Win32
VS2015: ignore C4244 warning in opus_compare.c
Add common.props to Makefile.am
VS2015: only compile fixed silk for appropriate configs
VS2015: Move back PreprocessorDefinitions to opus
VS2015: join common options in a properties file
VS2015: remove dead options for linker in static configurations
test_opus_decode: Fix build on GCC 3.4 to 4.5.x
Fix sum initializer in celt_fir()
Speed up test_unit_LPC_inv_pred_gain by returning early on stable filters
Remove SMALL_FOOTPRINT code for celt_fir()
Increasing GLOBAL_STACK_SIZE to 120000 to avoid failure
Reduce the scope of Ne10 includes
Remove #include "config.h" from ARM Ne10 headers
Optimize silk_LPC_inverse_pred_gain() for ARM NEON
Adding a unit test for LPC_inv_pred_gain()
Add more coverage to travis tests.
Rename y0/y1 to out0/out1 to avoid name clash with the Bessel functions
Remove silk_LPC_inverse_pred_gain_Q24() which is no longer used anywhere
arm2gnu.pl: Fix GNU ARM .type directive
fix ARM build w/--disable-intrinsics --enable-asm
Optimize silk_NSQ_del_dec() for ARM NEON
Avoids undefined behaviour in ARM-optimized code
Add --enable-check-asm
Update NSQ_LPC_BUF_LENGTH macro
configure: Improve error message
Add FIXED_POINT check if using celt_fir in SILK's LPC analysis filter