Skip to content
Snippets Groups Projects
  1. Jul 05, 2022
  2. Jun 28, 2022
  3. Mar 08, 2022
  4. Feb 24, 2022
  5. Mar 03, 2021
  6. Oct 28, 2020
  7. Aug 22, 2020
  8. Jun 12, 2020
  9. Jun 11, 2020
  10. Mar 23, 2020
  11. Mar 09, 2020
  12. Feb 03, 2020
  13. Sep 03, 2019
  14. Jul 08, 2019
  15. May 31, 2019
  16. Apr 09, 2019
  17. Oct 30, 2018
  18. Sep 27, 2018
  19. Jul 22, 2018
    • Mark Harris's avatar
      Silence compiler warnings · 01b035f8
      Mark Harris authored
      clang -Wcast-align warnings with ambisonics enabled
      clang -Wnull-pointer-arithmetic warnings in test_opus_api.c
      gcc -Wimplicit-fallthrough warnings on arm
      msvc warning C4244 in celt_encoder.c with fixed point
      Verified
      01b035f8
  20. May 24, 2018
    • Jean-Marc Valin's avatar
      Fixes a SILK bandwidth switching regression · cd78f397
      Jean-Marc Valin authored
      The bug was triggered because f982b84d started using prefill for
      SILK bandwidth changes, which reinitialized the encoder state and
      prevented the variable lowpass from working properly. To fix the problem,
      we preserve the sampling rate and variable low-pass when prefilling.
      Verified
      cd78f397
  21. May 17, 2018
  22. May 14, 2018
  23. Mar 27, 2018
  24. Feb 22, 2018
  25. Feb 18, 2018
  26. 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.
      Verified
      f3cff05e
  27. Sep 11, 2017
  28. Jun 13, 2017
  29. Jun 02, 2017
  30. May 30, 2017
  31. May 23, 2017
Loading