aboutsummaryrefslogtreecommitdiffstats
path: root/src/input (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-08input/rewind: fix assertion failureMax Kellermann1-1/+1
2010-11-05input/rewind: remove redundant NULL check before g_free() callMax Kellermann1-2/+1
2010-11-05input/rewind: add two assertionsMax Kellermann1-0/+3
2010-11-05input/rewind: fix double free bugMax Kellermann1-0/+1
2010-09-28input/rewind: enable for MMSThomas Jansen1-2/+10
2010-09-23rewind_input_plugin: Update MIME not only onceThomas Jansen1-3/+4
2010-09-07input/curl: fix version check for curl_multi_timeout()Max Kellermann1-1/+1
2010-07-20input/curl: remove assertion after curl_multi_fdset()Max Kellermann1-2/+0
2010-07-20input/curl: query timeout from CURLMax Kellermann1-1/+18
2010-05-18input/mms: initialize the "eof" attributeMax Kellermann1-0/+2
2010-05-18input/mms: fix memory leak in error handlerMax Kellermann1-0/+1
2009-12-30input/curl: removed the built-in rewinding codeMax Kellermann1-181/+10
2009-12-29input/rewind: new input_stream wrapper to allow stream rewindingMax Kellermann4-0/+309
2009-12-15input/archive: close the archive file on errorMax Kellermann1-0/+1
2009-12-15input/file: don't fall back to parent directoryMax Kellermann1-18/+3
2009-11-10input/lastfm: fixed variable name in GLib<2.16 code pathMax Kellermann1-1/+1
2009-10-13input/curl: fixed endless loop during bufferingMax Kellermann1-1/+1
2009-10-11input/curl: don't abort if a packet has only metadataMax Kellermann1-20/+22
2009-10-11input/curl: moved code to fill_buffer()Max Kellermann1-27/+40
2009-09-20input/mms: fix G_LOG_DOMAIN valueSerge Ziryukin1-1/+1
2009-05-28input/file: log message on errorMathieu Rochette1-0/+2
2009-04-28input_curl: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann1-7/+7
2009-04-25curl: moved proxy settings to "input" blockMax Kellermann1-24/+26
2009-03-27Add winsock2 headers for curl's use of select() on socketsSean McNamara1-1/+7
2009-03-13all: Update copyright header.Avuton Olrich10-51/+61
2009-03-09decoder_plugin: added method container_scan()Jochen Keil1-2/+17
2009-03-06curl: reverse GLIB_CHECK_VERSION()Max Kellermann1-1/+1
2009-03-02input_lastfm: new input plugin for last.fm radioMax Kellermann2-0/+252
2009-03-02input: pass config_param to input_plugin.init()Max Kellermann4-1/+5
2009-03-02input_plugin: added methods init(), finish()Max Kellermann2-7/+12
2009-03-02input: moved plugins to ./src/input/Max Kellermann8-0/+1388