Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output/fifo: smaller Cancel() buffer | Max Kellermann | 2015-08-06 | 1 | -4/+2 |
| | |||||
* | output/fifo: move the buffer into the loop | Max Kellermann | 2015-08-06 | 1 | -2/+1 |
| | |||||
* | output/fifo: use ssize_t for the read() result | Max Kellermann | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | output/fifo: simplify the Cancel() loop | Max Kellermann | 2015-08-06 | 1 | -2/+3 |
| | |||||
* | output/fifo: convert struct to class | Max Kellermann | 2015-08-06 | 1 | -1/+4 |
| | |||||
* | output/fifo: use AudioOutputWrapper::Open(),Close() | Max Kellermann | 2015-08-06 | 1 | -14/+11 |
| | |||||
* | output/fifo: rename Open(), Close() to OpenFifo(), CloseFifo() | Max Kellermann | 2015-08-06 | 1 | -8/+8 |
| | |||||
* | fs/FileInfo: new library providing GetFileInfo() | Max Kellermann | 2015-02-28 | 1 | -2/+3 |
| | | | | Replaces StatFile(), with a portable data object. | ||||
* | output/fifo: use template AudioOutputWrapper | Max Kellermann | 2015-01-28 | 1 | -47/+39 |
| | |||||
* | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 1 | -5/+5 |
| | | | | The old struct config_param remains only for top-level string options. | ||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | output/fifo: make variables more local | Max Kellermann | 2014-12-28 | 1 | -2/+1 |
| | |||||
* | Timer: move to output/ | Max Kellermann | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | 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/+3 |
| | | | | Make it "const". | ||||
* | AudioOutput: add constructor and destructor | Max Kellermann | 2014-01-28 | 1 | -6/+0 |
| | |||||
* | output: rename struct audio_output to AudioOutput | Max Kellermann | 2014-01-28 | 1 | -8/+8 |
| | |||||
* | OutputPlugin: rename struct audio_output_plugin to AudioOutputPlugin | Max Kellermann | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | output/*: move to output/plugins/ | Max Kellermann | 2014-01-23 | 1 | -0/+313 |