summaryrefslogtreecommitdiff
path: root/src/output/Source.hxx
AgeCommit message (Expand)Author
2020-03-12replace stdint.h with cstdintRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-08-27output/Source: move code to DropCurrentChunk()Max Kellermann
2019-08-27output/Source: document "pending_tag" ownershipMax Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-07-03output: allow throwing any exceptionMax Kellermann
2019-06-17pcm/Pcm*: drop more "Pcm" prefixes from source file namesMax Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-05-07thread/Mutex: use `using` instead of making it a derived classMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-01-02filter/Filter: add virtual method Flush()Max Kellermann
2018-01-02output/Source: drop the "_instance" suffix from variable namesMax Kellermann
2017-12-27filter/Internal: return std::unique_ptr<Filter>Max Kellermann
2017-12-27output/Source: convert prepared_filter to referenceMax Kellermann
2017-05-23output/{Internal,Control}: add "noexcept"Max 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: un-inline Cancel()Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-26output/Source: add assertionMax 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