Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output/winmm: convert device name to filesystem charset | Max Kellermann | 2015-03-05 | 1 | -1/+7 |
| | |||||
* | output/winmm: eliminate "goto" | Max Kellermann | 2015-03-05 | 1 | -3/+7 |
| | |||||
* | output/winmm: use StringStartsWith() instead of strstr() | Max Kellermann | 2015-03-04 | 1 | -1/+2 |
| | |||||
* | 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/winmm: show detailed error messages | Max Kellermann | 2014-12-17 | 1 | -7/+18 |
| | |||||
* | output/{shout,win32}: include cleanup | Max Kellermann | 2014-02-24 | 1 | -2/+0 |
| | |||||
* | mixer/Plugin: pass AudioOutput reference to init() | Max Kellermann | 2014-02-06 | 1 | -2/+2 |
| | | | | Passing a void pointer is unsafe. | ||||
* | output: move functions into the AudioOutput struct | Max Kellermann | 2014-01-29 | 1 | -2/+2 |
| | |||||
* | AudioOutput: pass plugin to constructor | Max Kellermann | 2014-01-29 | 1 | -1/+4 |
| | | | | Make it "const". | ||||
* | AudioOutput: add constructor and destructor | Max Kellermann | 2014-01-28 | 1 | -2/+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 |
| | |||||
* | Mixer*: move to mixer/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | output/*: move to output/plugins/ | Max Kellermann | 2014-01-23 | 1 | -0/+353 |