Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OutputThread: move code to CloseOutput() | Max Kellermann | 2015-06-22 | 1 | -0/+7 |
| | |||||
* | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 1 | -3/+3 |
| | | | | The old struct config_param remains only for top-level string options. | ||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | output/Internal: move enum AudioOutputCommand into the struct | Max Kellermann | 2014-12-24 | 1 | -26/+26 |
| | |||||
* | output/Internal: convert audio_output_command to strictly-typed enum | Max Kellermann | 2014-12-24 | 1 | -16/+16 |
| | |||||
* | OutputThread: unlock mutex for CloseFilter() | Max Kellermann | 2014-10-24 | 1 | -0/+5 |
| | | | | Be consistent. | ||||
* | MusicChunk: rename struct to MusicChunk | Max Kellermann | 2014-08-12 | 1 | -5/+5 |
| | |||||
* | Mixer: add class MixerListener | Max Kellermann | 2014-02-19 | 1 | -1/+4 |
| | | | | Use a listener interface instead of GlobalEvents. | ||||
* | MixerPlugin: add EventLoop& init() parameter | Max Kellermann | 2014-02-05 | 1 | -1/+2 |
| | |||||
* | OutputThread: move more functions into the AudioOutput class | Max Kellermann | 2014-01-29 | 1 | -0/+45 |
| | |||||
* | output: rename "chunk" to "current_chunk" | Max Kellermann | 2014-01-29 | 1 | -5/+6 |
| | |||||
* | output: move functions into the AudioOutput struct | Max Kellermann | 2014-01-29 | 1 | -16/+101 |
| | |||||
* | AudioOutput: make "plugin" a reference | Max Kellermann | 2014-01-29 | 1 | -1/+1 |
| | |||||
* | AudioOutput: pass plugin to constructor | Max Kellermann | 2014-01-29 | 1 | -3/+2 |
| | | | | Make it "const". | ||||
* | AudioOutput: add constructor and destructor | Max Kellermann | 2014-01-28 | 1 | -3/+3 |
| | |||||
* | output: rename source files | Max Kellermann | 2014-01-28 | 1 | -0/+302 |