Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 14, 2018
  3. Jun 01, 2018
  4. May 29, 2018
  5. May 28, 2018
  6. May 24, 2018
  7. May 17, 2018
  8. May 15, 2018
    • Jean-Marc Valin's avatar
      Aborting on NaN in CELT · 652c4559
      Jean-Marc Valin authored
      NaNs should be filtered at the Opus layer, so if there are any in the CELT
      encoder, then it's likely something went horribly wrong (e.g. corrupted state).
      In that case, better abort than have something bad happen.
      Verified
      652c4559
  9. May 14, 2018
  10. May 07, 2018
  11. May 04, 2018
  12. Mar 27, 2018
  13. Mar 21, 2018
  14. Mar 12, 2018
    • Jean-Marc Valin's avatar
      Using a first-order filter for DC rejection · a4b5282f
      Jean-Marc Valin authored
      A second-order DC rejection filter is uselsss unless we have complex
      poles. However, complex poles means we have to compute the filter as a
      single pass (rather than two casdaded first-order filters), which has
      numerical issues that would require a higher complexity to solve.
      So rather than waste cycles with a second-order filter (with a longer
      impulse response), we just go with a first-order filter.
      Verified
      a4b5282f
  15. Mar 02, 2018
  16. Feb 22, 2018
  17. Feb 21, 2018
  18. Feb 20, 2018
  19. Feb 18, 2018
Loading