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
Age
Commit message (
Expand
)
Author
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-04-24
decoder/pcm: add missing nullptr check
Max Kellermann
2017-04-24
decoder/pcm: fix potential assertion failure in FillBuffer()
Max Kellermann
2017-03-10
decoder/sidplay: make compatible with libsidplayfp < 1.8
Max Kellermann
2017-03-07
Add missing include for cstdlib, otherwise free() is undefined
Thomas Zander
2017-03-01
decoder/Thread: check ENABLE_FFMPEG, not HAVE_FFMPEG
Max Kellermann
2017-03-01
decoder/mpcdec: ignore empty frames
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-10
decoder/flac: add options "probesize" and "analyzeduration"
Max Kellermann
2017-01-08
decoder/wavpack: fix crash bug
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-13
AudioFormat: add method WithMask(), shortcut for ApplyMask()
Max Kellermann
2016-12-13
Merge tag 'v0.19.21'
Max Kellermann
2016-12-13
decoder/ffmpeg: fix double free bug
Max Kellermann
2016-12-10
decoder/wavpack: implement WavpackStreamReader64 if available
Max Kellermann
2016-12-10
decoder/wavpack: move code to WavpackInput methods
Max Kellermann
2016-12-10
decoder/wavpack: use WavpackSeekSample64() if available
Max Kellermann
2016-12-10
decoder/wavpack: seek errors are fatal
Max Kellermann
2016-12-09
decoder/wavpack: implement scan_stream()
Max Kellermann
2016-12-09
decoder/wavpack: convert WavpackInput::client to pointer
Max Kellermann
2016-12-09
decoder/wavpack: add WavpackOpen() wrappers which throw exception
Max Kellermann
2016-12-09
decoder/wavpack: move wavpack_scan_file() down
Max Kellermann
2016-12-09
decoder/wavpack: support native DSD
Max Kellermann
2016-12-09
decoder/wavpack: use template for format_sample_X()
Max Kellermann
2016-12-09
decoder/wavpack: move 8 and 16 bit conversion to separate functions
Max Kellermann
2016-12-09
decoder/wavpack: rename format_samples_float() to format_samples_nop()
Max Kellermann
2016-12-09
decoder/wavpack: use std::copy_n()
Max Kellermann
2016-12-09
decoder/wavpack: use int16_t instead of uint16_t
Max Kellermann
2016-12-09
decoder/wavpack: use WavpackGetNumSamples64() if available
Max Kellermann
2016-12-09
decoder/wavpack: check WavpackGetNumSamples()==-1
Max Kellermann
2016-12-09
decoder/wavpack: move code to GetDuration()
Max Kellermann
2016-12-09
decoder/wavpack: make is_float const
Max Kellermann
2016-12-09
decoder/wavpack: use WavpackGetReducedChannels()
Max Kellermann
2016-12-09
decoder/wavpack: basic DSD support (WavPack 5)
Max Kellermann
2016-12-09
decoder/wavpack: disable OPEN_TAGS
Max Kellermann
2016-12-09
decoder/wavpack: change norm_offset to 0
Max Kellermann
2016-12-09
decoder/wavpack: use AtScopeExit()
Max Kellermann
2016-12-04
system/Error: use std::generic_category() for errno on Windows
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-12-03
decoder/Control: make ReplayGainConfig const
Max Kellermann
2016-11-25
decoder/Thread: skip the ReplayGain loader if the feature is disabled
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: don't use array in struct ReplayGainInfo
Max Kellermann
2016-11-24
ReplayGainInfo: add method Get()
Max Kellermann
2016-11-24
decoder/Control: use C++11 initializers
Max Kellermann
[next]