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
2020-10-02
output/Interface: add virtual method Interrupt()
Max Kellermann
2020-10-02
output/Thread: simplify the main loop switch
Max Kellermann
2020-10-01
output/Filtered: move try/catch from IteratePause() to caller
Max Kellermann
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-01-18
output/Control: avoid sending KILL twice
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-08-21
Merge tag 'v0.21.14'
Max Kellermann
2019-08-21
output/Thread: add missing `return` in exception handler
Max Kellermann
2019-08-13
output/Thread: fix typo in comment
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-29
thread/Slack: use std::chrono::duration
Max Kellermann
2019-05-23
{event,output}/Thread: downgrade realtime scheduling errors to "info"
Max Kellermann
2019-04-26
output/Control: pass std::unique_lock<> to Cond::wait()
Max Kellermann
2019-04-26
thread/Cond: add wait() overload which takes a unique_lock<>
Max Kellermann
2019-04-25
thread/*Cond: rename methods to match std::condition_variable
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
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
[next]