aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/MikmodDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-4/+4
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann1-1/+2
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann1-6/+7
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-1/+1
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-1/+1
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-1/+1
2013-10-19decoder/mikmod: use const_cast instead of g_strdup()Max Kellermann1-8/+8
2013-10-18decoder/mikmod: Add loop configuration parameterSebastian Thorarensen1-2/+3
2013-10-02Log: new logging library APIMax Kellermann1-6/+10
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-2/+3
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann1-3/+3
2013-08-04DecoderPlugin: pass config_param referenceMax Kellermann1-4/+3
2013-08-03audio_format: convert to C++Max Kellermann1-4/+3
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-07-28decoder/mikmod: convert to C++Max Kellermann1-18/+23
2012-02-11decoder/{mikmod,fluidsynth,mp4ff}: adapt to tag_handler APIMax Kellermann1-10/+9
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-25eliminate g_error() usageThomas Jansen1-2/+3
2010-05-31decoder/mikmod: fix memory leakMax Kellermann1-2/+4
2010-05-31decoder/mikmod: duplicate the path only onceMax Kellermann1-2/+2
2010-05-31decoder/mikdmod: moved local variable declarations in tag_dup()Max Kellermann1-12/+8
2010-01-04renamed decoder plugin sourcesMax Kellermann1-0/+0
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-2/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-5/+0
2009-12-14decoder/mikmod: fixed gcc uninitialized warningMax Kellermann1-2/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-1/+1
2009-11-14decoder/mikmod: count frame positionMax Kellermann1-8/+6
2009-11-14decoder/mikmod: sample rate is configurableMax Kellermann1-3/+12
2009-11-14decoder/mikmod: set drv_name and drv_version from PACKAGE/VERSIONMax Kellermann1-3/+3
2009-11-14decoder/mikmod: no CamelCaseMax Kellermann1-28/+34
2009-11-14decoder/mikmod: removed the struct mod_DataMax Kellermann1-14/+9
2009-11-14decoder/mikmod: merged open()/close() into decode()Max Kellermann1-31/+12
2009-11-14decoder/mikmod: static mod_Data objectMax Kellermann1-11/+9
2009-11-14decoder: use audio_format_init_checked()Max Kellermann1-0/+2
2009-11-12include config.h in all sourcesMax Kellermann1-1/+2
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-1/+1
2009-07-19Add audio_format_init() functionDavid Woodhouse1-3/+1
2009-03-13all: Update copyright header.Avuton Olrich1-7/+8
2009-02-17decoders: added and fixed GLib log domainsMax Kellermann1-1/+4
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann1-1/+2
2009-01-30mikmod: call MikMod_Exit() only in the finish() methodMatthias Drochner1-6/+0
2009-01-25use g_free() instead of free()Max Kellermann1-1/+1
2009-01-24renamed the "mod" decoder plugin to "mikmod"Max Kellermann1-2/+2
2008-12-28mikmod: use Glib instead of utils.h/log.hMax Kellermann1-9/+6