Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -7/+7 | |
2013-10-23 | InputStream: add method Rewind() | Max Kellermann | 1 | -0/+7 | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -4/+4 | |
2013-10-17 | InputStream: use int64_t instead of goffset | Max Kellermann | 1 | -8/+9 | |
Decouple some more from GLib. | |||||
2013-10-17 | input_plugin: rename struct to "InputPlugin" | Max Kellermann | 1 | -2/+3 | |
2013-10-17 | thread/{Cond,Mutex}: use "class" instead of "typedef" | Max Kellermann | 1 | -1/+1 | |
Allows forward-declaration. | |||||
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 | |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -15/+184 | |
2013-09-03 | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 1 | -1/+1 | |
2013-01-28 | InputStream: use std::string | Max Kellermann | 1 | -14/+7 | |
2013-01-28 | InputStream: store references instead of pointers | Max Kellermann | 1 | -7/+7 | |
2013-01-28 | InputStream: add constructor/destructor | Max Kellermann | 1 | -0/+17 | |
Eliminate input_stream_init() and input_stream_deinit(). | |||||
2013-01-27 | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 1 | -4/+6 | |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -0/+102 | |
Hide the definition from C code, to prepare the transition to C++. |