Skip to content
Snippets Groups Projects
  1. Nov 07, 2017
  2. Oct 30, 2017
  3. Oct 29, 2017
  4. Oct 23, 2017
  5. Oct 08, 2017
  6. Oct 06, 2017
    • Jean-Marc Valin's avatar
      Fixes CELT PLC · 072d133f
      Jean-Marc Valin authored
      The regression was introduced in 783ad767
      by changes to celt_fir() that make it no longer in-place.
      072d133f
    • Jean-Marc Valin's avatar
      Fixing (hopefully) bandwidth detection for 24 kHz analysis · b30f45b9
      Jean-Marc Valin authored
      The masking term was previously completely broken (even in 1.1). The
      bandwidth detection relies mostly on the noise floor and can only use
      masking to cut one extra band. The 12-24 kHz energy is now normalized properly
      but uses a higher noise floor due to the leakage in the resampler. Bandwidth
      detection is still mostly useless at identifying SWB speech (it usually says
      FB).
      b30f45b9
    • Jean-Marc Valin's avatar
      float constants · 251fc076
      Jean-Marc Valin authored
      251fc076
  7. Oct 05, 2017
  8. Sep 28, 2017
    • Jean-Marc Valin's avatar
      Better rate allocation for stereo SILK in hybrid mode · f3cff05e
      Jean-Marc Valin authored
      SILK was being allocated too few bits for stereo hybrid, often resulting
      in forced narrowing of the width. We now allocate more bits to SILK
      and reduce the threshold for narrowing. This improves quality enough that
      the bitrate threshold for switching to SILK can be increased to 44 kb/s.
      f3cff05e
  9. Sep 19, 2017
  10. Sep 11, 2017
  11. Aug 29, 2017
  12. Aug 24, 2017
    • Ray Essick's avatar
      fix alignment exceptions · 492fc927
      Ray Essick authored and Felicia Lim's avatar Felicia Lim committed
      
      some SSE optimizations were using an instruction sequence that required
      128-bit alignment, even though this is not always guaranteed. The error
      was in handling a 64-bit entity; made the same macro changes that had
      been done previously for 32-bit entities.
      
      Signed-off-by: default avatarFelicia Lim <flim@google.com>
      492fc927
  13. Aug 20, 2017
  14. Aug 17, 2017
  15. Aug 11, 2017
  16. Jul 26, 2017
  17. Jul 25, 2017
  18. Jul 16, 2017
  19. Jul 13, 2017
  20. Jul 12, 2017
  21. Jul 06, 2017
  22. Jun 28, 2017
  23. Jun 26, 2017
  24. Jun 20, 2017
  25. Jun 19, 2017
  26. Jun 16, 2017
  27. Jun 14, 2017
  28. Jun 13, 2017
    • Ralph Giles's avatar
      Fix a duplicate symbol name. · 34d821ce
      Ralph Giles authored
      
      Both versions of silk/tables_NLSF_CB had symbols
      named silk_NLSF_CB1_Wght_Q9 which causes problems
      if both files are build as part of the same
      compilation unit. Rename the wideband version
      to include a 'WB' string to avoid the conflict.
      
      Signed-off-by: default avatarJean-Marc Valin <jmvalin@jmvalin.ca>
      34d821ce
Loading