1. 06 Aug, 2021 6 commits
  2. 24 Jun, 2021 1 commit
  3. 31 May, 2021 1 commit
  4. 01 Jan, 2021 1 commit
  5. 01 Dec, 2020 1 commit
  6. 08 Oct, 2020 1 commit
  7. 25 Mar, 2020 1 commit
    • Rosen Penev's avatar
      replace lrint with lround · 4fd0c84f
      Rosen Penev authored
      lrint is a configurable version of lround that behaves either as round,
      floor, ceil, or trunc based on setting the proper FE_ macro using
      fset/getround. Given that it's not set at all and that it defaults to
      round behavior, simply replace with round.
      
      Also removed the util/Math defines.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      4fd0c84f
  8. 16 Mar, 2020 2 commits
  9. 01 Feb, 2020 2 commits
  10. 18 Jan, 2020 1 commit
  11. 17 Jun, 2019 1 commit
  12. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  13. 11 Nov, 2018 2 commits
  14. 31 Oct, 2018 1 commit
  15. 19 Dec, 2017 1 commit
  16. 18 Dec, 2017 1 commit
  17. 12 Nov, 2017 2 commits
  18. 10 Aug, 2017 1 commit
  19. 07 Aug, 2017 1 commit
  20. 08 Jun, 2017 1 commit
  21. 08 May, 2017 1 commit
  22. 10 Feb, 2017 1 commit
  23. 09 Feb, 2017 3 commits
  24. 07 Jan, 2017 1 commit
    • TermeHansen's avatar
      Rewrite of AlsaMixerPlugin to use volume_mapping · 3aa9f8af
      TermeHansen authored
      Changed AlsaMixerPlugin to use the get and set normalized functions from volume_mapping of alsa-utils/alsamixer
      Changed volume_mapping set volume to be for all channels and not per channel
      added volume_mapping files to Makefile.am
      3aa9f8af
  25. 03 Jan, 2017 1 commit
  26. 28 Dec, 2016 1 commit
  27. 09 Sep, 2016 1 commit
  28. 01 Mar, 2016 1 commit
  29. 26 Feb, 2016 1 commit