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
/
DecoderAPI.cxx
Age
Commit message (
Expand
)
Author
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-21
decoder/Client: add virtual method Read()
Max Kellermann
2016-11-21
decoder/API: move DecoderBridge methods to Bridge.cxx
Max Kellermann
2016-11-21
decoder/API: simplify the client==nullptr code path in decoder_read()
Max Kellermann
2016-11-21
decoder/API: move part of decoder_check_cancel_read() into class DecoderBridge
Max Kellermann
2016-11-21
decoder/API: move functions into class DecoderBridge
Max Kellermann
2016-11-21
decoder/Internal: rename struct Decoder to class DecoderBridge
Max Kellermann
2016-11-18
decoder/Client: add OpenUri(), replacing decoder_open_uri()
Max Kellermann
2016-11-18
decoder/Client: add Submit methods
Max Kellermann
2016-11-18
decoder/Client: add DecoderCommand/seek virtual methods
Max Kellermann
2016-11-18
decoder/Client: add virtual method Ready()
Max Kellermann
2016-11-18
decoder/Client: new interface which wraps struct Decoder
Max Kellermann
2016-11-18
decoder/Internal: rename "chunk" to "current_chunk"
Max Kellermann
2016-11-17
decoder/API: copy exceptions to Decoder::error
Max Kellermann
2016-11-17
decoder/API: check for errors in decoder_read()
Max Kellermann
2016-11-17
decoder/API: decoder_open_uri() can throw StopDecoder
Max Kellermann
2016-11-17
decoder/API: lock decoder in decoder_get_command()
Max Kellermann
2016-11-09
decoder/DecoderAPI: include cleanup
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
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-07-09
Merge tag 'v0.19.17'
Max Kellermann
2016-07-06
decoder/API: check initial_seek_running in _check_cancel_read()
Max Kellermann
2016-05-02
decoder/api: use class ScopeLock
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-21
input: wrap InputStream in std::unique_ptr
Max Kellermann
2015-12-31
decoder/API: use ScopeLock
Max Kellermann
2015-06-21
Merge tag 'v0.19.10'
Max Kellermann
2015-06-21
DecoderAPI: discard unused song tag early
Max Kellermann
2015-06-20
DecoderAPI: "move" the Tag object
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-09-11
Merge tag 'v0.18.14'
Max Kellermann
2014-08-31
DecoderAPI: use std::min()
Max Kellermann
2014-08-31
MusicChunk: remove special case for num_frames==0
Max Kellermann
2014-08-29
DecoderAPI: pass SignedSongTime to decoder_initialized()
Max Kellermann
2014-08-29
MusicChunk: use SignedSongTime for the time stamp
Max Kellermann
2014-08-29
DecoderControl: use SignedSongTime for the song duration
Max Kellermann
2014-08-28
DecoderControl: use std::chrono::duration for start_ms and end_ms
Max Kellermann
2014-08-28
DetachedSong: use std::chrono::duration for start_ms and end_ms
Max Kellermann
2014-08-27
DecoderControl: use std::chrono::duration for Seek()
Max Kellermann
2014-08-26
DecoderAPI: use std::chrono::duration for decoder_seek*()
Max Kellermann
2014-08-26
DecoderAPI: add decoder_seek_where_frame()
Max Kellermann
2014-08-26
DecoderAPI: add decoder_seek_where_ms()
Max Kellermann
2014-08-12
PcmConvert: Convert() returns ConstBuffer
Max Kellermann
2014-08-12
MusicChunk: rename struct to MusicChunk
Max Kellermann
2014-05-22
DecoderAPI: add function decoder_open_uri()
Max Kellermann
2014-01-24
Input*: move to input/
Max Kellermann
[next]