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
Age
Commit message (
Expand
)
Author
2018-01-24
util/StringFormat: new utility library
Max Kellermann
2018-01-17
fs/AllocatedPath: make the nullptr_t constructor public
Max Kellermann
2018-01-05
Haiku: fix build
François Revol
2018-01-05
Merge branch 'v0.20.x'
Max Kellermann
2018-01-05
output/haiku: remove unimplemented Cancel() method
Max Kellermann
2018-01-05
output/Interface: clarify Play() API documentation
Max Kellermann
2018-01-04
output/Control: unlock mutex during expensive operations
Max Kellermann
2018-01-04
output/Control: move code from FinishDestroy() to destructor
Max Kellermann
2018-01-04
output/Filtered: remove redundant nullptr assignments from Setup()
Max Kellermann
2018-01-04
output/Filtered: remove BeginDestroy()
Max Kellermann
2018-01-04
output/Multiple: use std::unique_ptr<FilteredAudioOutput>
Max Kellermann
2018-01-04
output/Multiple: dispose the AudioOutputControl instances
Max Kellermann
2018-01-04
output/Filtered: eliminate FinishDestroy()
Max Kellermann
2018-01-04
output/Control: dispose the FilteredAudioOutput
Max Kellermann
2018-01-04
output/Init: fix configuration option name in error message
Max Kellermann
2018-01-04
output/Thread: add "noexcept"
Max Kellermann
2018-01-04
output/Control: remove unused method StopThread()
Max Kellermann
2018-01-04
output/Control: use class ScopeUnlock()
Max Kellermann
2018-01-03
player/Thread: don't send silence if decoder is slow
Max Kellermann
2018-01-03
Merge branch 'work_tag' of git://github.com/loujine/MPD
Max Kellermann
2018-01-02
filter/Filter: add virtual method Flush()
Max Kellermann
2018-01-02
filter/FilterConfig: rename to LoadChain.cxx
Max Kellermann
2018-01-02
output/Thread: move code to method InternalDrain()
Max Kellermann
2018-01-02
output/Thread: move code to method InternalCloseError()
Max Kellermann
2018-01-02
output/Thread: move common code to method Failure()
Max Kellermann
2018-01-02
output/Thread: update "last_error" after filter/play errors
Max Kellermann
2018-01-02
output/Thread: move error handling code into the catch block
Max Kellermann
2018-01-02
output/Thread: AudioOutput::Play() must not return zero
Max Kellermann
2018-01-02
output/haiku: remove size==0 check from Play()
Max Kellermann
2018-01-02
output/ao: round write_size down to a multiple of the frame size
Max Kellermann
2018-01-02
config/Block: add method GetPositiveValue()
Max Kellermann
2018-01-02
output/ao: use class SafeSingleton for libao initialization
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-30
Add basic support for MUSICBRAINZ_WORKID tag
loujine
2017-12-29
player/Outputs: abstract interface wrapping class MultipleOutputs
Max Kellermann
2017-12-29
output/Multiple: add "noexcept"
Max Kellermann
2017-12-27
filter/Internal: return std::unique_ptr<Filter>
Max Kellermann
2017-12-27
filter/Plugin: return std::unique_ptr<PreparedFilter>
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-20
event/BufferedSocket: add "noexcept"
Max Kellermann
2017-12-19
output/alsa: add attributes "dop" and "allowed_formats"
Max Kellermann
2017-12-19
output/Interface: add "attributes" map
Max Kellermann
2017-12-19
output/Print: print the plugin name
Max Kellermann
2017-12-19
output/Print: use %u for the index
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-12-19
output/Interface: convert need_fully_defined_audio_format to flag
Max Kellermann
2017-12-18
Compiler.h: add gcc_returns_nonnull, gcc_returns_twice
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
[next]