Skip to content
Snippets Groups Projects
  1. Apr 26, 2023
    • Tim-Philipp Müller's avatar
      meson: fix get_version.py to try the package_version file first · 8d36f5da
      Tim-Philipp Müller authored
      We might have a local git repo that was created from the tarball
      release, in which case there is a package_version file but no
      tag from which to extract the version via git describe.
      
      Since the package_version file exists only in tarball releases
      we should always use that even if we're working in a git repo.
      8d36f5da
    • Tim-Philipp Müller's avatar
      meson: fix build on arm64 · 20c032d2
      Tim-Philipp Müller authored and Tristan Matthews's avatar Tristan Matthews committed
      Would fail like:
      
      Checking if "compiler supports ARMv7/AArch64 NEON intrinsics" : links: NO
      Checking if "compiler supports ARMv7/AArch64 NEON intrinsics with -mfpu=neon" : links: YES
      Checking if "compiler supports AArch64 NEON intrinsics" : links: NO
      Checking if "compiler supports AArch64 NEON intrinsics with -mfpu=neon" : links: NO
      Message: Compiler does not support AArch64 NEON intrinsics
      ../silk/meson.build:28:45: ERROR: Unknown variable "have_arm_intrinsics_or_asm".
      
      since commit 08088411.
      20c032d2
  2. Apr 20, 2023
  3. Apr 19, 2023
  4. Apr 18, 2023
  5. Jan 18, 2023
  6. Nov 25, 2022
  7. Sep 05, 2022
  8. Aug 04, 2022
    • Jean-Marc Valin's avatar
      Change pitch scaling behavior wrt nFramesPerPacket · 997fdf54
      Jean-Marc Valin authored
      Not sure if it was the original intent, but we now reduce the
      loss percentage threshold for pitch scaling as 1/nFramesPerPacket
      since only the first frame will have pitch scaling anyway.
      As a side effect, this brings back the original behavior of
      disabling pitch scaling for 0% loss.
      997fdf54
  9. Jul 24, 2022
  10. Jul 22, 2022
  11. Jul 15, 2022
  12. Jul 13, 2022
  13. Jul 10, 2022
  14. Jul 09, 2022
  15. Jul 08, 2022
  16. Jul 06, 2022
  17. Jul 05, 2022
Loading