Max Kellermann
|
93deb84499
|
input_stream: rename struct to InputStream
|
2013-10-23 23:12:02 +02:00 |
|
Max Kellermann
|
c4d4011c63
|
InputInternal: remove obsolete library
|
2013-10-23 23:10:27 +02:00 |
|
Max Kellermann
|
05de2e998c
|
InputStream: use int64_t instead of goffset
Decouple some more from GLib.
|
2013-10-17 10:45:10 +02:00 |
|
Max Kellermann
|
24780d99e6
|
input_plugin: rename struct to "InputPlugin"
|
2013-10-17 10:20:57 +02:00 |
|
Max Kellermann
|
060814daa8
|
Log: new logging library API
Prepare to migrate away from GLib. Currently, we're still using GLib
as a backend.
|
2013-10-02 08:57:55 +02:00 |
|
Max Kellermann
|
3f267b1795
|
Tag, ...: move to libtag.a
|
2013-09-05 18:26:56 +02:00 |
|
Max Kellermann
|
7d0269d2ce
|
InputLegacy: move functions to the input_stream class
|
2013-09-05 00:23:14 +02:00 |
|
Max Kellermann
|
29030b54c9
|
util/Error: new error passing library
Replaces GLib's GError.
|
2013-09-04 18:14:22 +02:00 |
|
Max Kellermann
|
06f898cc12
|
tag: convert to C++
|
2013-07-30 20:19:53 +02:00 |
|
Max Kellermann
|
f260cd031c
|
input/Rewind: remove bogus assertion
|
2013-01-30 15:05:54 +01:00 |
|
Max Kellermann
|
76417d4446
|
InputStream: use std::string
|
2013-01-28 23:41:45 +01:00 |
|
Max Kellermann
|
cffc78ad6a
|
InputStream: store references instead of pointers
|
2013-01-28 23:35:01 +01:00 |
|
Max Kellermann
|
dcf55c7e32
|
InputStream: add constructor/destructor
Eliminate input_stream_init() and input_stream_deinit().
|
2013-01-28 23:29:43 +01:00 |
|
Max Kellermann
|
6f3d70b5e2
|
DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond
|
2013-01-27 18:39:32 +01:00 |
|
Max Kellermann
|
0273cd44b0
|
input_stream: forward-declare the struct
Hide the definition from C code, to prepare the transition to C++.
|
2013-01-26 01:24:01 +01:00 |
|
Max Kellermann
|
49567f1f3e
|
input_{internal,plugin}: convert to C++
|
2013-01-25 22:43:01 +01:00 |
|
Max Kellermann
|
9c870e4276
|
input/rewind: convert to C++
|
2013-01-21 17:36:19 +01:00 |
|