summaryrefslogtreecommitdiff
path: root/src/input_stream.c
AgeCommit message (Expand)Author
2012-06-12Merge branch 'v0.16.x'Max Kellermann
2012-06-12input_registry: add _for_each() macrosMax Kellermann
2011-09-16input_stream: non-blocking I/OMax Kellermann
2011-09-16input_plugin: add method check()Max Kellermann
2011-09-15input/file: return NULL instead of "false"Max Kellermann
2011-09-14input_plugin: add method update()Max Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-01-18input_stream: added function input_stream_deinit()Max Kellermann
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-12-30Merge vorbis+icy fixes from branch 'v0.15.x'Max Kellermann
2009-12-29input/rewind: new input_stream wrapper to allow stream rewindingMax Kellermann
2009-12-15input_stream: return errors with GErrorMax Kellermann
2009-12-14input_stream: moved input_stream_global_init() to input_init.cMax Kellermann
2009-12-14input_stream: moved plugin list to input_registry.cMax Kellermann
2009-12-14input_stream: make input_plugins NULL terminatedMax Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
2009-10-13input/lastfm: removed obsolete last.fm input pluginMax Kellermann
2009-10-11input_stream: use "goffset" instead of "off_t"Max Kellermann
2009-09-24configure.ac: rename HAVE_CURL to ENABLE_CURLMax Kellermann
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