summaryrefslogtreecommitdiff
path: root/src/mixer/plugins/WinmmMixerPlugin.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-05-05*/plugins/meson.build: define feature macros in Features.hMax Kellermann
2020-03-16Merge remote-tracking branch 'neheb/h'Max Kellermann
2020-03-16remove gcc_unusedRosen Penev
2020-03-15treewide: use boost::lround when std::round is unavailableRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2017-08-10mixer/Plugin: pass AudioOutput to init()Max Kellermann
2017-08-07filter/Internal: rename struct AudioOutput to FilteredAudioOutputMax Kellermann
2017-06-08mixer/Internal: add "noexcept"Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-09-09mixer: migrate 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-02-19Mixer: add class MixerListenerMax Kellermann
2014-02-06mixer/Plugin: pass AudioOutput reference to init()Max Kellermann
2014-02-06MixerPlugin: convert function pointers to Mixer virtual methodsMax Kellermann
2014-02-05Mixer: rename struct mixer_plugin to MixerPluginMax Kellermann
2014-02-05MixerPlugin: add EventLoop& init() parameterMax Kellermann
2014-01-24Mixer*: move to mixer/Max Kellermann