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.cxx
Age
Commit message (
Expand
)
Author
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-07
output/Source: reset current_chunk in Open()
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-01-03
player/Thread: don't send silence if decoder is slow
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
2018-01-01
Filter/Internal: split header
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-12-20
MusicChunk, player/Thread: use std::unique_ptr<Tag>
Max Kellermann
2017-12-03
Merge branch 'v0.20.x'
Max Kellermann
2017-12-03
MusicChunk: add magic value IGNORE_REPLAY_GAIN
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
2017-06-08
output/{Source,Thread}: make the AudioFormat parameter const
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: reset all filters in Cancel()
Max Kellermann
2017-01-11
output/Source: un-inline Cancel()
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2017-01-03
output/Source: clear current_chunk in Close()
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