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
/
FifoOutputPlugin.cxx
Age
Commit message (
Expand
)
Author
2021-06-25
decoder/mad, ...: more libfmt logging
Max Kellermann
2021-05-30
clang-tidy: add explicit deleted constructors
Rosen Penev
2021-01-01
copyright year 2021
Max Kellermann
2020-03-12
change errno.h to cerrno
Rosen Penev
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-18
copyright year 2020
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-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-08-10
fs/FileSystem: OpenFile() returns UniqueFileDescriptor
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-03
update copyright year
Max Kellermann
2016-12-28
output/Timer: use std::chrono
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-05
output/fifo: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-28
config/Block: GetPath() throws exception on error
Max Kellermann
2016-10-28
config/Block: rename GetBlockPath() to GetPath()
Max Kellermann
2016-08-15
fs/FileSystem: RemoveFile() throws exception on error
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-08-06
output/fifo: smaller Cancel() buffer
Max Kellermann
2015-08-06
output/fifo: move the buffer into the loop
Max Kellermann
2015-08-06
output/fifo: use ssize_t for the read() result
Max Kellermann
2015-08-06
output/fifo: simplify the Cancel() loop
Max Kellermann
2015-08-06
output/fifo: convert struct to class
Max Kellermann
2015-08-06
output/fifo: use AudioOutputWrapper::Open(),Close()
Max Kellermann
2015-08-06
output/fifo: rename Open(), Close() to OpenFifo(), CloseFifo()
Max Kellermann
2015-02-28
fs/FileInfo: new library providing GetFileInfo()
Max Kellermann
2015-01-28
output/fifo: use template AudioOutputWrapper
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-28
output/fifo: make variables more local
Max Kellermann
2014-02-19
Timer: move to output/
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
Config*: move to config/
Max Kellermann
2014-01-23
output/*: move to output/plugins/
Max Kellermann