index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
output
/
plugins
/
OpenALOutputPlugin.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-05-30
Merge branch 'v0.21.x'
Max Kellermann
2020-05-28
output/openal: disable -Wdeprecated-declarations on Apple
Max Kellermann
2020-03-19
[clang-tidy] remove redundant access specifiers
Rosen Penev
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-07-03
output: allow throwing any exception
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2017-08-10
output/Interface: convert to abstract class
Max Kellermann
2017-08-08
output/Interface: define a new struct AudioOutput
Max Kellermann
2017-08-07
filter/Internal: rename struct AudioOutput to FilteredAudioOutput
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-25
output/Plugin: pass EventLoop& to init()
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-12-28
output/Plugin: delay() returns std::chrono::steady_clock::duration
Max Kellermann
2016-11-09
output/Plugin: remove 'Error&' parameters, use C++ exceptions only
Max Kellermann
2016-11-08
output/OpenAL: migrate from class Error to C++ exceptions
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-03
output/openal: convert macro to constexpr
Max Kellermann
2015-01-03
output/openal: convert struct to class
Max Kellermann
2015-01-02
output/openal: move functions into the class
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-02-24
output/openal: use usleep() instead of g_usleep()
Max Kellermann
2014-01-29
output: move functions into the AudioOutput struct
Max Kellermann
2014-01-29
AudioOutput: pass plugin to constructor
Max Kellermann
2014-01-28
AudioOutput: add constructor and destructor
Max Kellermann
2014-01-28
output: rename struct audio_output to AudioOutput
Max Kellermann
2014-01-28
OutputPlugin: rename struct audio_output_plugin to AudioOutputPlugin
Max Kellermann
2014-01-23
output/*: move to output/plugins/
Max Kellermann