summaryrefslogtreecommitdiff
path: root/src/output/plugins/AoOutputPlugin.cxx
AgeCommit message (Expand)Author
2017-01-03update copyright yearMax Kellermann
2016-11-09output/Plugin: remove 'Error&' parameters, use C++ exceptions onlyMax Kellermann
2016-11-02output/ao: migrate from class Error to C++ exceptionsMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-04util/DivideString: add option "strip"Max Kellermann
2014-12-04util/SplitString: new utility classMax Kellermann
2014-12-03util/SplitString: rename to DivideStringMax Kellermann
2014-12-02output/ao: use class SplitString instead of g_strsplit()Max Kellermann
2014-01-29output: move functions into the AudioOutput structMax Kellermann
2014-01-29AudioOutput: pass plugin to constructorMax Kellermann
2014-01-28AudioOutput: add constructor and destructorMax Kellermann
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann
2014-01-28OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann
2014-01-23output/*: move to output/plugins/Max Kellermann