summaryrefslogtreecommitdiff
path: root/src/output/Thread.cxx
AgeCommit message (Expand)Author
2020-10-02output/Interface: add virtual method Interrupt()Max Kellermann
2020-10-02output/Thread: simplify the main loop switchMax Kellermann
2020-10-01output/Filtered: move try/catch from IteratePause() to callerMax Kellermann
2020-03-12replace assert.h with cassertRosen Penev
2020-01-18output/Control: avoid sending KILL twiceMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-08-21Merge tag 'v0.21.14'Max Kellermann
2019-08-21output/Thread: add missing `return` in exception handlerMax Kellermann
2019-08-13output/Thread: fix typo in commentMax Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-05-29thread/Slack: use std::chrono::durationMax Kellermann
2019-05-23{event,output}/Thread: downgrade realtime scheduling errors to "info"Max Kellermann
2019-04-26output/Control: pass std::unique_lock<> to Cond::wait()Max Kellermann
2019-04-26thread/Cond: add wait() overload which takes a unique_lock<>Max Kellermann
2019-04-25thread/*Cond: rename methods to match std::condition_variableMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-11-12output/thread: cancel the AudioOutputSource() instead of closing itMax Kellermann
2018-11-12output/control: always close the `AudioOutputSource` in `RELEASE`Max Kellermann
2018-11-12output/control: add command `RELEASE`Max Kellermann
2018-11-12output/Thread: update commentMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-06-23output/Control: add another Cond attribute, replacing audio_output_client_notifyMax Kellermann
2018-06-23output/Control: rename "cond" to "wake_cond"Max Kellermann
2018-01-29output/Thread: re-lock the mutex after flush errorMax Kellermann
2018-01-04output/Control: unlock mutex during expensive operationsMax Kellermann
2018-01-04output/Thread: add "noexcept"Max Kellermann
2018-01-02filter/Filter: add virtual method Flush()Max Kellermann
2018-01-02output/Thread: move code to method InternalDrain()Max Kellermann
2018-01-02output/Thread: move code to method InternalCloseError()Max Kellermann
2018-01-02output/Thread: move common code to method Failure()Max Kellermann
2018-01-02output/Thread: update "last_error" after filter/play errorsMax Kellermann
2018-01-02output/Thread: move error handling code into the catch blockMax Kellermann
2018-01-02output/Thread: AudioOutput::Play() must not return zeroMax Kellermann
2017-12-27filter/Plugin: return std::unique_ptr<PreparedFilter>Max Kellermann
2017-12-27output/Source: convert prepared_filter to referenceMax Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-11-10util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STLMax Kellermann
2017-11-05Merge branch 'v0.20.x'Max Kellermann
2017-08-08output/Filtered: add a few OutputPlugin method wrappersMax Kellermann
2017-08-08output/Filtered: add attribute "log_name"Max Kellermann
2017-08-07output/Internal: rename source to Filtered.cxxMax Kellermann
2017-08-07output/Internal: move code to ConfigureConvertFilter()Max Kellermann
2017-08-07output/Thread: move OpenSoftwareMixer() to the endMax Kellermann
2017-08-07output/Internal: add OpenSoftwareMixer()Max Kellermann
2017-08-07output/Internal: rename CloseFilter() to CloseSoftwareMixer()Max Kellermann
2017-08-07output/Internal: move the Mutex to struct AudioOutputControlMax Kellermann
2017-08-07output/Internal: remove mutex code from Close()Max Kellermann
2017-08-07output/Internal: remove mutex code from BeginPause(), IteratePause()Max Kellermann
2017-08-07output/Internal: remove mutex code from Enable() and Disable()Max Kellermann