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
/
OutputControl.cxx
Age
Commit message (
Expand
)
Author
2017-01-03
update copyright year
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-12-29
output/Control: pass "force" flag to LockUpdate()
Max Kellermann
2016-12-28
system/PeriodClock: use std::chrono::steady_clock
Max Kellermann
2016-12-26
output/Thread: move code to new class AudioOutputSource
Max Kellermann
2016-12-22
output/Control: move pipe initialization to the OutputThread
Max Kellermann
2016-12-22
output/Control: use Command::OPEN to unpause, remove special case
Max Kellermann
2016-12-21
output/Internal: add attribute request.audio_format
Max Kellermann
2016-12-14
output/MultipleOutputs: parallelize EnableDisable()
Max Kellermann
2016-12-14
output/MultipleOutputs: parallelize AudioOutput destruction
Max Kellermann
2016-12-14
output/Thread: KILL implicitly closes and disables the AudioOutput
Max Kellermann
2016-12-14
output/MultipleOutputs: reduce lock/unlock calls in EnableDisable()
Max Kellermann
2016-12-13
output/Internal: merge REOPEN and OPEN
Max Kellermann
2016-12-13
output/Thread: move MusicPipe code to class SharedPipeConsumer
Max Kellermann
2016-11-09
output/Plugin: remove 'Error&' parameters, use C++ exceptions only
Max Kellermann
2016-09-09
mixer: migrate to C++ exceptions
Max Kellermann
2016-07-01
filter/FilterInternal: split class Filter, add class PreparedFilter
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-06-21
Merge tag 'v0.19.10'
Max Kellermann
2015-06-20
OutputControl: fix fail_timer check right after booting
Romain Rollet
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-24
output/Internal: move enum AudioOutputCommand into the struct
Max Kellermann
2014-12-24
output/Internal: convert audio_output_command to strictly-typed enum
Max Kellermann
2014-01-29
output: rename "chunk" to "current_chunk"
Max Kellermann
2014-01-29
output: move functions into the AudioOutput struct
Max Kellermann
2014-01-29
AudioOutput: make "plugin" a reference
Max Kellermann
2014-01-28
output: rename source files
Max Kellermann
2014-01-28
output: rename struct audio_output to AudioOutput
Max Kellermann
2014-01-24
Mixer*: move to mixer/
Max Kellermann
2014-01-24
Filter*: move to filter/
Max Kellermann
2014-01-23
output/*: move to output/plugins/
Max Kellermann