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
/
Thread.cxx
Age
Commit message (
Expand
)
Author
2018-11-12
output/thread: cancel the AudioOutputSource() instead of closing it
Max Kellermann
2018-11-12
output/control: always close the `AudioOutputSource` in `RELEASE`
Max Kellermann
2018-11-12
output/control: add command `RELEASE`
Max Kellermann
2018-11-12
output/Thread: update comment
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-06-23
output/Control: add another Cond attribute, replacing audio_output_client_notify
Max Kellermann
2018-06-23
output/Control: rename "cond" to "wake_cond"
Max Kellermann
2018-01-29
output/Thread: re-lock the mutex after flush error
Max Kellermann
2018-01-04
output/Control: unlock mutex during expensive operations
Max Kellermann
2018-01-04
output/Thread: add "noexcept"
Max Kellermann
2018-01-02
filter/Filter: add virtual method Flush()
Max Kellermann
2018-01-02
output/Thread: move code to method InternalDrain()
Max Kellermann
2018-01-02
output/Thread: move code to method InternalCloseError()
Max Kellermann
2018-01-02
output/Thread: move common code to method Failure()
Max Kellermann
2018-01-02
output/Thread: update "last_error" after filter/play errors
Max Kellermann
2018-01-02
output/Thread: move error handling code into the catch block
Max Kellermann
2018-01-02
output/Thread: AudioOutput::Play() must not return zero
Max Kellermann
2017-12-27
filter/Plugin: return std::unique_ptr<PreparedFilter>
Max Kellermann
2017-12-27
output/Source: convert prepared_filter to reference
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
2017-11-05
Merge branch 'v0.20.x'
Max Kellermann
2017-08-08
output/Filtered: add a few OutputPlugin method wrappers
Max Kellermann
2017-08-08
output/Filtered: add attribute "log_name"
Max Kellermann
2017-08-07
output/Internal: rename source to Filtered.cxx
Max Kellermann
2017-08-07
output/Internal: move code to ConfigureConvertFilter()
Max Kellermann
2017-08-07
output/Thread: move OpenSoftwareMixer() to the end
Max Kellermann
2017-08-07
output/Internal: add OpenSoftwareMixer()
Max Kellermann
2017-08-07
output/Internal: rename CloseFilter() to CloseSoftwareMixer()
Max Kellermann
2017-08-07
output/Internal: move the Mutex to struct AudioOutputControl
Max Kellermann
2017-08-07
output/Internal: remove mutex code from Close()
Max Kellermann
2017-08-07
output/Internal: remove mutex code from BeginPause(), IteratePause()
Max Kellermann
2017-08-07
output/Internal: remove mutex code from Enable() and Disable()
Max Kellermann
2017-08-07
output/Thread: move code to InternalCloseOutput()
Max Kellermann
2017-08-07
output/Thread: unlock the mutex for several AudioOutput calls
Max Kellermann
2017-08-07
output/Thread: move code to InternalClose()
Max Kellermann
2017-08-07
output/Thread: rename InternalClose() to InternalCheckClose()
Max Kellermann
2017-08-07
output/Thread: move AudioOutput methods to Internal.cxx
Max Kellermann
2017-06-15
output/Internal: move the "open" flag to struct AudioOutputControl
Max Kellermann
2017-06-08
output/Internal: move the AudioOutputSource to struct AudioOutputControl
Max Kellermann
2017-06-08
output/Thread: move the AudioOutputSource::Open() call to InternalOpen()
Max Kellermann
2017-06-08
output/Thread: move code to InternalClose()
Max Kellermann
2017-06-08
output/Thread: move software_mixer_set_filter() out of the "try" block
Max Kellermann
2017-06-08
output/Thread: rename audio_format to in_audio_format
Max Kellermann
2017-06-08
output/{Source,Thread}: make the AudioFormat parameter const
Max Kellermann
2017-06-08
output/Internal: move "really_enabled" flag to class AudioOutputControl
Max Kellermann
2017-06-08
output/Thread: move Enable() call to InternalEnable()
Max Kellermann
2017-06-08
output/Thread: move Enable() call out of Open()
Max Kellermann
2017-06-08
output/Thread: move Close() call out of Disable()
Max Kellermann
2017-06-08
output/Thread: move code to InternalDisable()
Max Kellermann
[next]