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
/
src
/
decoder
/
plugins
/
WildmidiDecoderPlugin.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-05-27
Merge branch 'v0.21.x'
Max Kellermann
2020-05-27
decoder/wildmidi: assume WildMidi is built as static library on Windows
Max Kellermann
2020-05-27
decoder/wildmidi: use NarrowPath, fixing the Windows build
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-27
Merge branch 'v0.21.x'
Max Kellermann
2019-06-26
decoder/wildmidi: add fallbacks for libwildmidi<0.4
Max Kellermann
2019-06-26
decoder/wildmidi: remove unused variable wildmidi_domain
Max Kellermann
2019-06-26
decoder/wildmidi: throw PluginUnavailable on WildMidi_Init() error
Max Kellermann
2019-06-26
decoder/wildmidi: throw PluginUnavailable if config file does not exist
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-06-15
decoder/Plugin: simplify compile-time initialization
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-07-07
decoder/wildmidi: call TagHandler::OnAudioFormat()
Max Kellermann
2018-07-07
decoder/wildmidi: convert WILDMIDI_SAMPLE_RATE to AudioFormat
Max Kellermann
2018-07-05
tag/Handler: convert to class with virtual methods
Max Kellermann
2018-01-21
decoder/Plugin: add "noexcept"
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-24
decoder/{mikmod,modplug}: throw exception instead of calling FatalError()
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-11-10
CheckAudioFormat: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-28
config/Block: GetPath() throws exception on error
Max Kellermann
2016-10-28
config/Block: rename GetBlockPath() to GetPath()
Max Kellermann
2016-08-15
Merge branch 'v0.19.x'
Max Kellermann
2016-08-15
decoder/wildmidi: support libWildMidi 0.4
Max Kellermann
2016-08-15
decoder/wildmidi: move code to wildmidi_output()
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-23
tag/TagHandler: pass by reference
Max Kellermann
2016-02-22
tag/handler: use CamelCase
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-29
TagHandler: pass SongTime to duration()
Max Kellermann
2014-08-29
DecoderAPI: pass SignedSongTime to decoder_initialized()
Max Kellermann
2014-08-26
decoder/wildmidi: use integer seek times
Max Kellermann
2014-02-07
DecoderPlugin: pass Path instance to file_decode() and scan_file()
Max Kellermann
2014-01-24
decoder/*: move to decoder/plugins/
Max Kellermann