- 10 Feb, 2018 1 commit
-
-
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
-
- 19 Dec, 2017 1 commit
-
-
Max Kellermann authored
-
- 18 Dec, 2017 1 commit
-
-
Stefano Miccoli authored
This alleviates a problem in which 'volume +1' cannot be undo by 'volume -1' when using alsa hw mixer. Closes #104
-
- 12 Nov, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Sep, 2017 1 commit
-
-
Christopher Zimmermann authored
-
- 21 Aug, 2017 1 commit
-
-
Matthew Leon authored
-
- 10 Aug, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fix breakage from commit bea5681f
-
- 07 Aug, 2017 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to add an abstract class AudioOutput, to be implemented by plugins, to get rid of the C-style vtable.
-
Max Kellermann authored
-
- 08 Jun, 2017 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Jun, 2017 1 commit
-
-
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
-
- 08 May, 2017 1 commit
-
-
Max Kellermann authored
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
-
- 28 Apr, 2017 1 commit
-
-
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.
-
- 20 Feb, 2017 1 commit
-
-
François Revol authored
Some missing bits when converted to C++ exceptions...
-
- 10 Feb, 2017 1 commit
-
-
Max Kellermann authored
Yet another potential crash bug fix.
-
- 09 Feb, 2017 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fixes potential crash bug.
-
Max Kellermann authored
Doesn't make a practical difference - but it's more correct this way.
-
- 07 Jan, 2017 2 commits
-
-
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
-
- 03 Jan, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Dec, 2016 1 commit
-
-
Max Kellermann authored
-
- 28 Dec, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 09 Sep, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Make all the locks exception-safe.
-
- 01 Jul, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 06 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 01 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 11 Nov, 2015 1 commit
-
-
Max Kellermann authored
-
- 06 Nov, 2015 1 commit
-
-
Max Kellermann authored
-
- 16 Oct, 2015 1 commit
-
-
Max Kellermann authored
-