aboutsummaryrefslogtreecommitdiffstats
path: root/src/input (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-10fd_util: removed creat_cloexec()Max Kellermann1-1/+1
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-1/+2
2009-10-20mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann1-1/+1
2009-10-13input/lastfm: removed obsolete last.fm input pluginMax Kellermann2-494/+0
2009-10-13input/curl: fixed endless loop during bufferingMax Kellermann1-1/+1
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2-6/+6
2009-10-13configure.ac: require GLib 2.16Max Kellermann2-18/+0
2009-10-11input_stream: use "goffset" instead of "off_t"Max Kellermann4-12/+13
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-07-28input/lastfm: Ensure multiple identical xml entities are decoded.Courtney Cavin1-6/+5
2009-07-28input/lastfm: use metadataCourtney Cavin1-43/+297
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