summaryrefslogtreecommitdiff
path: root/src/output/plugins/FifoOutputPlugin.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-03-12change errno.h to cerrnoRosen Penev
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-02-01*: add `explicit`Max Kellermann
2020-01-31[clang-tidy] use override instead of virtualRosen 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-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-08-10fs/FileSystem: OpenFile() returns UniqueFileDescriptorMax 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-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/Timer: use std::chronoMax 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-05output/fifo: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-28config/Block: GetPath() throws exception on errorMax Kellermann
2016-10-28config/Block: rename GetBlockPath() to GetPath()Max Kellermann
2016-08-15fs/FileSystem: RemoveFile() throws exception on errorMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-08-06output/fifo: smaller Cancel() bufferMax Kellermann
2015-08-06output/fifo: move the buffer into the loopMax Kellermann
2015-08-06output/fifo: use ssize_t for the read() resultMax Kellermann
2015-08-06output/fifo: simplify the Cancel() loopMax Kellermann
2015-08-06output/fifo: convert struct to classMax Kellermann
2015-08-06output/fifo: use AudioOutputWrapper::Open(),Close()Max Kellermann
2015-08-06output/fifo: rename Open(), Close() to OpenFifo(), CloseFifo()Max Kellermann
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann
2015-01-28output/fifo: use template AudioOutputWrapperMax Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-28output/fifo: make variables more localMax Kellermann
2014-02-19Timer: move to output/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-24Config*: move to config/Max Kellermann
2014-01-23output/*: move to output/plugins/Max Kellermann