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-01-07
thread/Thread: use BoundMethod
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
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