summaryrefslogtreecommitdiff
path: root/test/run_decoder.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-09-21decoder/plugin: add method protocols()Max Kellermann
2020-04-02Merge tag 'v0.21.22'Max Kellermann
2020-04-02test/*: fix Windows build using class FromNarrowPathMax Kellermann
2020-03-12replace assert.h with cassertRosen Penev
2020-02-04test/run_decoder: add option --seekMax Kellermann
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-07-12test/run_decoder: catch StopDecoderMax Kellermann
2019-02-05decoder/List: add RAII classMax Kellermann
2019-02-05input/Init: add RAII classMax Kellermann
2019-02-05test/ConfigGlue: merge duplicate code from various debug programsMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-19test/run_decoder: allocate ConfigData in class GlobalInitMax Kellermann
2018-07-17input/Init: use struct ConfigDataMax Kellermann
2018-07-17decoder/List: use struct ConfigDataMax Kellermann
2018-07-17test/*: catch and print all exceptionsMax Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-06-22input/Stream: remove attribute "cond", replace with handler interfaceMax Kellermann
2018-02-17test/DumpDecoderClient: convert to classMax Kellermann
2018-02-17test/FakeDecoderAPI: rename to DumpDecoderClientMax Kellermann
2018-02-13test/run_decoder: add command-line option to read mpd.confMax Kellermann
2018-02-13test/run_decder: RAII-style global initializationMax Kellermann
2017-02-10test/*: use class EventThread instead of ScopeIOThreadMax Kellermann
2017-01-26input/Plugin: pass EventLoop& to init()Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-18decoder/Client: new interface which wraps struct DecoderMax Kellermann
2016-09-09input/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-09-09input/Plugin: migrate init() from class Error to C++ exceptionsMax Kellermann
2016-07-11test/run_decoder: catch and print C++ exceptionsMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-21input: wrap InputStream in std::unique_ptrMax Kellermann
2015-08-15test/stdbin.h: remove obsolete headerMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-05configure.ac: require GLib 2.32 (if enabled)Max Kellermann
2014-10-07test/run_input, ...: add struct ScopeIOThreadMax Kellermann
2014-05-22DecoderAPI: add function decoder_open_uri()Max Kellermann
2014-05-22test/run_decoder: merge code into FakeDecoderAPI.cxxMax Kellermann
2014-05-22test/run_decoder: auto-initialize struct DecoderMax Kellermann
2014-05-22test/run_decoder: move the "uri" attribute out of struct DecoderMax Kellermann
2014-05-22test/run_decoder: move the DecoderPlugin pointer out of struct DecoderMax Kellermann
2014-05-11InputStream: add virtual destructorMax Kellermann
2014-03-16test/run_decoder: use InputStream::OpenReady() instead of InputStream::Open()Max Kellermann
2014-03-16test/{run_decoder,dump_playlist}: fix accidental search/replace hiccupsMax Kellermann
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max 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-15test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann