summaryrefslogtreecommitdiff
path: root/src/decoder/mod_plugin.c
AgeCommit message (Expand)Author
2009-01-24renamed the "mod" decoder plugin to "mikmod"Max Kellermann
2008-12-28mikmod: use Glib instead of utils.h/log.hMax Kellermann
2008-12-28mikmod: convert mod_Data.audio_buffer to a static arrayMax Kellermann
2008-11-11decoder: return void from decode() methodsMax Kellermann
2008-11-04decoder: removed stream_typesMax Kellermann
2008-11-03mod: removed boolean globals for lazy initMax Kellermann
2008-11-03mod: always initialize libmikmodMax Kellermann
2008-11-02aac, mod: moved decoder command check into loop conditionMax Kellermann
2008-11-02aac, mod: don't check for SEEK commandMax Kellermann
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann
2008-10-31decoder_api: pass constant path pointersMax Kellermann
2008-10-30decoder: use bool for return values and flagsMax Kellermann
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann