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
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-26
decoder/thread: clear Decoder::error before attempting another plugin
Max Kellermann
2016-02-26
decoder/thread: fix typo in comment
Max Kellermann
2016-02-23
decoder/thread: open InputStream in decoder_run_file() in any case
Max Kellermann
2016-02-23
decoder/thread: use typedef InputStreamPtr
Max Kellermann
2016-02-23
decoder/thread: load APE replay gain from remote files
Max Kellermann
2016-02-23
tag/TagHandler: pass by reference
Max Kellermann
2016-02-22
tag/handler: use CamelCase
Max Kellermann
2016-02-21
input: wrap InputStream in std::unique_ptr
Max Kellermann
2016-02-12
Add TAK as a supported FFmpeg format.
Chris Spiegel
2015-12-31
decoder/Control: use ScopeLock
Max Kellermann
2015-12-31
decoder/Internal: use ScopeLock
Max Kellermann
2015-12-31
decoder/API: use ScopeLock
Max Kellermann
2015-12-31
decoder/Thread: pass InputStream errors to DecoderControl::error
Max Kellermann
2015-12-31
decoder/Thread: decoder_input_stream_open() returns std::unique_ptr<InputStream>
Max Kellermann
2015-12-31
decoder/Thread: log all errors
Max Kellermann
2015-12-31
decoder/Thread: use std::unique_ptr<InputStream>
Max Kellermann
2015-12-31
decoder/Thread: move decoder_command_finished_locked() to DecoderControl
Max Kellermann
2015-12-31
decoder/Thread: convert "int ret" to "bool success"
Max Kellermann
2015-12-31
decoder/Thread: use ScopeLock in decoder_run_stream()
Max Kellermann
2015-12-31
decoder/Thread: use std::unique_ptr<InputStream>
Max Kellermann
2015-12-31
decoder/Thread: use ScopeUnlock for exception-safety
Max Kellermann
2015-12-31
decoder/Thread: use ScopeLock in TryDecoderFile()
Max Kellermann
2015-12-31
decoder/Thread: always unlock mutex before returning from TryDecoderFile()
Max Kellermann
2015-12-31
decoder/Thread: mutex not locked for decoder_run_{file,stream}()
Max Kellermann
2015-12-31
decoder/Thread: document locking rules
Max Kellermann
2015-12-31
decoder/Thread: use ScopeLock for exception-safety
Max Kellermann
2015-11-11
decoder/Control: Seek() returns Error information
Max Kellermann
2015-11-11
decoder/Control: State::ERROR is illegal
Max Kellermann
2015-11-11
decoder/Control: use switch/case in Seek()
Max Kellermann
2015-11-06
util/StringUtil: move comparison functions to StringCompare.cxx
Max Kellermann
2015-10-27
Merge tag 'v0.19.11'
Max Kellermann
2015-10-26
gme: don't loop forever, fall back to GME's default play length
Max Kellermann
2015-10-26
decoder/gme: free the gme_info_t as early as possible
Max Kellermann
2015-10-26
decoder/gme: log the emulator type
Max Kellermann
2015-10-26
decoder/gme: add option "accuracy"
Max Kellermann
2015-10-26
decoder/gme: call decoder_seek_error() on seek error
Max Kellermann
2015-10-26
decoder/ffmpeg: fix crash due to wrong avio_alloc_context() call
Max Kellermann
2015-10-19
decoder/mad: reduce memory usage while scanning tags
Max Kellermann
2015-10-16
decoder/mpcdec: use SampleTraits<SampleFormat::S24_P32>
Max Kellermann
2015-10-16
decoder/mpcdec: use Clamp()
Max Kellermann
2015-09-30
util/StringView: new utility class
Max Kellermann
2015-08-12
client/Response: new Client wrapper class for writing responses
Max Kellermann
2015-08-05
decoder/mpcdec: read the bit rate
Max Kellermann
2015-08-05
decoder/mpcdec: use SampleTraits<SampleFormat::S24_P32>
Max Kellermann
2015-08-05
decoder/mpcdec: use Clamp()
Max Kellermann
2015-08-05
decoder/mpcdec: make buffer more local
Max Kellermann
2015-06-22
pcm/Interleave: add optimization for 32 bit samples
Max Kellermann
2015-06-22
decoder/ffmpeg: move code to pcm/Interleave.cxx
Max Kellermann
2015-06-22
decoder/ffmpeg: check for commands earlier
Max Kellermann
[next]