summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann
2014-08-19InputStream: CheapSeeking() returns false only for HTTPMax Kellermann
2014-08-19InputStream: move code to ExpensiveSeeking()Max Kellermann
2014-08-19InputStream: make offset_type unsignedMax Kellermann
2014-08-19InputPlugin: remove typedef offset_typeMax Kellermann
2014-08-19InputStream: allow GetSize() only if KnownSize()Max Kellermann
2014-08-19InputStream: add constant UNKNOWN_SIZEMax Kellermann
2014-08-19input/proxy: use KnownSize()Max Kellermann
2014-08-19InputStream: use KnownSize() in assertionMax Kellermann
2014-08-18input/ffmpeg: use av_strerror()Max Kellermann
2014-08-18{input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxxMax Kellermann
2014-08-18input/ffmpeg: update offset after seekingMax Kellermann
2014-08-18input/ffmpeg: refactor error code pathMax Kellermann
2014-08-18input/ffmpeg: use "auto"Max Kellermann
2014-08-07input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxxMax Kellermann
2014-08-07TextInputStream: don't stripMax Kellermann
2014-08-07TextInputStream: move code to ReadBufferedLine()Max Kellermann
2014-08-07util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann
2014-08-07util/CharUtil: add IsWhitespaceFast()Max Kellermann
2014-08-07input/TextInputStream: return char*Max Kellermann
2014-08-06util/FifoBuffer: rename to StaticFifoBufferMax Kellermann
2014-07-11input/curl: options "verify_peer" and "verify_host"Max Kellermann
2014-07-10input/async: more API documentationMax Kellermann
2014-06-21input/async: use IsEOF() instead of !open for "ready" checkMax Kellermann
2014-06-21Revert "AsyncInputStream: fix assertion failure in AppendToBuffer()"Max Kellermann
2014-06-21input/nfs: never read more than space available in bufferMax Kellermann
2014-06-17input/nfs: use the asynchronous libnfs APIMax Kellermann
2014-06-17AsyncInputStream: fix assertion failure in AppendToBuffer()Max Kellermann
2014-06-17AsyncInputStream: reset "paused" when seekingMax Kellermann
2014-06-17input/curl: hold mutex while writing to postponed_errorMax Kellermann
2014-06-17input/AsyncInputStream: add method IsBufferFull()Max Kellermann
2014-05-24input/async: add offset/size comparison to IsEOF()Max Kellermann
2014-05-24input/curl: move code to AsyncInputStreamMax Kellermann
2014-05-24input/curl: call SetReady() only if not yet readyMax Kellermann
2014-05-24input/curl: include cleanupMax Kellermann
2014-05-22InputStream: make Seek() always absoluteMax Kellermann
2014-05-21input/curl: relock mutex in error pathsMax Kellermann
2014-05-21input/curl: pass remaining size to CircularBuffer::Append()Max Kellermann
2014-05-21input/curl: move code to IcyInputStreamMax Kellermann
2014-05-21input/rewind: move code to class ProxyInputStreamMax Kellermann
2014-05-21input/InputStream: move Open() to Open.cxxMax Kellermann
2014-05-21input/rewind: include cleanupMax Kellermann
2014-05-21input/rewind: work around assertion failureMax Kellermann
2014-05-12ThreadInputStream: include cleanupMax Kellermann
2014-05-12InputStream: "protect" attributesMax Kellermann
2014-05-12input/cdio: convert to classMax Kellermann
2014-05-12input/cdio: move initialization code to constructorMax Kellermann
2014-05-12input/cdio: handle cdio_open() failureMax Kellermann
2014-05-12input/cdio: initialize lsn_relofs in constructorMax Kellermann
2014-05-12input/cdio: initialize attribute "buffer_lsn"Max Kellermann