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
/
test
/
FakeDecoderAPI.cxx
Age
Commit message (
Expand
)
Author
2018-02-17
test/FakeDecoderAPI: rename to DumpDecoderClient
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-01-17
AudioFormat: replace struct audio_format_string with class StringBuffer, retu...
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-24
ReplayGainInfo: don't use array in struct ReplayGainInfo
Max Kellermann
2016-11-24
test/FakeDecoderAPI: move code to DumpReplayGainTuple()
Max Kellermann
2016-11-21
decoder/Client: add virtual method Read()
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-09-16
input/InputStream: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-09
input/Plugin: migrate open() from class Error to C++ exceptions
Max Kellermann
2016-07-04
test/*: add missing includes for fprintf()
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-01-01
Copyright year 2015
Max Kellermann
2014-12-26
test/FakeDecoderAPI: dump tags
Max Kellermann
2014-11-10
test/FakeDecoderAPI: dump bit rate
Max Kellermann
2014-08-29
DecoderAPI: pass SignedSongTime to decoder_initialized()
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-07-11
test/FakeDecoderAPI: dump MixRamp data
Max Kellermann
2014-05-22
DecoderAPI: add function decoder_open_uri()
Max Kellermann
2014-05-22
test/run_decoder: merge code into FakeDecoderAPI.cxx
Max Kellermann
2014-02-18
test: various fixups for building without GLib
Max Kellermann
2014-01-24
Input*: move to input/
Max Kellermann
2014-01-24
decoder/*: move to decoder/plugins/
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-12-24
test/*: use fprintf(stderr,...) and Log() instead of g_printerr()
Max Kellermann
2013-12-14
DecoderAPI: add function decoder_read_full()
Max Kellermann
2013-12-14
DecoderAPI: add function decoder_skip()
Max Kellermann
2013-12-14
test: merge duplicate code to FakeDecoderAPI.cxx
Max Kellermann