aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagId3.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TagId3: make variables more localMax Kellermann2013-12-041-76/+41
|
* TagId3: use std::string for partial string copyMax Kellermann2013-12-041-3/+4
|
* TagId3: use free() instead of g_free() for libid3tag allocationsMax Kellermann2013-12-041-3/+3
|
* TagId3: use new[]/delete[] instead of g_malloc()/g_free()Max Kellermann2013-12-041-11/+6
|
* TagId3: gcc_unlikely instead of G_UNLIKELYMax Kellermann2013-12-041-4/+2
|
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* TagFile: use Path instead of const char *Max Kellermann2013-10-261-3/+5
|
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-7/+7
|
* Log: new logging library APIMax Kellermann2013-10-021-7/+9
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* tag/{riff,aiff}: convert to C++Max Kellermann2013-09-281-5/+2
|
* TagHandler: use a TagBuilder internallyMax Kellermann2013-09-261-10/+6
| | | | Reduce heap allocator overhead.
* conf.h: remove obsolete headerMax Kellermann2013-09-051-2/+1
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* Tag*: move libtag.a sources to src/tag/Max Kellermann2013-09-041-0/+583