aboutsummaryrefslogtreecommitdiff
path: root/src/input_plugin.h
Commit message (Collapse)AuthorAge
* input: pass config_param to input_plugin.init()Max Kellermann2009-03-02
| | | | | Allow input plugins to configure with an "input" block in mpd.conf. Also allow the user to disable a plugin completely.
* input_plugin: added methods init(), finish()Max Kellermann2009-03-02
| | | | | | Instead of hard-coding the plugin global initialization in input_stream_global_init(), make it walk the plugin list and initialize all plugins.
* input_stream: moved struct input_plugin to input_plugin.hMax Kellermann2009-03-02
| | | | Start to separate private from public input_stream API.
* start to implement inputPlugin interfaceWarren Dukes2004-05-30
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1242 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* include proper headers for input_pluginWarren Dukes2004-05-30
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1241 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* input plugin header stuffWarren Dukes2004-05-30
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1234 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* input plugin shemeWarren Dukes2004-05-30
git-svn-id: https://svn.musicpd.org/mpd/trunk@1233 09075e82-0dd4-0310-85a5-a0d7c8717e4f