Relying on SILK for the switching decisions
Tuning the bandwidth decision
Changing the SILK bandwidth only when there's no speech
SILK update
Loss rate adaptation for the CELT layer
Implementing bit-stream padding
Making mode switching use the same window as CELT (squared)
Simplifying PLC switching to have an overlap of 2.5 ms too
Minor code simplifications
Minor redundant frame fixes
More project files update
Fixes a few PLC/DTX bugs due to the recent decode API change
Fixed missing tags in draft
Draft revisions for the entropy coder.
Adding constrained VBR mode
Draft update (allocation
Code for handling multiple frames per packet
Adding some packet parsing code
Disable newly introduced CELT signalling
Minor draft distribution update
Updating the build of the draft and adding fixed-point support
Automatic bandwidth selection
Simple mode selection logic
Fixes a few issues with PLC-based mode switching
Support for glitchles mode switching
fixes error in definition of V(N,K)
Fix PLC-based mode transition code.
Implementing decoder-side support for redundant mode switching (bemasc's idea)
Revert de32a5bf617f782f6a478c5cd50fb040b0fbffe9
Moved common info from encoder to decoder
Splitting the resampler buffering between encode and decode
Buffer pre-filling in the encoder
SILK can't use more than 80% of the bits in hybrid mode
Makes sure there's a PLC-only region in the mode transition
Fixes infinite loop for frame size <= 5 ms
Improved transitions between the different modes
preparing the next version
CELT/Hybrid fix for in-band FEC.
Update for in-band FEC
Relicensing to simplified (2-clause) BSD license
Minor draft update (CELT)
Some draft updates.
Opus high-level encoder+decoder
Fixes buffering issues with CELT-only mode at 2.5 ms
5ms frame mode was not working in test_opus.
Remove opus_enc and opus_dec from the build
Fix test_opus args count
Frame size optional, defaults to 20 ms
Making test_opus default to VBR
Tuning the hybrid bit-rate split
Better handling of the bandwidth
Oops, fixed the CELT version
Update Opus range coder due to CELT refactoring.
CELT update, version numbers
Update draft instructions for source extraction
Automated draft compilation