summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2013-01-30ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann
2013-01-30input/Rewind: remove bogus assertionMax Kellermann
2013-01-29ArchiveFile: convert to a classMax Kellermann
2013-01-29refcount: convert to C++Max Kellermann
2013-01-29require GLib 2.24Max Kellermann
2013-01-28InputStream: use std::stringMax Kellermann
2013-01-28InputStream: store references instead of pointersMax Kellermann
2013-01-28InputStream: add constructor/destructorMax Kellermann
2013-01-28input/despotify: add constructor/destructorMax Kellermann
2013-01-28input/despotify: rename classMax Kellermann
2013-01-28input/Soup: move code into the classMax Kellermann
2013-01-28input/soup: rename the classMax Kellermann
2013-01-28input/ffmpeg: add constructor/destructorMax Kellermann
2013-01-28input/ffmpeg: rename the classMax Kellermann
2013-01-28decoder/ffmpeg: require ffmpeg/libav 0.7.6Max Kellermann
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann
2013-01-26input_stream: forward-declare the structMax Kellermann
2013-01-25input_{internal,plugin}: convert to C++Max Kellermann
2013-01-24archive/*: convert to C++Max Kellermann
2013-01-21input/archive: fix memory leak in error handlerMax Kellermann
2013-01-21input,playlist/despotify: convert to C++Max Kellermann
2013-01-21input/cdio_paranoia: convert to C++Max Kellermann
2013-01-21input/ffmpeg: convert to C++Max Kellermann
2013-01-21input/rewind: convert to C++Max Kellermann
2013-01-21input/file,mms: convert to C++Max Kellermann
2013-01-21input_internal.h: add extern "C"Max Kellermann
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