Skip to content
Snippets Groups Projects
  1. Apr 16, 2016
  2. Mar 30, 2016
  3. Mar 22, 2016
  4. Feb 09, 2016
  5. Dec 31, 2015
  6. Nov 05, 2015
  7. Nov 03, 2015
  8. Oct 07, 2015
  9. Sep 01, 2015
  10. Aug 10, 2015
    • Koen Vos's avatar
      Fix for flutter with FEC · 3499e78b
      Koen Vos authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      
      The bug was caused by an improper feedback of the per-frame bitrate, causing
      the bitrate to jump up and down from frame to frame, within a packet.
      The patch avoids this, and also gives a slight improvement in general for
      multi-frame packets, even without FEC.
      
      Signed-off-by: default avatarJean-Marc Valin <jmvalin@jmvalin.ca>
      3499e78b
  11. Jan 03, 2015
    • Timothy B. Terriberry's avatar
      Fix silk_VQ_WMat_EC_sse4_1(). · 7422189a
      Timothy B. Terriberry authored
      During review of c95c9a04, I replaced a call to
       _mm_cvtepi8_epi32() with the OP_CVTEPI16_EPI32_M64() macro (note
       the 16 instead of 8).
      Make a separate OP_CVTEPI8_EPI32_M32() macro and use that instead.
      
      Thaks to Wei Zhou for the report.
      7422189a
  12. Oct 04, 2014
  13. Jul 01, 2014
  14. Jun 20, 2014
  15. Jun 19, 2014
  16. Jun 18, 2014
  17. Feb 06, 2014
  18. Jan 08, 2014
  19. Jan 07, 2014
  20. Dec 09, 2013
  21. Nov 20, 2013
  22. Nov 18, 2013
  23. Nov 15, 2013
  24. Nov 12, 2013
  25. Nov 11, 2013
  26. Nov 09, 2013
  27. Nov 05, 2013
  28. 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
  29. Oct 23, 2013
  30. Sep 16, 2013
  31. Aug 29, 2013
Loading