- Jan 12, 2013
-
-
Ralph Giles authored
Mostly just being more verbose.
-
Ralph Giles authored
This clarifies the meaning in surround configurations and better distinguishes it from 'rear center'.
-
- Jan 11, 2013
-
-
Ralph Giles authored
-
Timothy B. Terriberry authored
-
Timothy B. Terriberry authored
Add sections on VLC, foobar200, and Rockbox. Be more complete about listing which features of the format are actually supported by each implementation. Still need to do more testing for Chrome, FFmpeg, and libav.
-
Ralph Giles authored
We mean to make .opus only for degenerate--not concurrently multiplexed or grouped--but optionally sequentially multiplexed or chained physical Ogg streams. However, we don't mean to say you can't use this draft with such streams. Also, replace the reference to RFC3534 with RFC5334, which obsoletes the previous reference by defining video/ogg and audio/ogg.
-
Ralph Giles authored
This is based on the experiment described in http://tools.ietf.org/html/draft-sheffer-running-code-01 I've listed several major implementations. Their formatting could probably be better. More obviously, this really demonstrates the need for a good test suite to evaluate converage and compliance with all these different implementations.
-
- Jan 10, 2013
-
-
Ralph Giles authored
This is true, but not important to understanding the limitation.
-
Jean-Marc Valin authored
-
- Jan 09, 2013
-
-
Jean-Marc Valin authored
Would cause the preemphasis and deemphasis to fail, but only with custom modes enabled.
-
- Jan 04, 2013
-
-
Jean-Marc Valin authored
Was causing the testvector to pass with lower quality, though practically there was no quality degradation.
-
- Jan 03, 2013
-
-
Jean-Marc Valin authored
Should slightly improve coverage and reduce code size
-
- Jan 02, 2013
-
-
Ralph Giles authored
This avoids a warning about obsolete AM_CONFIG_HEADERS() on more recent autoconf. The new macro has been around at least since autoconf 2.60. So this should be safe.
-
- Dec 23, 2012
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
quant_band() now only handles the level0 case.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Dec 21, 2012
-
-
Ralph Giles authored
Fixes an MSVC double truncation warning.
-
Ralph Giles authored
This fixes a truncation warning in MSVC: warning C4305: 'initializing' : truncation from 'double' to 'const opus_val16'. opus_val16 is a float in the floating point build and an int16 in the fixed-point build. The table isn't used in the fixed-point build, but the compiler would presumedly warn in that case as well.
-
Ralph Giles authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Also fixes an issue with 40- and 60-ms frames using the repacketizer.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Can now work up to full-band and uses lsb_depth to fix the noise issue.
- Dec 20, 2012
-
-
Jean-Marc Valin authored
-
- Dec 19, 2012
-
-
Ralph Giles authored
The command line has changed, for the better, but we need to update the way we call it. Also adds an install hint if it's not found on the path. NB I tried to detect and fallback to the old syntax for the version 1 (TCL) implementation but this is hard because it doesn't support any switches (like --version) and it no longer parses our remote entities.
- Dec 14, 2012
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Dec 12, 2012
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
The max reduction now depends on intensity threshold too.
-