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
/
Bridge.cxx
Age
Commit message (
Expand
)
Author
2018-02-17
decoder/Bridge: truncate last chunk at the exact end_time
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-17
AudioFormat: replace struct audio_format_string with class StringBuffer, retu...
Max Kellermann
2017-01-11
decoder/Bridge: call PcmConvert::Reset() after seeking
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-11-25
{decoder,player}/Control: add ReplayGain{Config,Mode} attributes
Max Kellermann
2016-11-25
ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlob...
Max Kellermann
2016-11-24
ReplayGainMode: convert to strictly-typed enum
Max Kellermann
2016-11-24
ReplayGainInfo: add method Get()
Max Kellermann
2016-11-21
decoder/Client: add virtual method Read()
Max Kellermann
2016-11-21
decoder/API: move DecoderBridge methods to Bridge.cxx
Max Kellermann
2016-11-21
decoder/API: move part of decoder_check_cancel_read() into class DecoderBridge
Max Kellermann
2016-11-21
decoder/Internal: rename struct Decoder to class DecoderBridge
Max Kellermann