aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/OssOutputPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-7/+7
* output/oss: use nullptr instead of NULLMax Kellermann2015-01-071-6/+6
* output/oss: add "const" attributesMax Kellermann2015-01-071-0/+2
* output/oss: eliminate unnecessary tail code after "switch"Max Kellermann2015-01-071-1/+2
* output/oss: convert struct to classMax Kellermann2015-01-071-1/+4
* output/oss: add "device" parameter to constructorMax Kellermann2015-01-071-4/+3
* output/oss: move functions into the structMax Kellermann2015-01-061-107/+97
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* output/oss: make the static arrays "constexpr"Max Kellermann2014-12-091-3/+3
* Merge tag 'v0.18.13'Max Kellermann2014-08-311-0/+4
* PcmExport: use class ConstBufferMax Kellermann2014-08-121-1/+4
* output: move functions into the AudioOutput structMax Kellermann2014-01-291-1/+1
* AudioOutput: pass plugin to constructorMax Kellermann2014-01-291-3/+4
* AudioOutput: add constructor and destructorMax Kellermann2014-01-281-5/+0
* output: rename struct audio_output to AudioOutputMax Kellermann2014-01-281-10/+10
* OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann2014-01-281-1/+1
* Mixer*: move to mixer/Max Kellermann2014-01-241-1/+1
* output/*: move to output/plugins/Max Kellermann2014-01-231-0/+776