Skip to content
Snippets Groups Projects
  1. Dec 19, 2017
  2. Dec 07, 2017
  3. Nov 16, 2017
  4. Nov 10, 2017
  5. Nov 08, 2017
  6. Nov 07, 2017
  7. Oct 30, 2017
  8. Oct 29, 2017
  9. Oct 23, 2017
  10. Oct 08, 2017
  11. 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
  12. Oct 05, 2017
  13. 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
  14. Sep 19, 2017
  15. Sep 11, 2017
  16. Aug 29, 2017
  17. 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
  18. Aug 20, 2017
  19. Aug 17, 2017
  20. Aug 11, 2017
  21. Jul 26, 2017
  22. Jul 25, 2017
  23. Jul 16, 2017
  24. Jul 13, 2017
  25. Jul 12, 2017
  26. Jul 06, 2017
  27. Jun 28, 2017
  28. Jun 26, 2017
Loading