- 14 Oct, 2018 1 commit
-
-
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!
-
- 20 Aug, 2018 1 commit
-
-
Max Kellermann authored
-
- 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 2 commits
-
-
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 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 May, 2017 1 commit
-
-
Max Kellermann authored
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
-
- 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 1 commit
-
-
Max Kellermann authored
-
- 28 Dec, 2016 1 commit
-
-
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
-
- 17 Sep, 2015 1 commit
-
-
François Revol authored
Also uses the notification system to display tags.
-
- 21 Jan, 2015 2 commits
-
-
Max Kellermann authored
The old struct config_param remains only for top-level string options.
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 29 Dec, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Dec, 2014 1 commit
-
-
Max Kellermann authored
-