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-10-25
decoder/mad: use C++11 initializers
Max Kellermann
2016-09-16
decoder/ffmpeg: FfmpegOpenInput() throws exception on error
Max Kellermann
2016-09-16
input/InputStream: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-16
decoder/DecoderAPI: catch InputStream::Read() exceptions
Max Kellermann
2016-09-09
input/Plugin: migrate open() from class Error to C++ exceptions
Max Kellermann
2016-09-09
decoder/wavpack: wavpack_open_wvc() returns InputStreamPtr
Max Kellermann
2016-09-09
decoder/wavpack: use AtScopeExit() for exception-safety
Max Kellermann
2016-09-09
pcm/Convert: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-08
decoder/Internal: convert error from Error to std::exception_ptr
Max Kellermann
2016-09-08
decoder/Thread: throw InputStream::Open() errors
Max Kellermann
2016-09-08
decoder/Thread: throw StopDecoder on DecoderCommand::STOP
Max Kellermann
2016-09-08
decoder/Thread: std::throw_with_nested() to wrap caught exception
Max Kellermann
2016-09-08
decoder/Thread: call FlushChunk() using AtScopeExit()
Max Kellermann
2016-09-08
decoder/Internal: use C++11 initializers
Max Kellermann
2016-09-08
decoder/Thread: throw C++ exceptions on error
Max Kellermann
2016-09-08
decoder/Thread: catch C++ exceptions from the decoder plugin
Max Kellermann
2016-09-08
decoder/Control: convert error from Error to std::exception_ptr
Max Kellermann
2016-08-23
Merge tag 'v0.19.19'
Max Kellermann
2016-08-23
decoder/ffmpeg: no avcodec_parameters_to_context() with FFmpeg 3.0
Max Kellermann
2016-08-23
decoder/ffmpeg: call avcodec_parameters_to_context()
Max Kellermann
2016-08-15
Merge branch 'v0.19.x'
Max Kellermann
2016-08-15
decoder/wildmidi: support libWildMidi 0.4
Max Kellermann
2016-08-15
decoder/wildmidi: move code to wildmidi_output()
Max Kellermann
2016-08-05
Merge tag 'v0.19.18'
Max Kellermann
2016-08-05
decoder/Thread: delete the InputStream on error
Max Kellermann
2016-08-02
decoder/ffmpeg: fix the AVCodecParameters API check
Max Kellermann
2016-07-29
Merge branch 'v0.19.x'
Max Kellermann
2016-07-29
decoder/sidplay: allow building with libsidplayfp instead of libsidplay2
Max Kellermann
2016-07-29
decoder/ffmpeg: check avformat_open_input() return value
Max Kellermann
2016-07-29
decoder/ffmpeg: FfmpegOpenInput() returns Error
Max Kellermann
2016-07-29
decoder/ffmpeg: fix endless recursion in FfmpegScanStream()
Max Kellermann
2016-07-29
decoder/sidplay: read the "date" tag
Max Kellermann
2016-07-29
decoder/sidplay: add GetInfoString()
Max Kellermann
2016-07-29
decoder/sidplay: use SidTune::getStatus()
Max Kellermann
2016-07-29
decoder/sidplay: log detailed error message
Max Kellermann
2016-07-29
decoder/sidplay: remove unnecessary error check
Max Kellermann
2016-07-29
decoder/sidplay: use SidTune::getStatus()
Max Kellermann
2016-07-29
decoder/sidplay: pass SidTuneMod to get_song_length()
Max Kellermann
2016-07-29
decoder/sidplay: simplify the SidDatabase::length() call
Max Kellermann
2016-07-29
decoder/sidplay: include cleanup
Max Kellermann
2016-07-29
decoder/sidplay: use class SidDatabase
Max Kellermann
2016-07-29
decoder/sidplay: use config_param::GetBlockPath()
Max Kellermann
2016-07-29
decoder/sidplay: make "songlength_file" local
Max Kellermann
2016-07-29
decoder/sidplay: pass parsed path to get_song_length()
Max Kellermann
2016-07-29
decoder/sidplay: merge get_container_name() and get_song_num()
Max Kellermann
2016-07-29
decoder/ffmpeg: use avcodec_alloc_context3()
Max Kellermann
2016-07-29
decoder/ffmpeg: use avcodec_send_packet() and avcodec_receive_frame() on FFmp...
Max Kellermann
2016-07-29
decoder/ffmpeg: use AtScopeExit() for safe cleanup
Max Kellermann
2016-07-29
Merge branch 'v0.19.x'
Max Kellermann
2016-07-28
decoder/ffmpeg: merge avformat_close_input() calls
Max Kellermann
[next]