Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -15/+15 |
| | |||||
* | InputInternal: remove obsolete library | Max Kellermann | 2013-10-23 | 1 | -1/+0 |
| | |||||
* | InputStream: use int64_t instead of goffset | Max Kellermann | 2013-10-17 | 1 | -3/+5 |
| | | | | Decouple some more from GLib. | ||||
* | input_plugin: rename struct to "InputPlugin" | Max Kellermann | 2013-10-17 | 1 | -2/+2 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -3/+0 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -8/+7 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -8/+6 |
| | | | | Replaces GLib's GError. | ||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+3 |
| | |||||
* | input/Rewind: remove bogus assertion | Max Kellermann | 2013-01-30 | 1 | -1/+0 |
| | |||||
* | InputStream: use std::string | Max Kellermann | 2013-01-28 | 1 | -6/+4 |
| | |||||
* | InputStream: store references instead of pointers | Max Kellermann | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | InputStream: add constructor/destructor | Max Kellermann | 2013-01-28 | 1 | -5/+3 |
| | | | | Eliminate input_stream_init() and input_stream_deinit(). | ||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -0/+1 |
| | | | | Hide the definition from C code, to prepare the transition to C++. | ||||
* | input_{internal,plugin}: convert to C++ | Max Kellermann | 2013-01-25 | 1 | -2/+2 |
| | |||||
* | input/rewind: convert to C++ | Max Kellermann | 2013-01-21 | 1 | -0/+260 |