summaryrefslogtreecommitdiff
path: root/src/output/plugins/OpenALOutputPlugin.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-05-30Merge branch 'v0.21.x'Max Kellermann
2020-05-28output/openal: disable -Wdeprecated-declarations on AppleMax Kellermann
2020-03-19[clang-tidy] remove redundant access specifiersRosen Penev
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-02-01*: add `explicit`Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-07-03output: allow throwing any exceptionMax Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2017-08-10output/Interface: convert to abstract classMax Kellermann
2017-08-08output/Interface: define a new struct AudioOutputMax Kellermann
2017-08-07filter/Internal: rename struct AudioOutput to FilteredAudioOutputMax Kellermann
2017-06-04Merge tag 'v0.20.9'Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-25output/Plugin: pass EventLoop& to init()Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-28output/Plugin: delay() returns std::chrono::steady_clock::durationMax Kellermann
2016-11-09output/Plugin: remove 'Error&' parameters, use C++ exceptions onlyMax Kellermann
2016-11-08output/OpenAL: 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-03output/openal: convert macro to constexprMax Kellermann
2015-01-03output/openal: convert struct to classMax Kellermann
2015-01-02output/openal: move functions into the classMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-02-24output/openal: use usleep() instead of g_usleep()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