aboutsummaryrefslogtreecommitdiffstats
path: root/src/input (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-02input/nfs: auto-reconnect if failed while pausedMax Kellermann1-1/+46
2014-09-02input/async: add method IsPaused()Max Kellermann1-0/+4
2014-08-31input/nfs: notify client on errorMax Kellermann1-0/+2
2014-08-30*: add missing Compiler.h includesMax Kellermann1-0/+1
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann2-1/+34
2014-08-19InputStream: CheapSeeking() returns false only for HTTPMax Kellermann1-2/+3
2014-08-19InputStream: move code to ExpensiveSeeking()Max Kellermann1-1/+13
2014-08-19InputStream: make offset_type unsignedMax Kellermann4-11/+5
2014-08-19InputPlugin: remove typedef offset_typeMax Kellermann1-2/+0
2014-08-19InputStream: allow GetSize() only if KnownSize()Max Kellermann1-0/+1
2014-08-19InputStream: add constant UNKNOWN_SIZEMax Kellermann2-4/+6
2014-08-19input/proxy: use KnownSize()Max Kellermann1-1/+4
2014-08-19InputStream: use KnownSize() in assertionMax Kellermann1-1/+1
2014-08-18input/ffmpeg: use av_strerror()Max Kellermann1-4/+4
2014-08-18{input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxxMax Kellermann1-3/+1
2014-08-18input/ffmpeg: update offset after seekingMax Kellermann1-0/+1
2014-08-18input/ffmpeg: refactor error code pathMax Kellermann1-4/+4
2014-08-18input/ffmpeg: use "auto"Max Kellermann1-10/+10
2014-08-07input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxxMax Kellermann2-22/+3
2014-08-07TextInputStream: don't stripMax Kellermann1-3/+3
2014-08-07TextInputStream: move code to ReadBufferedLine()Max Kellermann2-34/+45
2014-08-07util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann2-10/+6
2014-08-07util/CharUtil: add IsWhitespaceFast()Max Kellermann1-1/+1
2014-08-07input/TextInputStream: return char*Max Kellermann2-18/+15
2014-08-06util/FifoBuffer: rename to StaticFifoBufferMax Kellermann1-2/+2
2014-07-11input/curl: options "verify_peer" and "verify_host"Max Kellermann1-0/+8
2014-07-10input/async: more API documentationMax Kellermann1-0/+26
2014-06-21input/async: use IsEOF() instead of !open for "ready" checkMax Kellermann1-2/+3
2014-06-21Revert "AsyncInputStream: fix assertion failure in AppendToBuffer()"Max Kellermann1-6/+4
2014-06-21input/nfs: never read more than space available in bufferMax Kellermann1-2/+4
2014-06-17input/nfs: use the asynchronous libnfs APIMax Kellermann1-84/+138
2014-06-17AsyncInputStream: fix assertion failure in AppendToBuffer()Max Kellermann1-4/+6
2014-06-17AsyncInputStream: reset "paused" when seekingMax Kellermann1-0/+1
2014-06-17input/curl: hold mutex while writing to postponed_errorMax Kellermann3-3/+16
2014-06-17input/AsyncInputStream: add method IsBufferFull()Max Kellermann1-0/+4
2014-05-24input/async: add offset/size comparison to IsEOF()Max Kellermann1-1/+2
2014-05-24input/curl: move code to AsyncInputStreamMax Kellermann3-211/+409
2014-05-24input/curl: call SetReady() only if not yet readyMax Kellermann1-1/+2
2014-05-24input/curl: include cleanupMax Kellermann1-7/+0
2014-05-22InputStream: make Seek() always absoluteMax Kellermann11-84/+37
2014-05-21input/curl: relock mutex in error pathsMax Kellermann1-2/+7
2014-05-21input/curl: pass remaining size to CircularBuffer::Append()Max Kellermann1-1/+1
2014-05-21input/curl: move code to IcyInputStreamMax Kellermann3-86/+182
2014-05-21input/rewind: move code to class ProxyInputStreamMax Kellermann3-59/+175
2014-05-21input/InputStream: move Open() to Open.cxxMax Kellermann2-50/+72
2014-05-21input/rewind: include cleanupMax Kellermann1-4/+2
2014-05-21input/rewind: work around assertion failureMax Kellermann1-1/+1
2014-05-12ThreadInputStream: include cleanupMax Kellermann1-1/+0
2014-05-12InputStream: "protect" attributesMax Kellermann2-8/+24
2014-05-12input/cdio: convert to classMax Kellermann1-1/+2