- Oct 05, 2011
-
-
Jean-Marc Valin authored
-
- Oct 04, 2011
-
-
Gregory Maxwell authored
custom modes.
-
Gregory Maxwell authored
More assert updates, make the initialization in silk_warped_autocorrelation_FLP more explicit to make tools happy, and allow resetting to auto with OPUS_SET_FORCE_CHANNELS.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
We now reset the CELT state when swithing to hybrid and we "drain" the CELT MDCT overlap when switching away from hybrid.
-
Jean-Marc Valin authored
-
Add the noreturn attribute on the assert functions to aid static analysis, improve test_repacketizer error handling, and silence 19 clang static analysis errors with additional assertions.
-
- Oct 03, 2011
-
-
-
Jean-Marc Valin authored
Gets rid of some more glitches caused by the decoder resampler
-
Gregory Maxwell authored
-
Gregory Maxwell authored
The redundancy_bytes<0 test always fails because of the ec_tell(&dec)+29 test above.
-
Jean-Marc Valin authored
Conflicts: src/opus_encoder.c
-
Jean-Marc Valin authored
Delaying stereo->mono switching decisions so that SILK can do a smooth downmix. Also, wrote proper float/fixed code for the hybrid variable stereo collapse, including a smooth downmix for stereo<->mono switching
-
Gregory Maxwell authored
-
- Oct 02, 2011
-
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
Gregory Maxwell authored
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.
-
- Sep 30, 2011
-
-
Jean-Marc Valin authored
-
As of commit 44203907 all celt bands N>1 are even, including custom modes. In light of this, remove some pointless tests.
-
LPC_inverse_pred_gain_QA() was failing to detect unstable filters because of insufficient numerical precision. Precision was increased to Q24 for LPC coefs and the reciprocal now uses all the precision available (variable shift right from the start).
-
Jean-Marc Valin authored
-
- Sep 29, 2011
-
-
Gregory Maxwell authored
-
Gregory Maxwell authored
(Fs_kHz is always 8/12/16 in Opus and also enforced by the assert on line 112)
-
Gregory Maxwell authored
-
Jean-Marc Valin authored
-
- Sep 28, 2011
-
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
There's still a range coder mismatch on the first frame when using FEC.
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
The SILK bitstream allowed coding 0 pulses in a shell block, but a non-zero number of LSb's, meaning some excitation coefficients could be non-zero, but would not have a corresponding sign. To fix this without breaking already-encoded bitstreams, this patch adds a set of sign PDFs for the 0 pulses case. This is occasionally more efficient than the normal encoding if there are a large number of coefficients with positive signs, since these cost more than 1 bit when using the > 0 pulse PDFs. It only saves 0.33 bits per second (on average: it does better at high rates), but that's probably enough to justify the two redundant ways of coding things (and it's too late now to remove the second one entirely, anyway). This patch does not include the encoder modifications required to check if this coding method is more efficient and switch to it.
-
- Sep 27, 2011
-
-
Jean-Marc Valin authored
We no longer reset the decoder predictors when switching only the frame size and not the sampling rate. The encoder already doesn't reset.
-
Jean-Marc Valin authored
For these transitions, we now start the left and right resamplers from the same state.
-
Jean-Marc Valin authored
-
-