1. 09 Mar, 2018 1 commit
    • Michal Smucr's avatar
      Bump minimum required version of Boost to 1.54. · c745e14f
      Michal Smucr authored
      lockfree library used by ALSA output plugin is part of Boost from version 1.53,
      so this can be theoretically the lowest required version, however
      there are issues which are resolved from 1.54 onwards.
      c745e14f
  2. 05 Mar, 2018 1 commit
  3. 04 Mar, 2018 7 commits
  4. 24 Feb, 2018 17 commits
  5. 20 Feb, 2018 2 commits
  6. 17 Feb, 2018 6 commits
  7. 11 Feb, 2018 1 commit
  8. 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
  9. 09 Feb, 2018 4 commits