Skip to content
Snippets Groups Projects
  1. May 29, 2018
  2. May 28, 2018
  3. May 24, 2018
  4. May 17, 2018
  5. 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.
      652c4559
  6. May 14, 2018
  7. May 07, 2018
  8. May 04, 2018
  9. Mar 27, 2018
  10. Mar 21, 2018
  11. 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.
      a4b5282f
  12. Mar 02, 2018
  13. Feb 22, 2018
  14. Feb 21, 2018
  15. Feb 20, 2018
  16. Feb 18, 2018
  17. Feb 15, 2018
  18. Feb 13, 2018
Loading