Skip to content
Snippets Groups Projects
  1. Jul 06, 2016
  2. Jul 05, 2016
  3. Jul 04, 2016
    • Ralph Giles's avatar
      Assert non-overlapping memcpy. r=mark4o · c3563be6
      Ralph Giles authored
      Coverity warns about the possibly-overlappying memcpy in this
      block, presumedly because it can't prove predictLPCOrder <= MAX_LPC_ORDER
      here. Add an assert to make the intent clear in code as well
      as in the comment.
      c3563be6
  4. Jun 20, 2016
  5. Jun 19, 2016
  6. Jun 04, 2016
  7. Apr 16, 2016
  8. Mar 30, 2016
  9. Mar 22, 2016
  10. Feb 09, 2016
  11. Dec 31, 2015
  12. Nov 05, 2015
  13. Nov 03, 2015
  14. Oct 07, 2015
  15. Sep 01, 2015
  16. 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
  17. 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
  18. Oct 04, 2014
  19. Jul 01, 2014
  20. Jun 20, 2014
  21. Jun 19, 2014
  22. Jun 18, 2014
  23. Feb 06, 2014
  24. Jan 08, 2014
  25. Jan 07, 2014
Loading