Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TagId3: make variables more local | Max Kellermann | 2013-12-04 | 1 | -76/+41 |
* | TagId3: use std::string for partial string copy | Max Kellermann | 2013-12-04 | 1 | -3/+4 |
* | TagId3: use free() instead of g_free() for libid3tag allocations | Max Kellermann | 2013-12-04 | 1 | -3/+3 |
* | TagId3: use new[]/delete[] instead of g_malloc()/g_free() | Max Kellermann | 2013-12-04 | 1 | -11/+6 |
* | TagId3: gcc_unlikely instead of G_UNLIKELY | Max Kellermann | 2013-12-04 | 1 | -4/+2 |
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -1/+0 |
* | TagFile: use Path instead of const char * | Max Kellermann | 2013-10-26 | 1 | -3/+5 |
* | TagType: rename enum tag_type to TagType | Max Kellermann | 2013-10-20 | 1 | -7/+7 |
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -7/+9 |
* | tag/{riff,aiff}: convert to C++ | Max Kellermann | 2013-09-28 | 1 | -5/+2 |
* | TagHandler: use a TagBuilder internally | Max Kellermann | 2013-09-26 | 1 | -10/+6 |
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -2/+1 |
* | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 2013-09-04 | 1 | -0/+583 |