index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decoder
/
mod_plugin.c
Age
Commit message (
Expand
)
Author
2009-01-24
renamed the "mod" decoder plugin to "mikmod"
Max Kellermann
2008-12-28
mikmod: use Glib instead of utils.h/log.h
Max Kellermann
2008-12-28
mikmod: convert mod_Data.audio_buffer to a static array
Max Kellermann
2008-11-11
decoder: return void from decode() methods
Max Kellermann
2008-11-04
decoder: removed stream_types
Max Kellermann
2008-11-03
mod: removed boolean globals for lazy init
Max Kellermann
2008-11-03
mod: always initialize libmikmod
Max Kellermann
2008-11-02
aac, mod: moved decoder command check into loop condition
Max Kellermann
2008-11-02
aac, mod: don't check for SEEK command
Max Kellermann
2008-11-02
decoder_api: pass "seekable" flag to decoder_initialized()
Max Kellermann
2008-11-01
decoder: make the suffixes and mime_types arrays really const
Max Kellermann
2008-11-01
decoder: make all decoder_plugin structs const
Max Kellermann
2008-10-31
decoder_api: pass constant path pointers
Max Kellermann
2008-10-30
decoder: use bool for return values and flags
Max Kellermann
2008-10-29
decoder: automatically flush the output buffer after decoder exits
Max Kellermann
2008-10-26
renamed src/inputPlugins/ to src/decoder/
Max Kellermann