Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm/Order: new library to convert from FLAC to ALSA channel order | Max Kellermann | 2015-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | This new library is integrated in the PcmExport class and (if enabled) converts MPD's channel order (= FLAC channel order) to ALSA channel order. This fixes: http://bugs.musicpd.org/view.php?id=3147 and http://bugs.musicpd.org/view.php?id=3255 | ||||
* | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 1 | -7/+7 |
| | | | | The old struct config_param remains only for top-level string options. | ||||
* | output/oss: use nullptr instead of NULL | Max Kellermann | 2015-01-07 | 1 | -6/+6 |
| | |||||
* | output/oss: add "const" attributes | Max Kellermann | 2015-01-07 | 1 | -0/+2 |
| | |||||
* | output/oss: eliminate unnecessary tail code after "switch" | Max Kellermann | 2015-01-07 | 1 | -1/+2 |
| | |||||
* | output/oss: convert struct to class | Max Kellermann | 2015-01-07 | 1 | -1/+4 |
| | |||||
* | output/oss: add "device" parameter to constructor | Max Kellermann | 2015-01-07 | 1 | -4/+3 |
| | |||||
* | output/oss: move functions into the struct | Max Kellermann | 2015-01-06 | 1 | -107/+97 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | output/oss: make the static arrays "constexpr" | Max Kellermann | 2014-12-09 | 1 | -3/+3 |
| | |||||
* | Merge tag 'v0.18.13' | Max Kellermann | 2014-08-31 | 1 | -0/+4 |
| | |||||
* | PcmExport: use class ConstBuffer | Max Kellermann | 2014-08-12 | 1 | -1/+4 |
| | |||||
* | output: move functions into the AudioOutput struct | Max Kellermann | 2014-01-29 | 1 | -1/+1 |
| | |||||
* | AudioOutput: pass plugin to constructor | Max Kellermann | 2014-01-29 | 1 | -3/+4 |
| | | | | Make it "const". | ||||
* | AudioOutput: add constructor and destructor | Max Kellermann | 2014-01-28 | 1 | -5/+0 |
| | |||||
* | output: rename struct audio_output to AudioOutput | Max Kellermann | 2014-01-28 | 1 | -10/+10 |
| | |||||
* | OutputPlugin: rename struct audio_output_plugin to AudioOutputPlugin | Max Kellermann | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | Mixer*: move to mixer/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | output/*: move to output/plugins/ | Max Kellermann | 2014-01-23 | 1 | -0/+776 |