Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InputStream: add static method OpenReady() | Max Kellermann | 2013-12-29 | 1 | -0/+22 |
| | | | | Merge some duplicate code. | ||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -22/+22 |
| | |||||
* | InputStream: add method Rewind() | Max Kellermann | 2013-10-23 | 1 | -0/+13 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -9/+9 |
| | |||||
* | InputStream: use int64_t instead of goffset | Max Kellermann | 2013-10-17 | 1 | -2/+2 |
| | | | | Decouple some more from GLib. | ||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -119/+51 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -26/+17 |
| | | | | Replaces GLib's GError. | ||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+2 |
| | |||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -4/+1 |
| | |||||
* | InputStream: use std::string | Max Kellermann | 2013-01-28 | 1 | -4/+3 |
| | |||||
* | InputStream: store references instead of pointers | Max Kellermann | 2013-01-28 | 1 | -54/+25 |
| | |||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -21/+11 |
| | |||||
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -1/+47 |
| | | | | Hide the definition from C code, to prepare the transition to C++. | ||||
* | input_{internal,plugin}: convert to C++ | Max Kellermann | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | input/rewind: convert to C++ | Max Kellermann | 2013-01-21 | 1 | -1/+1 |
| | |||||
* | input_stream: convert to C++ (internally) | Max Kellermann | 2013-01-10 | 1 | -0/+253 |