Skip to content
Snippets Groups Projects
  1. Jun 20, 2016
  2. Jun 19, 2016
  3. Jun 04, 2016
  4. Apr 16, 2016
  5. Mar 30, 2016
  6. Mar 22, 2016
  7. Feb 09, 2016
  8. Dec 31, 2015
  9. Nov 05, 2015
  10. Nov 03, 2015
  11. Oct 07, 2015
  12. Sep 01, 2015
  13. 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
  14. 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
  15. Oct 04, 2014
  16. Jul 01, 2014
  17. Jun 20, 2014
  18. Jun 19, 2014
  19. Jun 18, 2014
  20. Feb 06, 2014
  21. Jan 08, 2014
  22. Jan 07, 2014
  23. Dec 09, 2013
  24. Nov 20, 2013
  25. Nov 18, 2013
  26. Nov 15, 2013
  27. Nov 12, 2013
  28. Nov 11, 2013
  29. Nov 09, 2013
  30. Nov 05, 2013
  31. 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
Loading