1. 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
  2. 19 Dec, 2017 1 commit
  3. 18 Dec, 2017 1 commit
  4. 12 Nov, 2017 2 commits
  5. 16 Sep, 2017 1 commit
  6. 21 Aug, 2017 1 commit
  7. 10 Aug, 2017 2 commits
  8. 07 Aug, 2017 3 commits
  9. 08 Jun, 2017 3 commits
  10. 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
  11. 08 May, 2017 1 commit
  12. 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
  13. 20 Feb, 2017 1 commit
  14. 10 Feb, 2017 1 commit
  15. 09 Feb, 2017 3 commits
  16. 07 Jan, 2017 2 commits
  17. 03 Jan, 2017 2 commits
  18. 29 Dec, 2016 1 commit
  19. 28 Dec, 2016 2 commits
  20. 09 Sep, 2016 2 commits
  21. 01 Jul, 2016 2 commits
  22. 06 Mar, 2016 1 commit
  23. 01 Mar, 2016 1 commit
  24. 26 Feb, 2016 1 commit
  25. 11 Nov, 2015 1 commit
  26. 06 Nov, 2015 1 commit
  27. 16 Oct, 2015 1 commit