aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/MadDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Negating an unsigned integer does not work.
* 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
| | | | For type safety and code readability.
* decoder/mad: use integer seek timesMax Kellermann2014-08-261-10/+9
| | | | Avoid roundtrips to floating point.
* 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
| | | | | This check was redundant, because we could only exit the loop when ret==DECODE_OK.
* decoder/mad: don't reset the xing structMax Kellermann2014-08-251-3/+1
| | | | Not necessary.
* 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
| | | | Reduce header dependencies.
* decoder/mad: check InputStream::KnownSize()Max Kellermann2014-08-191-2/+2
|
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-1/+1
| | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
* 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