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
/
OssOutputPlugin.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-05-05
system/FileDescriptor: move to io/
Max Kellermann
2020-03-12
change errno.h to cerrno
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-08-03
util/Macros: replace with std::size() (C++17)
Max Kellermann
2019-07-04
output/oss: add `noexcept`
Max Kellermann
2019-07-04
output/oss: replace enum oss_setup_result with bool
Max Kellermann
2019-07-04
output/oss: remove redundant DoClose() calls from Reopen()
Max Kellermann
2019-07-03
output: allow throwing any exception
Max Kellermann
2019-06-26
pcm/Export: rename CalcSourceSize() to CalcInputSize()
Max Kellermann
2019-06-17
Merge branch 'v0.21.x'
Max Kellermann
2019-06-17
output/oss: return early if PcmExport::Export() returns empty array
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-06-16
pcm/Pcm{Dop,Export}: drop "Pcm" prefix
Max Kellermann
2019-03-08
system/ByteOrder: move to util/
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2017-08-10
output/oss: use class FileDescriptor
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-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-11
pcm/Export: add (dummy) method Cancel()
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-09
output/Plugin: remove 'Error&' parameters, use C++ exceptions only
Max Kellermann
2016-11-05
output/oss: migrate from class Error to C++ exceptions
Max Kellermann
2016-02-26
pcm/export: move Open() parameters to struct Params
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-10-27
pcm/Order: new library to convert from FLAC to ALSA channel order
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-07
output/oss: use nullptr instead of NULL
Max Kellermann
2015-01-07
output/oss: add "const" attributes
Max Kellermann
2015-01-07
output/oss: eliminate unnecessary tail code after "switch"
Max Kellermann
2015-01-07
output/oss: convert struct to class
Max Kellermann
2015-01-07
output/oss: add "device" parameter to constructor
Max Kellermann
2015-01-06
output/oss: move functions into the struct
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-09
output/oss: make the static arrays "constexpr"
Max Kellermann
2014-08-31
Merge tag 'v0.18.13'
Max Kellermann
2014-08-12
PcmExport: use class ConstBuffer
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-24
Mixer*: move to mixer/
Max Kellermann
2014-01-23
output/*: move to output/plugins/
Max Kellermann