aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/mikmod_plugin.c
Commit message (Expand)AuthorAge
* renamed decoder plugin sourcesMax Kellermann2010-01-04
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-04
* Update copyright notices.Avuton Olrich2009-12-31
* decoder_api: added function decoder_timestamp()Max Kellermann2009-12-26
* decoder/mikmod: fixed gcc uninitialized warningMax Kellermann2009-12-14
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
* decoder/mikmod: count frame positionMax Kellermann2009-11-14
* decoder/mikmod: sample rate is configurableMax Kellermann2009-11-14
* decoder/mikmod: set drv_name and drv_version from PACKAGE/VERSIONMax Kellermann2009-11-14
* decoder/mikmod: no CamelCaseMax Kellermann2009-11-14
* decoder/mikmod: removed the struct mod_DataMax Kellermann2009-11-14
* decoder/mikmod: merged open()/close() into decode()Max Kellermann2009-11-14
* decoder/mikmod: static mod_Data objectMax Kellermann2009-11-14
* decoder: use audio_format_init_checked()Max Kellermann2009-11-14
* include config.h in all sourcesMax Kellermann2009-11-12
* tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-13
* Add audio_format_init() functionDavid Woodhouse2009-07-19
* all: Update copyright header.Avuton Olrich2009-03-13
* decoders: added and fixed GLib log domainsMax Kellermann2009-02-17
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-15
* mikmod: call MikMod_Exit() only in the finish() methodMatthias Drochner2009-01-30
* use g_free() instead of free()Max Kellermann2009-01-25
* renamed the "mod" decoder plugin to "mikmod"Max Kellermann2009-01-24