Skip to content
Snippets Groups Projects
  1. Apr 02, 2022
    • Jean-Marc Valin's avatar
      Fix lrint/lrintf detection · 6ba284f2
      Jean-Marc Valin authored
      Prevents using lrint/lrintf when compiling with -std=c90 even though the
      functions are in libm. This was causing tests to fail, likely due to
      incorrect prototypes.
      6ba284f2
  2. Apr 01, 2022
  3. Mar 08, 2022
  4. Feb 24, 2022
  5. Jan 14, 2022
  6. Dec 18, 2021
  7. Dec 15, 2021
    • Felicia Lim's avatar
      Fix buffer overflow in xcorr_kernel_sse4_1 · ec64b3c5
      Felicia Lim authored
      Before, an overflow can occur in the last loop if `len` is not a
      multiple of 4 as OP_CVTEPI16_EPI32_M64 tries to load 64 bits, but there
      are insufficient bits allocated in `x`.
      ec64b3c5
  8. Sep 28, 2021
  9. Jul 08, 2021
  10. Jun 15, 2021
  11. Jun 10, 2021
  12. Jun 07, 2021
  13. May 12, 2021
  14. Mar 03, 2021
    • Felicia Lim's avatar
      celt_lpc: avoid overflows when computing lpcs in fixed point · 7b05f44f
      Felicia Lim authored
      The LPCs are computed in 32-bit, so increase the allowed range from +/-8
      to +/-64 to avoid overflows caught during fuzzing. Before downshifting
      back down to the +/-8 range in the final 16-bit output, perform bandwidth
      extension to avoid any additional overflow issues.
      7b05f44f
  15. Feb 19, 2021
  16. Jan 23, 2021
  17. Dec 23, 2020
  18. Dec 08, 2020
  19. Nov 26, 2020
    • Xavier Claessens's avatar
      Meson: Fix doc build when opus is a subproject · d2f6805c
      Xavier Claessens authored and Ralph Giles's avatar Ralph Giles committed
      
      meson.source_root() and meson.build_root() have been deprecated in
      latest Meson release because they are a trap. They point to the root of
      parent project instead of root of current subproject. Meson 0.56.0 added
      meson.project_source/build_root() but it is just as easy to use
      meson.current_source/build_dir() in the root meson.build file and avoids
      bumping required meson version.
      
      Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
      d2f6805c
  20. Nov 21, 2020
  21. Oct 28, 2020
  22. Aug 22, 2020
  23. Aug 10, 2020
  24. Aug 08, 2020
Loading