summaryrefslogtreecommitdiff
path: root/src/output/MultipleOutputs.hxx
AgeCommit message (Expand)Author
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-07-17output/MultipleOutputs: use struct ConfigDataMax Kellermann
2018-06-23output/Control: add another Cond attribute, replacing audio_output_client_notifyMax Kellermann
2018-06-23player, decoder, output: wrap MusicPipe in std::shared_ptr/std::unique_ptrMax Kellermann
2018-06-23MusicPipe: eliminate the unused MusicBuffer referenceMax Kellermann
2018-06-22MusicChunkPtr: managed MusicChunk pointerMax Kellermann
2018-06-22MusicPipe: add MusicBuffer referenceMax Kellermann
2018-06-22output/multiple: update API documentationMax Kellermann
2017-12-29player/Outputs: abstract interface wrapping class MultipleOutputsMax Kellermann
2017-12-29output/Multiple: add "noexcept"Max Kellermann
2017-08-07filter/Internal: rename struct AudioOutput to FilteredAudioOutputMax Kellermann
2017-06-04Merge tag 'v0.20.9'Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-04-28output/Control: add struct AudioOutputControlMax Kellermann
2017-02-17output/MultipleOutputs: add method AddNullOutput()Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-29output/Control: pass "force" flag to LockUpdate()Max Kellermann
2016-12-14output/Client: new interface to replace direct access to class PlayerControlMax Kellermann
2016-12-14output/Multiple: move Wait() to struct PlayerControlMax Kellermann
2016-12-03filter/ReplayGain: add ReplayGainConfig copyMax Kellermann
2016-11-24ReplayGainInfo: move enum ReplayGainMode to separate headerMax Kellermann
2016-11-09output/Plugin: remove 'Error&' parameters, use C++ exceptions onlyMax Kellermann
2016-11-09output/Multiple: migrate from class Error to C++ exceptionsMax Kellermann
2016-04-21output/MultipleOutputs: use C++11 initializersMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-03-17*: doxygen fixupsMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-29MultipleOutputs: use SignedSongTime for elapsed_timeMax Kellermann
2014-08-12MusicChunk: rename struct to MusicChunkMax Kellermann
2014-02-19Mixer: add class MixerListenerMax Kellermann
2014-02-05MixerPlugin: add EventLoop& init() parameterMax Kellermann
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann
2014-01-28OutputAll: convert to class, move instance to class PartitionMax Kellermann