Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 1 | -7/+7 |
| | |||||
* | TagType: rename enum tag_type to TagType | Max Kellermann | 2013-10-20 | 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 |
| | |||||
* | Tag*: move TagTable.hxx to libtag.a | Max Kellermann | 2013-09-04 | 1 | -1/+1 |
| | |||||
* | tag_table: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | tag_handler: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | decoder/ffmpeg: require ffmpeg/libav 0.7.6 | Max Kellermann | 2013-01-28 | 1 | -9/+0 |
| | | | | | | | | This is the version present in Ubuntu Oneiric, the oldest distribution with gcc 4.6. Debian Squeeze is off target, because it has gcc 4.4, which is unable to compile MPD anyway. This commit drops all API compatibility hacks for older versions. | ||||
* | decoder/ffmpeg: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -0/+88 |