aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputStream.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-7/+7
|
* InputStream: add method Rewind()Max Kellermann2013-10-231-0/+7
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-4/+4
|
* InputStream: use int64_t instead of goffsetMax Kellermann2013-10-171-8/+9
| | | | Decouple some more from GLib.
* input_plugin: rename struct to "InputPlugin"Max Kellermann2013-10-171-2/+3
|
* thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann2013-10-171-1/+1
| | | | Allows forward-declaration.
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-15/+184
|
* input_stream.h: rename to InputLegacy.hxxMax Kellermann2013-09-031-1/+1
|
* InputStream: use std::stringMax Kellermann2013-01-281-14/+7
|
* InputStream: store references instead of pointersMax Kellermann2013-01-281-7/+7
|
* InputStream: add constructor/destructorMax Kellermann2013-01-281-0/+17
| | | | Eliminate input_stream_init() and input_stream_deinit().
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-4/+6
|
* input_stream: forward-declare the structMax Kellermann2013-01-261-0/+102
Hide the definition from C code, to prepare the transition to C++.