aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/CdioParanoiaInputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input/cdio: use class AllocatedPathMax Kellermann2013-10-191-10/+9
|
* InputStream: use int64_t instead of goffsetMax Kellermann2013-10-171-1/+1
| | | | Decouple some more from GLib.
* input_plugin: rename struct to "InputPlugin"Max Kellermann2013-10-171-1/+1
|
* system/ByteOrder: new library for byte ordering / endianessMax Kellermann2013-10-161-2/+3
| | | | Replacing GLib macros.
* input/*: don't allocate attribute "mime"Max Kellermann2013-10-151-3/+3
| | | | | This was a memory leak, because "mime" was a std::string which created another copy and discarded the allocated buffer.
* Log: new logging library APIMax Kellermann2013-10-021-4/+9
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* util/Error: new error passing libraryMax Kellermann2013-09-041-25/+19
| | | | Replaces GLib's GError.
* refcount: convert to C++Max Kellermann2013-01-291-1/+0
|
* InputStream: add constructor/destructorMax Kellermann2013-01-281-5/+2
| | | | Eliminate input_stream_init() and input_stream_deinit().
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-2/+2
|
* 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/cdio_paranoia: convert to C++Max Kellermann2013-01-211-0/+382