Skip to content
Snippets Groups Projects
  1. Jun 16, 2023
  2. Feb 13, 2019
  3. Jul 26, 2018
  4. Dec 07, 2017
  5. Nov 07, 2017
  6. Nov 05, 2016
  7. Aug 05, 2015
  8. Aug 04, 2015
  9. Dec 10, 2013
  10. Dec 09, 2013
  11. Nov 14, 2013
  12. Nov 13, 2013
  13. Oct 29, 2013
  14. Oct 28, 2013
    • Gregory Maxwell's avatar
      Replace "inline" with OPUS_INLINE. · 7830cf1b
      Gregory Maxwell authored
      Newer versions of MSVC are unhappy with the strategy of the build
       environment redefining "inline" (even though they don't support the
       actual keyword). Instead we define OPUS_INLINE to the right thing
       in opus_defines.h.
      
      This is the same approach we use for restrict.
      7830cf1b
  15. Oct 14, 2013
  16. Oct 11, 2013
  17. Sep 16, 2013
  18. Sep 06, 2013
  19. May 18, 2013
  20. Mar 01, 2013
    • Jean-Marc Valin's avatar
      Applies soft-clipping to the int decoder API. · 32c4a0c9
      Jean-Marc Valin authored
      opus_decode() and opus_multistream_decode() now apply soft clipping
      before converting to 16-bit int. This should produce better a higher
      quality result than hard clipping like we were doing before. The _float()
      API isn't affected, but the clipping function is exported so users can
      manually apply the soft clipping.
      32c4a0c9
  21. Feb 20, 2013
    • Jean-Marc Valin's avatar
      Adds support for delayed decision · 51f4a32e
      Jean-Marc Valin authored
      Variable duration option renamed to OPUS_SET_EXPERT_FRAME_DURATION,
      with new API.
      Also moves up the analysis to avoid having to do int->float conversion
      on large buffers.
      51f4a32e
  22. Feb 11, 2013
  23. Dec 21, 2012
  24. Nov 08, 2012
  25. Oct 10, 2012
  26. Aug 17, 2012
    • Ralph Giles's avatar
      Fix an MSVC warning. · 3a9b3545
      Ralph Giles authored
      Microsoft Visual Studio 2010 warns about 'C4146: unary minus
      operator applied to unsigned type, result still unsigned'
      because of the '&-sizeof(void*)' in align().
      
      This commit works around the warning by casting the size_t
      to int before negation.
      
      Patch by Hauke, who reported the issue on the opus mailing
      list. Reviewed by derf.
      3a9b3545
  27. May 16, 2012
  28. May 10, 2012
  29. May 05, 2012
  30. Apr 24, 2012
Loading