summaryrefslogtreecommitdiff
path: root/src/output/Thread.cxx
AgeCommit message (Expand)Author
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
2017-08-07output/Thread: move code to InternalCloseOutput()Max Kellermann
2017-08-07output/Thread: unlock the mutex for several AudioOutput callsMax Kellermann
2017-08-07output/Thread: move code to InternalClose()Max Kellermann
2017-08-07output/Thread: rename InternalClose() to InternalCheckClose()Max Kellermann
2017-08-07output/Thread: move AudioOutput methods to Internal.cxxMax Kellermann
2017-06-15output/Internal: move the "open" flag to struct AudioOutputControlMax Kellermann
2017-06-08output/Internal: move the AudioOutputSource to struct AudioOutputControlMax Kellermann
2017-06-08output/Thread: move the AudioOutputSource::Open() call to InternalOpen()Max Kellermann
2017-06-08output/Thread: move code to InternalClose()Max Kellermann
2017-06-08output/Thread: move software_mixer_set_filter() out of the "try" blockMax Kellermann
2017-06-08output/Thread: rename audio_format to in_audio_formatMax Kellermann
2017-06-08output/{Source,Thread}: make the AudioFormat parameter constMax Kellermann
2017-06-08output/Internal: move "really_enabled" flag to class AudioOutputControlMax Kellermann
2017-06-08output/Thread: move Enable() call to InternalEnable()Max Kellermann
2017-06-08output/Thread: move Enable() call out of Open()Max Kellermann
2017-06-08output/Thread: move Close() call out of Disable()Max Kellermann
2017-06-08output/Thread: move code to InternalDisable()Max Kellermann