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
/
MultipleOutputs.cxx
Age
Commit message (
Expand
)
Author
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
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/Internal: add various trivial getter methods
Max Kellermann
2016-12-29
output/Multiple: add missing mutex lock
Max Kellermann
2016-12-29
output/Control: pass "force" flag to LockUpdate()
Max Kellermann
2016-12-29
output/Multiple: obtain detailed error information in Open()
Max Kellermann
2016-12-22
output/Internal: add method ClearTailChunk()
Max Kellermann
2016-12-14
output/Client: new interface to replace direct access to class PlayerControl
Max Kellermann
2016-12-14
output/Multiple: move Wait() to struct PlayerControl
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: move code to AudioOutput::EnableDisableWait()
Max Kellermann
2016-12-14
output/MultipleOutputs: reduce lock/unlock calls in EnableDisable()
Max Kellermann
2016-12-13
output/Thread: move MusicPipe code to class SharedPipeConsumer
Max Kellermann
2016-12-11
output/Multiple: make chunk_is_consumed_in() an AudioOutput method
Max Kellermann
2016-12-03
filter/ReplayGain: add ReplayGainConfig copy
Max Kellermann
2016-11-24
output/MultipleOutputs: throw exception instead of calling FatalError()
Max Kellermann
2016-11-09
output/Plugin: remove 'Error&' parameters, use C++ exceptions only
Max Kellermann
2016-11-09
output/Multiple: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-28
OutputInit: allow "init" to throw exception
Max Kellermann
2016-04-21
output/MultipleOutputs: use C++11 initializers
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-08-15
PlayerThread, ...: move to src/player/
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-21
config/Option: convert to strictly-typed enum
Max Kellermann
2015-01-21
ConfigData: move struct config_param to Param.hxx
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-29
MusicChunk: use SignedSongTime for the time stamp
Max Kellermann
2014-08-29
MultipleOutputs: use SignedSongTime for elapsed_time
Max Kellermann
2014-08-12
MusicChunk: rename struct to MusicChunk
Max Kellermann
2014-03-14
MultipleOutputs: ensure input_audio_format is zero-initialised
Pete Beardmore
2014-02-20
ConfigGlobal: eliminate function config_get_next_param()
Max Kellermann
2014-02-19
Mixer: add class MixerListener
Max Kellermann
2014-02-05
MixerPlugin: add EventLoop& init() parameter
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-28
output: rename source files
Max Kellermann
2014-01-28
output: rename struct audio_output to AudioOutput
Max Kellermann
2014-01-28
OutputAll: convert to class, move instance to class Partition
Max Kellermann