aboutsummaryrefslogtreecommitdiffstats
path: root/src/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* input/mms: initialize the "eof" attributeMax Kellermann2010-05-181-0/+2
* input/mms: fix memory leak in error handlerMax Kellermann2010-05-181-0/+1
* input/curl: removed the built-in rewinding codeMax Kellermann2009-12-301-181/+10
* input/rewind: new input_stream wrapper to allow stream rewindingMax Kellermann2009-12-294-0/+309
* input/archive: close the archive file on errorMax Kellermann2009-12-151-0/+1
* input/file: don't fall back to parent directoryMax Kellermann2009-12-151-18/+3
* input/lastfm: fixed variable name in GLib<2.16 code pathMax Kellermann2009-11-101-1/+1
* input/curl: fixed endless loop during bufferingMax Kellermann2009-10-131-1/+1
* input/curl: don't abort if a packet has only metadataMax Kellermann2009-10-111-20/+22
* input/curl: moved code to fill_buffer()Max Kellermann2009-10-111-27/+40
* input/mms: fix G_LOG_DOMAIN valueSerge Ziryukin2009-09-201-1/+1
* input/file: log message on errorMathieu Rochette2009-05-281-0/+2
* input_curl: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-7/+7
* curl: moved proxy settings to "input" blockMax Kellermann2009-04-251-24/+26
* Add winsock2 headers for curl's use of select() on socketsSean McNamara2009-03-271-1/+7
* all: Update copyright header.Avuton Olrich2009-03-1310-51/+61
* decoder_plugin: added method container_scan()Jochen Keil2009-03-091-2/+17
* curl: reverse GLIB_CHECK_VERSION()Max Kellermann2009-03-061-1/+1
* input_lastfm: new input plugin for last.fm radioMax Kellermann2009-03-022-0/+252
* input: pass config_param to input_plugin.init()Max Kellermann2009-03-024-1/+5
* input_plugin: added methods init(), finish()Max Kellermann2009-03-022-7/+12
* input: moved plugins to ./src/input/Max Kellermann2009-03-028-0/+1388