Skip to content
Snippets Groups Projects
  1. Oct 31, 2012
  2. Oct 06, 2012
  3. Sep 27, 2012
  4. Sep 25, 2012
  5. Sep 19, 2012
  6. Sep 11, 2012
  7. Sep 10, 2012
  8. Sep 08, 2012
    • Timothy B. Terriberry's avatar
      Remove large multistream stack buffers. · a40689e6
      Timothy B. Terriberry authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      This avoids allocating any buffers on the stack that depend on the
       total channel count.
      Such buffers could easily exceed the size of the
       NONTHREADSAFE_PSEUDOSTACK.
      It also checks the frame_size argument in both the encoder and
       decoder to avoid allocating large stack buffers for opus_encode()
       calls that would fail anyway or opus_decode() calls that would
       never use all that space anyway.
      a40689e6
  9. Aug 12, 2012
    • Gregory Maxwell's avatar
      More doc fixes. · 31cf4e1d
      Gregory Maxwell authored
      In particular we no longer document the default complexity because
      we're not guaranteeing to keep the default value constant.  In the
      future the default may be lowered in order to keep the default
      speed constant.
      31cf4e1d
  10. Aug 09, 2012
    • Timothy B. Terriberry's avatar
      Documentation updates for the CTLs. · 07b8e612
      Timothy B. Terriberry authored
      In addition to general reformatting and cleanup, this fixes a
       couple of important mistakes:
      - The arguments to OPUS_SET_FORCE_CHANNELS are now 1 and 2, not 0
         and 1 (as they were when this was called OPUS_SET_FORCE_MONO).
      - The default encoder mode is now constrained VBR, not unconstrained
         VBR.
      It also documents defaults for all the other parameters.
      07b8e612
  11. Aug 06, 2012
  12. Jul 26, 2012
  13. Jul 21, 2012
  14. Jul 20, 2012
  15. Jul 18, 2012
  16. Jul 17, 2012
  17. Jul 13, 2012
  18. Jul 11, 2012
  19. Jun 11, 2012
  20. Jun 01, 2012
  21. May 31, 2012
  22. May 30, 2012
  23. May 23, 2012
  24. May 20, 2012
  25. May 17, 2012
  26. May 16, 2012
  27. May 10, 2012
  28. Apr 24, 2012
  29. Apr 20, 2012
  30. Apr 02, 2012
Loading