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
/
decoder
/
DecoderControl.hxx
Age
Commit message (
Expand
)
Author
2018-06-23
player, decoder, output: wrap MusicPipe in std::shared_ptr/std::unique_ptr
Max Kellermann
2018-06-23
MusicPipe: eliminate the unused MusicBuffer reference
Max Kellermann
2018-06-22
MusicPipe: add MusicBuffer reference
Max Kellermann
2018-06-22
input/Stream: remove attribute "cond", replace with handler interface
Max Kellermann
2018-04-26
Merge tag 'v0.20.19'
Max Kellermann
2018-04-25
player/Thread: never reuse decoder when switching radio streams
Max Kellermann
2018-01-07
thread/Thread: use BoundMethod
Max Kellermann
2017-12-22
player/Thread: merge four mutex locks in SeekDecoder()
Max Kellermann
2017-12-22
decoder/Control: caller must lock mutex for Start()
Max Kellermann
2017-12-22
decoder/Control: caller must lock mutex for Stop()
Max Kellermann
2017-12-22
decoder/Control: caller must lock mutex for Seek()
Max Kellermann
2017-12-20
player/Control, ...: remove API documentation references to the obsolete Erro...
Max Kellermann
2017-11-26
decoder/Control: wrap DetachedSong* in std::unique_ptr
Max Kellermann
2017-11-26
decoder/Control: add "noexcept"
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-10
thread/Thread: use BoundMethod
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-12-03
decoder/Bridge: move code to DecoderControl::SetReady()
Max Kellermann
2016-12-03
decoder/Control: add attribute configured_audio_format
Max Kellermann
2016-12-03
decoder/Control: make ReplayGainConfig const
Max Kellermann
2016-11-25
{decoder,player}/Control: add ReplayGain{Config,Mode} attributes
Max Kellermann
2016-11-24
decoder/Control: use C++11 initializers
Max Kellermann
2016-11-07
decoder/Control: throw exception on Seek() error
Max Kellermann
2016-09-08
decoder/Control: convert error from Error to std::exception_ptr
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-12-31
decoder/Control: use ScopeLock
Max Kellermann
2015-12-31
decoder/Thread: move decoder_command_finished_locked() to DecoderControl
Max Kellermann
2015-11-11
decoder/Control: Seek() returns Error information
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-29
DecoderControl: use SignedSongTime for the song duration
Max Kellermann
2014-08-28
DecoderControl: use std::chrono::duration for start_ms and end_ms
Max Kellermann
2014-08-28
DecoderControl: update API documentation
Max Kellermann
2014-08-27
DecoderControl: use std::chrono::duration for Seek()
Max Kellermann
2014-08-12
MusicChunk: rename struct to MusicChunk
Max Kellermann
2014-01-24
decoder/*: move to decoder/plugins/
Max Kellermann