aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputStream.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-22/+22
|
* InputStream: add method Rewind()Max Kellermann2013-10-231-0/+13
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-9/+9
|
* InputStream: use int64_t instead of goffsetMax Kellermann2013-10-171-2/+2
| | | | Decouple some more from GLib.
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-119/+51
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-26/+17
| | | | Replaces GLib's GError.
* tag: convert to C++Max Kellermann2013-07-301-2/+2
|
* uri: convert to C++Max Kellermann2013-04-081-4/+1
|
* InputStream: use std::stringMax Kellermann2013-01-281-4/+3
|
* InputStream: store references instead of pointersMax Kellermann2013-01-281-54/+25
|
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-21/+11
|
* input_stream: forward-declare the structMax Kellermann2013-01-261-1/+47
| | | | Hide the definition from C code, to prepare the transition to C++.
* input_{internal,plugin}: convert to C++Max Kellermann2013-01-251-1/+1
|
* input/rewind: convert to C++Max Kellermann2013-01-211-1/+1
|
* input_stream: convert to C++ (internally)Max Kellermann2013-01-101-0/+253