1. 14 Oct, 2018 1 commit
    • Max Kellermann's avatar
      build with Meson instead of autotools · 94592c14
      Max Kellermann authored
      So long, autotools!  This is my last MPD related project to migrate
      away from it.  It has its strengths, but also very obvious weaknesses
      and weirdnesses.  Today, many of its quirks are not needed anymore,
      and are cumbersome and slow.  Now welcome our new Meson overlords!
      94592c14
  2. 20 Aug, 2018 1 commit
  3. 19 Aug, 2018 1 commit
  4. 10 Feb, 2018 1 commit
    • Max Kellermann's avatar
      mixer/alsa: work around rounding error at volume 0 · bede5646
      Max Kellermann authored
      Due to rounding errors, a slightly negative value can be passed to
      set_normalized_volume(), which will make the log10() call fail.
      Actually, volume 0 is already failing because log10(0) is illegal.  So
      let's fix this by implementing two corner cases: <=0 and >=100.
      
      Closes #212
      bede5646
  5. 19 Dec, 2017 1 commit
  6. 18 Dec, 2017 1 commit
  7. 12 Nov, 2017 2 commits
  8. 16 Sep, 2017 1 commit
  9. 21 Aug, 2017 1 commit
  10. 10 Aug, 2017 2 commits
  11. 07 Aug, 2017 3 commits
  12. 08 Jun, 2017 3 commits
  13. 03 Jun, 2017 1 commit
    • Max Kellermann's avatar
      storage, db, mixer, command: remove more bogus "pure" attributes · 62b03cfd
      Max Kellermann authored
      This commit is similar to 788e3b31,
      and removes more "pure" attributes which were placed on functions that
      could throw exceptions, which is illegal according to clang's
      understanding of the attribute (but not according to GCC's).  GitHub
      issue #58 was most likely about StorageDirectoryReader::GetInfo() and
      Storage::GetInfo(), which still had "pure" attributes.
      
      Closes #58
      62b03cfd
  14. 08 May, 2017 1 commit
  15. 28 Apr, 2017 1 commit
    • Max Kellermann's avatar
      output/Control: add struct AudioOutputControl · 8bb9d096
      Max Kellermann authored
      Will move attributes from struct AudioOutput that are specific to the
      OutputThread.  The new struct AudioOutputControl is a holder for the
      AudioOutput pointer.
      
      This prepares for making the output list more dynamic, to allow moving
      outputs to between partitions.
      8bb9d096
  16. 20 Feb, 2017 1 commit
  17. 10 Feb, 2017 1 commit
  18. 09 Feb, 2017 3 commits
  19. 07 Jan, 2017 2 commits
  20. 03 Jan, 2017 2 commits
  21. 29 Dec, 2016 1 commit
  22. 28 Dec, 2016 2 commits
  23. 09 Sep, 2016 2 commits
  24. 01 Jul, 2016 2 commits
  25. 06 Mar, 2016 1 commit
  26. 01 Mar, 2016 1 commit
  27. 26 Feb, 2016 1 commit