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
/
Source.hxx
Age
Commit message (
Expand
)
Author
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-08-27
output/Source: move code to DropCurrentChunk()
Max Kellermann
2019-08-27
output/Source: document "pending_tag" ownership
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-07-03
output: allow throwing any exception
Max Kellermann
2019-06-17
pcm/Pcm*: drop more "Pcm" prefixes from source file names
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-07
thread/Mutex: use `using` instead of making it a derived class
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-01-02
filter/Filter: add virtual method Flush()
Max Kellermann
2018-01-02
output/Source: drop the "_instance" suffix from variable names
Max Kellermann
2017-12-27
filter/Internal: return std::unique_ptr<Filter>
Max Kellermann
2017-12-27
output/Source: convert prepared_filter to reference
Max Kellermann
2017-05-23
output/{Internal,Control}: add "noexcept"
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-23
output/Source: reset the ReplayGain serials ion OpenFilter()
Max Kellermann
2017-01-11
output/Source: un-inline Cancel()
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-12-26
output/Source: add assertion
Max Kellermann
2016-12-26
output/Source: release the mutex while the filter runs
Max Kellermann
2016-12-26
output/Source: add Fill(), ReadTag(), PeekData(), ConsumeData()
Max Kellermann
2016-12-26
output/Thread: move code to new class AudioOutputSource
Max Kellermann