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
/
plugins
/
MpcdecDecoderPlugin.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-07-06
Merge branch 'v0.21.x'
Max Kellermann
2020-07-06
decoder/Plugin: allow scan_{file,stream}() to throw
Max Kellermann
2020-03-24
MpcdecDecoderPlugin: use std variant of pow
Rosen Penev
2020-03-15
treewide: get rid of C math function usage
Rosen Penev
2020-02-01
*: use `auto`
Max Kellermann
2020-02-01
decoder/{vorbis,mpcdec}: use `using` instead of `typedef`
Max Kellermann
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2020-01-03
pcm/Traits: drop "_type" from type names
Max Kellermann
2019-09-25
Merge tag 'v0.21.15'
Max Kellermann
2019-09-13
decoder/mpcdec: fix bogus ReplayGain values
Max Kellermann
2019-09-13
ReplayGainInfo: move more code to a function
Max Kellermann
2019-09-13
decoder/mpcdec: merge duplicate code
Max Kellermann
2019-08-03
util/Macros: replace with std::size() (C++17)
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-06-15
decoder/Plugin: simplify compile-time initialization
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-07-05
tag/Handler: convert to class with virtual methods
Max Kellermann
2018-01-21
decoder/Plugin: add "noexcept"
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-03-10
Merge tag 'v0.20.6'
Max Kellermann
2017-03-01
decoder/mpcdec: ignore empty frames
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-24
ReplayGainInfo: don't use array in struct ReplayGainInfo
Max Kellermann
2016-11-18
decoder/mpcdec: use AtScopeExit()
Max Kellermann
2016-11-18
decoder/Client: add Submit methods
Max Kellermann
2016-11-18
decoder/Client: add DecoderCommand/seek virtual methods
Max Kellermann
2016-11-18
decoder/Client: add virtual method Ready()
Max Kellermann
2016-11-18
decoder/Client: new interface which wraps struct Decoder
Max Kellermann
2016-11-10
CheckAudioFormat: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-16
input/InputStream: migrate from class Error to C++ exceptions
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-23
tag/TagHandler: pass by reference
Max Kellermann
2016-02-22
tag/handler: use CamelCase
Max Kellermann
2015-08-05
decoder/mpcdec: read the bit rate
Max Kellermann
2015-08-05
decoder/mpcdec: use SampleTraits<SampleFormat::S24_P32>
Max Kellermann
2015-08-05
decoder/mpcdec: use Clamp()
Max Kellermann
2015-08-05
decoder/mpcdec: make buffer more local
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-29
TagHandler: pass SongTime to duration()
Max Kellermann
2014-08-29
DecoderAPI: pass SignedSongTime to decoder_initialized()
Max Kellermann
2014-08-26
decoder/mpcdec: use integer seek times
Max Kellermann
2014-08-19
decoder/mpcdec: check InputStream::KnownSize()
Max Kellermann
2014-05-22
InputStream: make Seek() always absolute
Max Kellermann
2014-01-24
Input*: move to input/
Max Kellermann
2014-01-24
decoder/*: move to decoder/plugins/
Max Kellermann