Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output/alsa: change a few "dsd" to "dop" | Max Kellermann | 2014-09-26 | 1 | -4/+4 |
| | |||||
* | output/alsa, pcm: rename "DSD over USB" to "DoP" | Max Kellermann | 2014-08-31 | 1 | -20/+21 |
| | | | | | The standard has been renamed since the early draft that was implemented in MPD. | ||||
* | Merge tag 'v0.18.13' | Max Kellermann | 2014-08-31 | 1 | -0/+11 |
| | |||||
* | output/alsa: fix signed/unsigned comparison warning | Max Kellermann | 2014-08-30 | 1 | -1/+1 |
| | |||||
* | output/alsa: fix coding style | Max Kellermann | 2014-08-26 | 1 | -5/+5 |
| | |||||
* | output/alsa: merge Init() into Configure() | Max Kellermann | 2014-08-26 | 1 | -6/+5 |
| | |||||
* | output/alsa: add API documentation | Max Kellermann | 2014-08-26 | 1 | -0/+17 |
| | |||||
* | output/alsa: support native DSD playback | Max Kellermann | 2014-08-26 | 1 | -0/+12 |
| | | | | | Translate SampleFormat::DSD to SND_PCM_FORMAT_DSD_U8, which was added to alsa-lib 1.0.27.1. | ||||
* | output/alsa: move alsa_configure() into the class | Max Kellermann | 2014-08-26 | 1 | -13/+15 |
| | |||||
* | output/alsa: remove obsolete macros | Max Kellermann | 2014-08-26 | 1 | -3/+0 |
| | |||||
* | PcmExport: use class ConstBuffer | Max Kellermann | 2014-08-12 | 1 | -1/+4 |
| | |||||
* | Merge tag 'release-0.18.9' | Max Kellermann | 2014-03-02 | 1 | -33/+22 |
| | |||||
* | 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/+868 |