- Oct 12, 2013
-
-
- Oct 11, 2013
-
-
Jean-Marc Valin authored
Prevents the decoder from being out-of-sync on an invalid packet. Also returns OPUS_INVALID_PACKET on a corrupted FEC packet.
-
- Oct 01, 2013
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
The previous version simply produced zeros for fixed-point.
-
Jean-Marc Valin authored
-
Ralph Giles authored
This script updates version.mk, which is under version control, so the tree is always dirty. Until the script is updated to write package_version instead, incorporating version.mk as a fallback the way update_version does, it's better not to use --dirty.
-
Jean-Marc Valin authored
-
Ralph Giles authored
This generates a useful version string even for --depth=1 checkouts. The option was added in git v1.6.6.
-
- Sep 29, 2013
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Sep 28, 2013
-
-
Jean-Marc Valin authored
-
- Sep 16, 2013
-
-
Ralph Giles authored
-
Ralph Giles authored
-
Jean-Marc Valin authored
Default complexity is now 9.
-
Jean-Marc Valin authored
Should fix delayed decision on surround, but not well tested.
-
- Sep 14, 2013
-
-
Jean-Marc Valin authored
-
- Sep 13, 2013
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Sep 12, 2013
-
-
Jean-Marc Valin authored
We're now a bit more conservative and only take into account the bands that are being codec. Also weighting the rate saving by the band width.
-
Jean-Marc Valin authored
Not well tested.
-
- Sep 11, 2013
-
-
Jean-Marc Valin authored
Still untested.
-
- Sep 10, 2013
-
-
Jean-Marc Valin authored
-
- Sep 09, 2013
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
This should make the scaling the same for fixed and float. It changes the float scaling too by normalizing by the number of channels, which matters for bandwidth detection.
-
- Sep 06, 2013
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Code is still float, but at least tonality esitmation seems to work. Speech/music analysis is still disabled.
-
Jean-Marc Valin authored
I checked that it's not *completely* busted, but it probably needs more testing.
-
- Sep 05, 2013
-
-
Jean-Marc Valin authored
-
- Aug 31, 2013
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
The channel energy is now computed using an MDCT in the multi-stream encoder rather than computing the energy of the stereo downmix.
-
- Aug 29, 2013
-
-
Jean-Marc Valin authored
Saves 2.5% on ARM without any asm. The float build still uses the old code because celt_fir() then becomes a float function.
-
Jean-Marc Valin authored
bit-exact with original version
-
- Aug 28, 2013
-
-
Jean-Marc Valin authored
-
- Aug 26, 2013
-
-
Jean-Marc Valin authored
Should gives us ARM/SSE optimizations for free.
-
- Aug 21, 2013
-
-
Ralph Giles authored
-
Ralph Giles authored
This prevented opening the files from the 'Solution Explorer' interface where the source listing is displayed. Thanks to Koen Vos for reporting the issue.
-
- Aug 12, 2013
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-