- 02 Aug, 2012 1 commit
-
-
Max Kellermann authored
-
- 21 Mar, 2012 1 commit
-
-
Max Kellermann authored
Eliminate support for reverse endian samples from the MPD core. This moves a lot of complexity to the plugins that really need it (only ALSA and CDIO currently).
-
- 10 Oct, 2011 2 commits
-
-
Max Kellermann authored
The other audio_format attributes are not used.
-
Max Kellermann authored
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 23 Aug, 2010 1 commit
-
-
Johan Kiviniemi authored
The ReplayGain filter clamped the gain to max. 100 % even if the algorithm determined the signal needed a boost. That would result in any such tracks being played with too low volume, effectively defeating the purpose of the filter.
-
- 06 Jun, 2010 1 commit
-
-
Max Kellermann authored
Fixes a clang warning.
-
- 30 May, 2010 1 commit
-
-
Daniel Seuthe authored
-
- 18 May, 2010 1 commit
-
-
Daniel Seuthe authored
-
- 02 May, 2010 1 commit
-
-
Max Kellermann authored
-
- 25 Apr, 2010 1 commit
-
-
Daniel Seuthe authored
-
- 17 Feb, 2010 3 commits
-
-
Max Kellermann authored
Add an option for each audio output which enables the use of the hardware mixer, instead of the software volume code. This is hardware specific, and assumes linear volume control. This is not the case for hardware mixers which were tested, making this patch somewhat useless, but we will use it to experiment with the settings, to find a good solution.
-
Max Kellermann authored
-
Max Kellermann authored
Apply the replay gain in the output thread. This means a new setting will be active instantly, without going through the whole music pipe. And we might have different replay gain settings for each audio output device.
-
- 15 Feb, 2010 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 25 Dec, 2009 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Make the audio_format argument non-const. Allow the open() method to modify it, to indicate that it wants a different input audio format than the one specified. Check that condition in chain_filter_open(), and fail.
-
Max Kellermann authored
The pcm_volume library supports 32 bit samples, there's no reason to disallow it in the filter plugin.
-
Max Kellermann authored
Detect misconfiguration during MPD startup, not when playback begins.
-
Max Kellermann authored
Indicate success and error.
-
Max Kellermann authored
Don't close child filters in the filter() method.
-
- 14 Dec, 2009 6 commits
-
-
Max Kellermann authored
Wrap the AudioCompress library in a filter plugin.
-
Albin Eldstål-Damlin authored
-
Albin Eldstål-Damlin authored
-
Albin Eldstål-Damlin authored
-
Albin Eldstål-Damlin authored
-
Albin Eldstål-Damlin authored
-
- 02 Dec, 2009 1 commit
-
-
Max Kellermann authored
This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value.
-
- 12 Nov, 2009 1 commit
-
-
Max Kellermann authored
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
-
- 23 Jul, 2009 1 commit
-
-
Max Kellermann authored
Don't abort the whole MPD process when the conversion fails. This has been a denial-of-service attack vector for years.
-
- 22 Jul, 2009 1 commit
-
-
Max Kellermann authored
The volume plugin does not work for reverse_endian samples.
-
- 19 Jul, 2009 1 commit
-
-
David Woodhouse authored
-
- 06 Jul, 2009 3 commits
-
-
Max Kellermann authored
This mixer plugin may be used instead of the traditional global software mixer. It integrates with the "volume" filter plugin, and can control the software volume of an audio output which has no hardware mixer.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 05 Jul, 2009 1 commit
-
-
Max Kellermann authored
Added public methods to get and set the current volume.
-
- 02 Jul, 2009 2 commits
-
-
Max Kellermann authored
The "volume" filter plugin will replace the current software volume code. One "volume" filter may be attached to each output device. This will allow the user to use hardware mixers for some devices, and software mixers for other devices at the same time. Currently, neither the filter API nor the "volume" plugin is integrated into MPD.
-
Max Kellermann authored
The filter API allows us to implement software volume as a pluggable filter, and we will be able to integrate libraries like SoX.
-