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