summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/WildmidiDecoderPlugin.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-05-27Merge branch 'v0.21.x'Max Kellermann
2020-05-27decoder/wildmidi: assume WildMidi is built as static library on WindowsMax Kellermann
2020-05-27decoder/wildmidi: use NarrowPath, fixing the Windows buildMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-27Merge branch 'v0.21.x'Max Kellermann
2019-06-26decoder/wildmidi: add fallbacks for libwildmidi<0.4Max Kellermann
2019-06-26decoder/wildmidi: remove unused variable wildmidi_domainMax Kellermann
2019-06-26decoder/wildmidi: throw PluginUnavailable on WildMidi_Init() errorMax Kellermann
2019-06-26decoder/wildmidi: throw PluginUnavailable if config file does not existMax Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-06-15decoder/Plugin: simplify compile-time initializationMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
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