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
2018-07-06
util/StringFormat: new utility library
Max Kellermann
2018-05-07
decoder/opus: add support for R128_ALBUM_GAIN tag
Michal Koutenský
2018-05-07
decoder/dsd: allow 4 MB ID3 tags
Max Kellermann
2018-05-03
decoder/{dsdiff,dsf}: support more MIME types
Max Kellermann
2018-04-25
player/Thread: never reuse decoder when switching radio streams
Max Kellermann
2018-02-17
decoder/flac: move the SubmitData() call out of the callback
Max Kellermann
2018-02-17
decoder/flac: call FlacSubmitToClient() again after seeking
Max Kellermann
2018-02-17
decoder/flac: move code to FlacSubmitToClient()
Max Kellermann
2018-02-17
decoder/Bridge: truncate last chunk at the exact end_time
Max Kellermann
2018-01-07
thread/Thread: use BoundMethod
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-11-12
decoder/ffmpeg, test/test_protocol: catch exceptions by reference
Max Kellermann
2017-11-03
decoder/vorbis: scale and clip tremor-decoded samples to 15 bits
Marcin Jurkowski
2017-09-27
decoder/Thread: clear the command after catching an exception
Max Kellermann
2017-09-27
GME Plugin: fix track numbering
John Regan
2017-09-18
ffmpeg plugin: when decoded stream duration is unavailable, attempt fallback ...
Charlie Waters
2017-07-20
Check for MusicBrainz id3v2 tags in ffmpeg.
Matthew Leon
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-06-03
decoder/ffmpeg: add support for adx
Jörg Raftopoulos
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
[next]