summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/MpcdecDecoderPlugin.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-07-06Merge branch 'v0.21.x'Max Kellermann
2020-07-06decoder/Plugin: allow scan_{file,stream}() to throwMax Kellermann
2020-03-24MpcdecDecoderPlugin: use std variant of powRosen Penev
2020-03-15treewide: get rid of C math function usageRosen Penev
2020-02-01*: use `auto`Max Kellermann
2020-02-01decoder/{vorbis,mpcdec}: use `using` instead of `typedef`Max Kellermann
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2020-01-03pcm/Traits: drop "_type" from type namesMax Kellermann
2019-09-25Merge tag 'v0.21.15'Max Kellermann
2019-09-13decoder/mpcdec: fix bogus ReplayGain valuesMax Kellermann
2019-09-13ReplayGainInfo: move more code to a functionMax Kellermann
2019-09-13decoder/mpcdec: merge duplicate codeMax Kellermann
2019-08-03util/Macros: replace with std::size() (C++17)Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-06-15decoder/Plugin: simplify compile-time initializationMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2018-01-21decoder/Plugin: add "noexcept"Max Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-03-10Merge tag 'v0.20.6'Max Kellermann
2017-03-01decoder/mpcdec: ignore empty framesMax Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-24ReplayGainInfo: don't use array in struct ReplayGainInfoMax Kellermann
2016-11-18decoder/mpcdec: use AtScopeExit()Max Kellermann
2016-11-18decoder/Client: add Submit methodsMax Kellermann
2016-11-18decoder/Client: add DecoderCommand/seek virtual methodsMax Kellermann
2016-11-18decoder/Client: add virtual method Ready()Max Kellermann
2016-11-18decoder/Client: new interface which wraps struct DecoderMax Kellermann
2016-11-10CheckAudioFormat: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-16input/InputStream: migrate from class Error to C++ exceptionsMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-23tag/TagHandler: pass by referenceMax Kellermann
2016-02-22tag/handler: use CamelCaseMax Kellermann
2015-08-05decoder/mpcdec: read the bit rateMax Kellermann
2015-08-05decoder/mpcdec: use SampleTraits<SampleFormat::S24_P32>Max Kellermann
2015-08-05decoder/mpcdec: use Clamp()Max Kellermann
2015-08-05decoder/mpcdec: make buffer more localMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-29TagHandler: pass SongTime to duration()Max Kellermann
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann
2014-08-26decoder/mpcdec: use integer seek timesMax Kellermann
2014-08-19decoder/mpcdec: check InputStream::KnownSize()Max Kellermann
2014-05-22InputStream: make Seek() always absoluteMax Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann