aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/RewindInputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* *: use nullptr instead of NULLMax Kellermann2013-10-281-1/+1
|
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-15/+15
|
* InputInternal: remove obsolete libraryMax Kellermann2013-10-231-1/+0
|
* InputStream: use int64_t instead of goffsetMax Kellermann2013-10-171-3/+5
| | | | Decouple some more from GLib.
* input_plugin: rename struct to "InputPlugin"Max Kellermann2013-10-171-2/+2
|
* Log: new logging library APIMax Kellermann2013-10-021-3/+0
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-8/+7
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-8/+6
| | | | Replaces GLib's GError.
* tag: convert to C++Max Kellermann2013-07-301-2/+3
|
* input/Rewind: remove bogus assertionMax Kellermann2013-01-301-1/+0
|
* InputStream: use std::stringMax Kellermann2013-01-281-6/+4
|
* InputStream: store references instead of pointersMax Kellermann2013-01-281-1/+1
|
* InputStream: add constructor/destructorMax Kellermann2013-01-281-5/+3
| | | | Eliminate input_stream_init() and input_stream_deinit().
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-1/+1
|
* input_stream: forward-declare the structMax Kellermann2013-01-261-0/+1
| | | | Hide the definition from C code, to prepare the transition to C++.
* input_{internal,plugin}: convert to C++Max Kellermann2013-01-251-2/+2
|
* input/rewind: convert to C++Max Kellermann2013-01-211-0/+260