aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mikmod_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed decoder plugin sourcesMax Kellermann2010-01-041-237/+0
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-041-2/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* decoder_api: added function decoder_timestamp()Max Kellermann2009-12-261-5/+0
* decoder/mikmod: fixed gcc uninitialized warningMax Kellermann2009-12-141-2/+1
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-1/+1
* decoder/mikmod: count frame positionMax Kellermann2009-11-141-8/+6
* decoder/mikmod: sample rate is configurableMax Kellermann2009-11-141-3/+12
* decoder/mikmod: set drv_name and drv_version from PACKAGE/VERSIONMax Kellermann2009-11-141-3/+3
* decoder/mikmod: no CamelCaseMax Kellermann2009-11-141-28/+34
* decoder/mikmod: removed the struct mod_DataMax Kellermann2009-11-141-14/+9
* decoder/mikmod: merged open()/close() into decode()Max Kellermann2009-11-141-31/+12
* decoder/mikmod: static mod_Data objectMax Kellermann2009-11-141-11/+9
* decoder: use audio_format_init_checked()Max Kellermann2009-11-141-0/+2
* include config.h in all sourcesMax Kellermann2009-11-121-1/+2
* tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-1/+1
* Add audio_format_init() functionDavid Woodhouse2009-07-191-3/+1
* all: Update copyright header.Avuton Olrich2009-03-131-7/+8
* decoders: added and fixed GLib log domainsMax Kellermann2009-02-171-1/+4
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-151-1/+2
* mikmod: call MikMod_Exit() only in the finish() methodMatthias Drochner2009-01-301-6/+0
* use g_free() instead of free()Max Kellermann2009-01-251-1/+1
* renamed the "mod" decoder plugin to "mikmod"Max Kellermann2009-01-241-0/+257