aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/MadDecoderPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann2015-11-061-1/+1
* decoder/mad: reduce memory usage while scanning tagsMax Kellermann2015-10-191-3/+11
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-1/+1
* config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-1/+1
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* decoder/mad: convert "const" to "constexpr"Max Kellermann2014-12-091-4/+4
* configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIBMax Kellermann2014-11-221-7/+7
* decoder/mad: fix negative replay gain valuesMax Kellermann2014-10-281-1/+1
* decoder/mad: move code to tag/MixRamp.cxxMax Kellermann2014-09-241-5/+2
* tag/ApeReplayGain, decoder/mad: move duplicate code to tag/ReplayGain.cxxMax Kellermann2014-09-241-12/+2
* TagHandler: pass SongTime to duration()Max Kellermann2014-08-291-5/+3
* DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann2014-08-291-15/+24
* DecoderAPI: use std::chrono::duration for decoder_seek*()Max Kellermann2014-08-261-10/+16
* decoder/mad: use integer seek timesMax Kellermann2014-08-261-10/+9
* decoder/mad: move duplicate code to RecoverFrameError()Max Kellermann2014-08-261-20/+16
* decoder/mad: simplify if/else chainMax Kellermann2014-08-261-20/+18
* decoder/mad: make variables more localMax Kellermann2014-08-261-9/+5
* decoder/mad: simplify "return", eliminate checkMax Kellermann2014-08-261-3/+1
* decoder/mad: don't reset the xing structMax Kellermann2014-08-251-3/+1
* decoder/mad: remove unused flag "found_xing"Max Kellermann2014-08-251-3/+1
* decoder/mad: convert enums/macros to constexprMax Kellermann2014-08-241-22/+17
* decoder/mad: make variables more localMax Kellermann2014-08-241-60/+31
* InputStream: move typedef offset_type to Offset.hxxMax Kellermann2014-08-191-5/+5
* decoder/mad: check InputStream::KnownSize()Max Kellermann2014-08-191-2/+2
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-1/+1
* Input*: move to input/Max Kellermann2014-01-241-2/+2
* Config*: move to config/Max Kellermann2014-01-241-1/+1
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-0/+1155