summaryrefslogtreecommitdiff
path: root/src/output/Source.cxx
AgeCommit message (Expand)Author
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-11-07output/Source: reset current_chunk in Open()Max Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-01-03player/Thread: don't send silence if decoder is slowMax Kellermann
2018-01-02filter/Filter: add virtual method Flush()Max Kellermann
2018-01-02output/Source: drop the "_instance" suffix from variable namesMax Kellermann
2018-01-01Filter/Internal: split headerMax Kellermann
2017-12-27filter/Internal: return std::unique_ptr<Filter>Max Kellermann
2017-12-27output/Source: convert prepared_filter to referenceMax Kellermann
2017-12-20MusicChunk, player/Thread: use std::unique_ptr<Tag>Max Kellermann
2017-12-03Merge branch 'v0.20.x'Max Kellermann
2017-12-03MusicChunk: add magic value IGNORE_REPLAY_GAINMax Kellermann
2017-11-10util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STLMax Kellermann
2017-06-08output/{Source,Thread}: make the AudioFormat parameter constMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-23output/Source: reset the ReplayGain serials ion OpenFilter()Max Kellermann
2017-01-11output/Source: reset all filters in Cancel()Max Kellermann
2017-01-11output/Source: un-inline Cancel()Max Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03output/Source: clear current_chunk in Close()Max Kellermann
2016-12-26output/Source: release the mutex while the filter runsMax Kellermann
2016-12-26output/Source: add Fill(), ReadTag(), PeekData(), ConsumeData()Max Kellermann
2016-12-26output/Thread: move code to new class AudioOutputSourceMax Kellermann