aboutsummaryrefslogtreecommitdiff
path: root/src/input_stream.c
Commit message (Expand)AuthorAge
* Merge branch 'v0.16.x'Max Kellermann2012-06-12
|\
| * input_registry: add _for_each() macrosMax Kellermann2012-06-12
* | input_stream: non-blocking I/OMax Kellermann2011-09-16
* | input_plugin: add method check()Max Kellermann2011-09-16
* | input/file: return NULL instead of "false"Max Kellermann2011-09-15
* | input_plugin: add method update()Max Kellermann2011-09-14
* | copyright year 2011Max Kellermann2011-01-29
|/
* input_stream: added function input_stream_deinit()Max Kellermann2010-01-18
* input_stream: return allocated input_stream objectsMax Kellermann2010-01-01
* Update copyright notices.Avuton Olrich2009-12-31
* Merge vorbis+icy fixes from branch 'v0.15.x'Max Kellermann2009-12-30
|\
| * input/rewind: new input_stream wrapper to allow stream rewindingMax Kellermann2009-12-29
* | input_stream: return errors with GErrorMax Kellermann2009-12-15
* | input_stream: moved input_stream_global_init() to input_init.cMax Kellermann2009-12-14
* | input_stream: moved plugin list to input_registry.cMax Kellermann2009-12-14
* | input_stream: make input_plugins NULL terminatedMax Kellermann2009-12-14
* | include config.h in all sourcesMax Kellermann2009-11-12
* | input/lastfm: removed obsolete last.fm input pluginMax Kellermann2009-10-13
* | input_stream: use "goffset" instead of "off_t"Max Kellermann2009-10-11
* | configure.ac: rename HAVE_CURL to ENABLE_CURLMax Kellermann2009-09-24
|/
* all: Update copyright header.Avuton Olrich2009-03-13
* input_lastfm: new input plugin for last.fm radioMax Kellermann2009-03-02
* input: pass config_param to input_plugin.init()Max Kellermann2009-03-02
* input_plugin: added methods init(), finish()Max Kellermann2009-03-02
* input: moved plugins to ./src/input/Max Kellermann2009-03-02
* input_stream: moved struct input_plugin to input_plugin.hMax Kellermann2009-03-02
* input_stream: make seek(), buffer() optionalMax Kellermann2009-01-30
* input_stream: let the implementation assign is->pluginMax Kellermann2009-01-30
* added support for the MMS protocolMax Kellermann2009-01-29
* input_stream: added tag() methodMax Kellermann2009-01-03
* disable archive API without pluginsMax Kellermann2008-12-27
* new archive api, input_archive streamViliam Mateicka2008-12-16
* input_stream: size==-1 means unknown sizeMax Kellermann2008-11-16
* decoder: check length==0 in decoder_read()Max Kellermann2008-11-15
* input_stream: pass const url to input_stream_open()Max Kellermann2008-10-31
* input_stream: convert offset and size to the off_t data typeMax Kellermann2008-10-28
* input_stream: use g_free() in input_stream_close()Max Kellermann2008-10-26
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-26
* input_stream: input_stream_close() returns voidMax Kellermann2008-10-26
* input_stream: added struct input_pluginMax Kellermann2008-10-26
* input_stream: no CamelCaseMax Kellermann2008-10-26
* input_file: removed global constructorMax Kellermann2008-10-26
* input_stream: renamed sources, no CamelCaseMax Kellermann2008-10-26