summaryrefslogtreecommitdiff
path: root/src/decoder
AgeCommit message (Expand)Author
2016-10-25decoder/mad: use C++11 initializersMax Kellermann
2016-09-16decoder/ffmpeg: FfmpegOpenInput() throws exception on errorMax Kellermann
2016-09-16input/InputStream: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-16decoder/DecoderAPI: catch InputStream::Read() exceptionsMax Kellermann
2016-09-09input/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-09-09decoder/wavpack: wavpack_open_wvc() returns InputStreamPtrMax Kellermann
2016-09-09decoder/wavpack: use AtScopeExit() for exception-safetyMax Kellermann
2016-09-09pcm/Convert: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-08decoder/Internal: convert error from Error to std::exception_ptrMax Kellermann
2016-09-08decoder/Thread: throw InputStream::Open() errorsMax Kellermann
2016-09-08decoder/Thread: throw StopDecoder on DecoderCommand::STOPMax Kellermann
2016-09-08decoder/Thread: std::throw_with_nested() to wrap caught exceptionMax Kellermann
2016-09-08decoder/Thread: call FlushChunk() using AtScopeExit()Max Kellermann
2016-09-08decoder/Internal: use C++11 initializersMax Kellermann
2016-09-08decoder/Thread: throw C++ exceptions on errorMax Kellermann
2016-09-08decoder/Thread: catch C++ exceptions from the decoder pluginMax Kellermann
2016-09-08decoder/Control: convert error from Error to std::exception_ptrMax Kellermann
2016-08-23Merge tag 'v0.19.19'Max Kellermann
2016-08-23decoder/ffmpeg: no avcodec_parameters_to_context() with FFmpeg 3.0Max Kellermann
2016-08-23decoder/ffmpeg: call avcodec_parameters_to_context()Max Kellermann
2016-08-15Merge branch 'v0.19.x'Max Kellermann
2016-08-15decoder/wildmidi: support libWildMidi 0.4Max Kellermann
2016-08-15decoder/wildmidi: move code to wildmidi_output()Max Kellermann
2016-08-05Merge tag 'v0.19.18'Max Kellermann
2016-08-05decoder/Thread: delete the InputStream on errorMax Kellermann
2016-08-02decoder/ffmpeg: fix the AVCodecParameters API checkMax Kellermann
2016-07-29Merge branch 'v0.19.x'Max Kellermann
2016-07-29decoder/sidplay: allow building with libsidplayfp instead of libsidplay2Max Kellermann
2016-07-29decoder/ffmpeg: check avformat_open_input() return valueMax Kellermann
2016-07-29decoder/ffmpeg: FfmpegOpenInput() returns ErrorMax Kellermann
2016-07-29decoder/ffmpeg: fix endless recursion in FfmpegScanStream()Max Kellermann
2016-07-29decoder/sidplay: read the "date" tagMax Kellermann
2016-07-29decoder/sidplay: add GetInfoString()Max Kellermann
2016-07-29decoder/sidplay: use SidTune::getStatus()Max Kellermann
2016-07-29decoder/sidplay: log detailed error messageMax Kellermann
2016-07-29decoder/sidplay: remove unnecessary error checkMax Kellermann
2016-07-29decoder/sidplay: use SidTune::getStatus()Max Kellermann
2016-07-29decoder/sidplay: pass SidTuneMod to get_song_length()Max Kellermann
2016-07-29decoder/sidplay: simplify the SidDatabase::length() callMax Kellermann
2016-07-29decoder/sidplay: include cleanupMax Kellermann
2016-07-29decoder/sidplay: use class SidDatabaseMax Kellermann
2016-07-29decoder/sidplay: use config_param::GetBlockPath()Max Kellermann
2016-07-29decoder/sidplay: make "songlength_file" localMax Kellermann
2016-07-29decoder/sidplay: pass parsed path to get_song_length()Max Kellermann
2016-07-29decoder/sidplay: merge get_container_name() and get_song_num()Max Kellermann
2016-07-29decoder/ffmpeg: use avcodec_alloc_context3()Max Kellermann
2016-07-29decoder/ffmpeg: use avcodec_send_packet() and avcodec_receive_frame() on FFmp...Max Kellermann
2016-07-29decoder/ffmpeg: use AtScopeExit() for safe cleanupMax Kellermann
2016-07-29Merge branch 'v0.19.x'Max Kellermann
2016-07-28decoder/ffmpeg: merge avformat_close_input() callsMax Kellermann