Merge remote-tracking branch 'greg/master'
Fixes stereo->mono switching bugs (encoder)
Make it possible to undo the effect of the private OPUS_SET_FORCE_MODE encoder ctl.
Improve opus_decode() error code consistency.
Fix bug in OPUS_SET_BANDWIDTH_REQUEST.
Fix bug in the OPUS_GET_APPLICATION_REQUEST ctl and also add a bunch of set ctl range checking and improve encoder/decoder error code consistency.
Assertion update for commit b23a6ca5
As of commit 44203907 all celt bands N>1 are even, including custom modes. In light of this, remove some pointless tests.
Fixes problems with unstable filter detection
don't allow the user to override the bandwidth so that it's above what Fs allows
Make silk_assert calls work with the autotools --enable-assertions.
Remove an unreachable block in silk/float/pitch_analysis_core_FLP.c
More silk/ resampler cleanup.
test_opus had skip uninitialized for decode-only
Eliminate signed overflow in constant, minor makefile.draft updates.
Misc. silk/ cleanups: static inline things which are only used in one file.
Cleans up some leaking opus_custom symbols in celt/
Fixes a bug introduced while fixing the original 60-ms stereo bug
Fixes a bug that was falsely triggering DTX for 60 ms stereo
More resampler cleanups.
Eliminate function pointers from the resampler.
Help JM's eclipse understand that silk_NLSF_del_dec_quant returns.
Silence the remaining silk/ GCC warnings.
Fix some GCC warings in the silk/ directory.
Add support for coding signs with 0 pulses.
Fixes a glitch on SILK frame size switching
Fixes a glitch in SILK mono->stereo switching
Commenting on the implementation-defined behaviour we rely on
Draft clean-ups and additions.
Update text regarding PLC and add a new section on clock drift.
Avoiding more left shifts of negative values
Avoiding left shifts of negative values
CELT decoder figure, some more acknowledgements
Making the left shift macros use unsigned to avoid undefined behaviour
Fixes a decoder overflow on random input
Improved doxygen doc for opus.h
Fixes an integer overflow caused by uninitialized values in LTP scaling
Draft build fixes, some more details
Patch from Tim to avoid a spurious uninitialized warning in test_opus.c.
Some fixes for C89 builds.
Use fold instead of passing a wrap length to base64.
Removed all the silk_ prefixes in source file names (not symbols)
Renaming the SKP_ prefix to silk_
Making sure to avoid undefined behaviour
Moves opus_compare to the same base64 tar.gz as the rest of the code
Documentation and build script updates.
Implements OPUS_GET_PITCH that queries the decoded pitch
Remove redundant API parameter comments from opus_multistream.c.
More documentation for the multistream API.
more libcelt->celt renames
renames the libcelt/ directory to celt/
Changing some TODOs that were really future optimization hints
Implements OPUS_MULTISTREAM_{EN|DE}CODER_GET_STATE
Implements multi-stream encoder requests the best we can
Properly implementing the multistream decoder ctl()s
Adds a bound on the SILK rate to prevent it from busting the byte limit
Making complexity default to 10 for the CELT part too
Makes multi-stream encoding code use the repacketizer
Fixes multi-stream bug exposed in e335065a1ba72
test_opus now uses a string for the application
Making RESTRICTED_LOWDELAY an "application" that's set at init time
Using opus_repacketizer_init() instead of opus_repacketizer_create() in the encoder
Encoder can now produce 40- and 60-ms frames even for CELT-only and hybrid
Fixes silly CBR/VBR inversion bug from 7954065c77
Adds OPUS_SET_RESTRICTED_LOWDELAY() encoder ctl
Adds ctl() requests for forcing any operating mode in the encoder
Adds doxygen documentation for opus_defines.h.
Multi-stage VQ for SILK is no longer relevant
Oops, remove duplicate description of the MDCT
Adds missing details about reserving the anticollapse/skip/stereo bits
Move the fallback OPUS_VERSION to libcelt.
More work on the CELT encoder description, fixed Opus figures
Making the sampling rate an int32 in the multi-stream API
Fixes a warning about assignment in an if()
Security Considerations update
Tell automake to clean the doxygen output.
Add minimal doxygen markup to the public headers.
Add initial Doxygen support for generating api documentation.
Update Makefile.draft warnings to match configure.ac.
Making the encoder more robust against extreme bitrate requests
Improve encoder bust test from 5f089d22.
Prevents the SILK encoder from failing below 600 kb/s stereo.
Add an encoder busting test.
Eliminate the last non-static pointer from the LPC-mode encoder structures.
Sanitize input to opus_en/decoder_get_size.
Making redundancy length decoding errors non-fatal
s/OPUS_CORRUPTED_DATA/OPUS_INVALID_PACKET/
Defining OPUS_BITRATE_MAX and moving some defines to opus_defines.h
Renumbering the ctl() calls to make programming errors more obvious
Completing the OpusCustom rename