aboutsummaryrefslogtreecommitdiffstats
path: root/src/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-279-52/+46
* input_stream: forward-declare the structMax Kellermann2013-01-268-1/+9
* input_{internal,plugin}: convert to C++Max Kellermann2013-01-259-17/+17
* archive/*: convert to C++Max Kellermann2013-01-242-9/+20
* input/archive: fix memory leak in error handlerMax Kellermann2013-01-211-1/+3
* input,playlist/despotify: convert to C++Max Kellermann2013-01-212-13/+21
* input/cdio_paranoia: convert to C++Max Kellermann2013-01-212-52/+63
* input/ffmpeg: convert to C++Max Kellermann2013-01-212-19/+29
* input/rewind: convert to C++Max Kellermann2013-01-212-75/+79
* input/file,mms: convert to C++Max Kellermann2013-01-214-67/+86
* input_internal.h: add extern "C"Max Kellermann2013-01-212-8/+0
* input/Curl: break loop when remaining length becomes 0Max Kellermann2013-01-151-0/+6
* input/Curl: move code to class MultiSocketMonitorMax Kellermann2013-01-151-116/+60
* input/Curl: simpler GPollFD initialisationMax Kellermann2013-01-151-5/+2
* input/Curl: don't remove/add modified GPollFDMax Kellermann2013-01-151-9/+2
* Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann2013-01-142-2/+5
* input/curl: use std::list instead of GQueueMax Kellermann2013-01-101-93/+80
* icy_metadata: convert to C++Max Kellermann2013-01-101-13/+11
* input/Curl: add constructor to input_curl classMax Kellermann2013-01-101-32/+30
* input/Curl: remove unused source/source_id attributesMax Kellermann2013-01-101-7/+0
* input/Curl: remove redundant attribute "url"Max Kellermann2013-01-101-4/+2
* input/Curl: use std::forward_list instead of GSListMax Kellermann2013-01-101-27/+21
* input/Curl: remove unused attribute "fds"Max Kellermann2013-01-101-3/+1
* input/Curl: require libcurl 7.18Max Kellermann2013-01-101-24/+4
* io_thread: convert to C++Max Kellermann2013-01-102-2/+2
* input/{curl,soup}: convert to C++Max Kellermann2013-01-104-65/+84
* input/file: use errno_quark()Max Kellermann2012-10-041-11/+6
* input/ffmpeg: remove fallback AV_VERSION_INT definitionMax Kellermann2012-08-141-4/+1
* input/curl: use g_source_get_time()Max Kellermann2012-04-041-12/+5
* input/cdio_paranoia: whitespace-fix a commentJonathan Neuschäfer2012-02-151-2/+2
* input/soup: use #pragma only with gcc 4.6+Max Kellermann2012-01-291-2/+2
* Merge branch 'v0.16.x'Max Kellermann2012-01-051-0/+4
|\
| * input/ffmpeg: use the new AVIOContext APIMax Kellermann2012-01-041-1/+37
| * input/ffmpeg: define AV_VERSION_INT if not presentMax Kellermann2012-01-041-0/+4
* | input/soup: disable -Wcast-qual to work around libsoup header problemMax Kellermann2011-12-121-0/+13
* | input/cdio_paranoia: pass byte order swapping to the PCM "decoder"Max Kellermann2011-10-101-32/+11
* | input/soup: wait some more before resuming the streamMax Kellermann2011-09-161-1/+6
* | input/soup: improve error messagesMax Kellermann2011-09-161-12/+43
* | input_stream: non-blocking I/OMax Kellermann2011-09-169-166/+101
* | input_plugin: add method check()Max Kellermann2011-09-163-0/+45
* | input/{soup,curl}: free unused postponed_errorMax Kellermann2011-09-162-0/+8
* | input/soup: move libsoup calls to the I/O threadMax Kellermann2011-09-161-4/+25
* | input/soup: wait for _cancel_message() to completeMax Kellermann2011-09-161-5/+21
* | input/soup: return real GErrors to the callerMax Kellermann2011-09-161-3/+31
* | input/soup: set the "ready" flag on failureMax Kellermann2011-09-161-0/+2
* | input/soup: remove redundant flag "ready"Max Kellermann2011-09-161-6/+2
* | input/soup: report failure in _read()Max Kellermann2011-09-161-0/+1
* | input/soup: unlock before cancelling the soup messageMax Kellermann2011-09-161-3/+5
* | input/curl: wait some more before resuming the streamMax Kellermann2011-09-161-1/+6
* | input/curl: clear the "paused" flag before resumingMax Kellermann2011-09-161-1/+1