aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/MikmodDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder: rename the struct to "Decoder"Max Kellermann2013-10-211-1/+1
|
* decoder_plugin: rename struct to DecoderPluginMax Kellermann2013-10-211-1/+1
|
* decoder/mikmod: use const_cast instead of g_strdup()Max Kellermann2013-10-191-8/+8
|
* decoder/mikmod: Add loop configuration parameterSebastian Thorarensen2013-10-181-2/+3
| | | | | | | This patch allows the user to configure the mikmod decoder plugin to loop modules. It adds a configuration parameter to the mikmod decoder called "loop" which can be "no" (the old behaviour, default) or "yes" to allow modules to use backward loops.
* Log: new logging library APIMax Kellermann2013-10-021-6/+10
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-271-2/+3
|
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-3/+3
| | | | Migrate the remaining callers to FatalError().
* Merge tag 'release-0.17.5'Max Kellermann2013-08-041-0/+4
|
* DecoderPlugin: pass config_param referenceMax Kellermann2013-08-041-4/+3
|
* audio_format: convert to C++Max Kellermann2013-08-031-4/+3
|
* tag_handler: convert to C++Max Kellermann2013-07-291-1/+1
|
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
|
* decoder/mikmod: convert to C++Max Kellermann2013-07-281-0/+240