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