aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mikmod_decoder_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-12-28mikmod: convert mod_Data.audio_buffer to a static arrayMax Kellermann1-3/+1
2008-11-11decoder: return void from decode() methodsMax Kellermann1-4/+2
2008-11-04decoder: removed stream_typesMax Kellermann1-1/+0
2008-11-03mod: removed boolean globals for lazy initMax Kellermann1-15/+4
2008-11-03mod: always initialize libmikmodMax Kellermann1-8/+1
2008-11-02aac, mod: moved decoder command check into loop conditionMax Kellermann1-10/+5
2008-11-02aac, mod: don't check for SEEK commandMax Kellermann1-4/+0
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-2/+2
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann1-1/+2
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann1-1/+1
2008-10-31decoder_api: pass constant path pointersMax Kellermann1-6/+20
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-15/+16
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann1-2/+0
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann1-0/+0
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann1-9/+0
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-2/+2
2008-09-29use C99 struct initializersMax Kellermann1-10/+6
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-1/+1
2008-09-07fix -Wcast-qual -Wwrite-strings warningsMax Kellermann1-4/+13
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann1-2/+2
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-2/+2
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann1-2/+2