Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v0.18.x' | Max Kellermann | 2013-12-14 | 1 | -0/+5 |
|\ | |||||
| * | input/cdio_paranoia: support libcdio-paranoia 0.90 | Gaetan Bisson | 2013-11-27 | 1 | -0/+5 |
| | | |||||
* | | Util/StringUtil: add StringStartsWith() | Max Kellermann | 2013-11-28 | 1 | -1/+2 |
|/ | | | | Replaces GLib's g_str_has_prefix(). | ||||
* | input/cdio_paranoia: add setting "default_byte_order" | Max Kellermann | 2013-11-07 | 1 | -2/+26 |
| | | | | | | Allows big-endian users to configure the fallback byte order to little-endian. Without this setting, MPD assumes native byte order if the CD drive can't decide. | ||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -6/+6 |
| | |||||
* | InputInternal: remove obsolete library | Max Kellermann | 2013-10-23 | 1 | -1/+0 |
| | |||||
* | input/cdio: use class AllocatedPath | Max Kellermann | 2013-10-19 | 1 | -10/+9 |
| | |||||
* | InputStream: use int64_t instead of goffset | Max Kellermann | 2013-10-17 | 1 | -1/+1 |
| | | | | Decouple some more from GLib. | ||||
* | input_plugin: rename struct to "InputPlugin" | Max Kellermann | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 2013-10-16 | 1 | -2/+3 |
| | | | | Replacing GLib macros. | ||||
* | input/*: don't allocate attribute "mime" | Max Kellermann | 2013-10-15 | 1 | -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 API | Max Kellermann | 2013-10-02 | 1 | -4/+9 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -25/+19 |
| | | | | Replaces GLib's GError. | ||||
* | refcount: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -1/+0 |
| | |||||
* | InputStream: add constructor/destructor | Max Kellermann | 2013-01-28 | 1 | -5/+2 |
| | | | | Eliminate input_stream_init() and input_stream_deinit(). | ||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -2/+2 |
| | |||||
* | 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/cdio_paranoia: convert to C++ | Max Kellermann | 2013-01-21 | 1 | -0/+382 |