summaryrefslogtreecommitdiff
path: root/src/input_stream.c
AgeCommit message (Expand)Author
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-02input_lastfm: new input plugin for last.fm radioMax Kellermann
2009-03-02input: pass config_param to input_plugin.init()Max Kellermann
2009-03-02input_plugin: added methods init(), finish()Max Kellermann
2009-03-02input: moved plugins to ./src/input/Max Kellermann
2009-03-02input_stream: moved struct input_plugin to input_plugin.hMax Kellermann
2009-01-30input_stream: make seek(), buffer() optionalMax Kellermann
2009-01-30input_stream: let the implementation assign is->pluginMax Kellermann
2009-01-29added support for the MMS protocolMax Kellermann
2009-01-03input_stream: added tag() methodMax Kellermann
2008-12-27disable archive API without pluginsMax Kellermann
2008-12-16new archive api, input_archive streamViliam Mateicka
2008-11-16input_stream: size==-1 means unknown sizeMax Kellermann
2008-11-15decoder: check length==0 in decoder_read()Max Kellermann
2008-10-31input_stream: pass const url to input_stream_open()Max Kellermann
2008-10-28input_stream: convert offset and size to the off_t data typeMax Kellermann
2008-10-26input_stream: use g_free() in input_stream_close()Max Kellermann
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann
2008-10-26input_stream: input_stream_close() returns voidMax Kellermann
2008-10-26input_stream: added struct input_pluginMax Kellermann
2008-10-26input_stream: no CamelCaseMax Kellermann
2008-10-26input_file: removed global constructorMax Kellermann
2008-10-26input_stream: renamed sources, no CamelCaseMax Kellermann