summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2013-01-15input/Curl: break loop when remaining length becomes 0Max Kellermann
2013-01-15input/Curl: move code to class MultiSocketMonitorMax Kellermann
2013-01-15input/Curl: simpler GPollFD initialisationMax Kellermann
2013-01-15input/Curl: don't remove/add modified GPollFDMax Kellermann
2013-01-14Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann
2013-01-10input/curl: use std::list instead of GQueueMax Kellermann
2013-01-10icy_metadata: convert to C++Max Kellermann
2013-01-10input/Curl: add constructor to input_curl classMax Kellermann
2013-01-10input/Curl: remove unused source/source_id attributesMax Kellermann
2013-01-10input/Curl: remove redundant attribute "url"Max Kellermann
2013-01-10input/Curl: use std::forward_list instead of GSListMax Kellermann
2013-01-10input/Curl: remove unused attribute "fds"Max Kellermann
2013-01-10input/Curl: require libcurl 7.18Max Kellermann
2013-01-10io_thread: convert to C++Max Kellermann
2013-01-10input/{curl,soup}: convert to C++Max Kellermann
2012-10-04input/file: use errno_quark()Max Kellermann
2012-08-14input/ffmpeg: remove fallback AV_VERSION_INT definitionMax Kellermann
2012-04-04input/curl: use g_source_get_time()Max Kellermann
2012-02-15input/cdio_paranoia: whitespace-fix a commentJonathan Neuschäfer
2012-01-29input/soup: use #pragma only with gcc 4.6+Max Kellermann
2012-01-05Merge branch 'v0.16.x'Max Kellermann
2012-01-04input/ffmpeg: use the new AVIOContext APIMax Kellermann
2012-01-04input/ffmpeg: define AV_VERSION_INT if not presentMax Kellermann
2011-12-12input/soup: disable -Wcast-qual to work around libsoup header problemMax Kellermann
2011-10-10input/cdio_paranoia: pass byte order swapping to the PCM "decoder"Max Kellermann
2011-09-16input/soup: wait some more before resuming the streamMax Kellermann
2011-09-16input/soup: improve error messagesMax Kellermann
2011-09-16input_stream: non-blocking I/OMax Kellermann
2011-09-16input_plugin: add method check()Max Kellermann
2011-09-16input/{soup,curl}: free unused postponed_errorMax Kellermann
2011-09-16input/soup: move libsoup calls to the I/O threadMax Kellermann
2011-09-16input/soup: wait for _cancel_message() to completeMax Kellermann
2011-09-16input/soup: return real GErrors to the callerMax Kellermann
2011-09-16input/soup: set the "ready" flag on failureMax Kellermann
2011-09-16input/soup: remove redundant flag "ready"Max Kellermann
2011-09-16input/soup: report failure in _read()Max Kellermann
2011-09-16input/soup: unlock before cancelling the soup messageMax Kellermann
2011-09-16input/curl: wait some more before resuming the streamMax Kellermann
2011-09-16input/curl: clear the "paused" flag before resumingMax Kellermann
2011-09-16input/curl: remove _schedule_update()Max Kellermann
2011-09-16input/curl: unlock the mutex for io_thread_call()Max Kellermann
2011-09-16input/soup: fix "unused local variable" warningsMax Kellermann
2011-09-16Merge branch 'v0.16.x'Max Kellermann
2011-09-16input/curl, output/pulse: fix "unused local variable" warningsMax Kellermann
2011-09-15Merge branch 'v0.16.x'Max Kellermann
2011-09-15input/rewind: copy the MIME type only onceMax Kellermann
2011-09-15input/curl: per-request mutex/condMax Kellermann
2011-09-15input/curl: move all libCURL calls to the I/O threadMax Kellermann
2011-09-15input/file: return NULL instead of "false"Max Kellermann
2011-09-15input/curl: don't set "ready" on _easy_free()Max Kellermann