summaryrefslogtreecommitdiff
path: root/test/FakeDecoderAPI.cxx
AgeCommit message (Expand)Author
2018-02-17test/FakeDecoderAPI: rename to DumpDecoderClientMax Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-01-17AudioFormat: replace struct audio_format_string with class StringBuffer, retu...Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-24ReplayGainInfo: don't use array in struct ReplayGainInfoMax Kellermann
2016-11-24test/FakeDecoderAPI: move code to DumpReplayGainTuple()Max Kellermann
2016-11-21decoder/Client: add virtual method Read()Max Kellermann
2016-11-18decoder/Client: add OpenUri(), replacing decoder_open_uri()Max Kellermann
2016-11-18decoder/Client: add Submit methodsMax Kellermann
2016-11-18decoder/Client: add DecoderCommand/seek virtual methodsMax Kellermann
2016-11-18decoder/Client: add virtual method Ready()Max Kellermann
2016-11-18decoder/Client: new interface which wraps struct DecoderMax Kellermann
2016-09-16input/InputStream: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-09input/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-07-04test/*: add missing includes for fprintf()Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-21input: wrap InputStream in std::unique_ptrMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-26test/FakeDecoderAPI: dump tagsMax Kellermann
2014-11-10test/FakeDecoderAPI: dump bit rateMax Kellermann
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann
2014-08-26DecoderAPI: use std::chrono::duration for decoder_seek*()Max Kellermann
2014-08-26DecoderAPI: add decoder_seek_where_frame()Max Kellermann
2014-08-26DecoderAPI: add decoder_seek_where_ms()Max Kellermann
2014-07-11test/FakeDecoderAPI: dump MixRamp dataMax Kellermann
2014-05-22DecoderAPI: add function decoder_open_uri()Max Kellermann
2014-05-22test/run_decoder: merge code into FakeDecoderAPI.cxxMax Kellermann
2014-02-18test: various fixups for building without GLibMax Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-24test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann
2013-12-14DecoderAPI: add function decoder_read_full()Max Kellermann
2013-12-14DecoderAPI: add function decoder_skip()Max Kellermann
2013-12-14test: merge duplicate code to FakeDecoderAPI.cxxMax Kellermann