aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_plugin.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-09decoder_plugin: added method container_scan()Jochen Keil1-0/+23
[mk: fixed whitespace errors; use delete_song() instead of songvec_delete()]
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann1-3/+7
Preparing for per-plugin configuration sections in mpd.conf.
2009-02-15decoder_plugin: added inline wrapper functionsMax Kellermann1-0/+55
Increase code readability, always use the wrapper functions instead of calling the plugin method pointers directly.
2009-02-15decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann1-0/+80
The decoder_plugin struct is used by both the MPD core and the decoder plugin implementations. Move it to a shared header file, to minimize header dependencies.