summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/WildmidiDecoderPlugin.cxx
AgeCommit message (Expand)Author
2018-07-07decoder/wildmidi: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-07decoder/wildmidi: convert WILDMIDI_SAMPLE_RATE to AudioFormatMax Kellermann
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2018-01-21decoder/Plugin: add "noexcept"Max Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-24decoder/{mikmod,modplug}: throw exception instead of calling FatalError()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-11-10CheckAudioFormat: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-28config/Block: GetPath() throws exception on errorMax Kellermann
2016-10-28config/Block: rename GetBlockPath() to GetPath()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-02-26update copyright year to 2016Max Kellermann
2016-02-23tag/TagHandler: pass by referenceMax Kellermann
2016-02-22tag/handler: use CamelCaseMax Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-29TagHandler: pass SongTime to duration()Max Kellermann
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann
2014-08-26decoder/wildmidi: use integer seek timesMax Kellermann
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann