| Commit message (Expand) | Author | Files | Lines |
2014-01-24 | Config*: move to config/ | Max Kellermann | 2 | -3/+3 |
2014-01-19 | Tag: pack attributes tighter | Max Kellermann | 2 | -7/+7 |
2014-01-15 | SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integer | Max Kellermann | 1 | -1/+1 |
2014-01-14 | SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integer | Max Kellermann | 1 | -1/+1 |
2014-01-13 | copyright year 2014 | Max Kellermann | 33 | -33/+33 |
2014-01-09 | tag/TagTable: add lookup TagType -> name | Max Kellermann | 2 | -0/+19 |
2014-01-08 | tag/TagBuilder: overload Commit() returning a Tag object | Max Kellermann | 2 | -0/+14 |
2014-01-08 | tag/TagBuilder: rename Commit() to CommitNew() | Max Kellermann | 4 | -4/+4 |
2014-01-07 | util/Alloc: new library replacing GLib's g_malloc() | Max Kellermann | 4 | -10/+18 |
2014-01-07 | tag/TagPool: use NewVarSize() to allocate TagPoolSlot | Max Kellermann | 1 | -21/+27 |
2014-01-07 | tag/TagPool: rename struct slot to TagPoolSlot | Max Kellermann | 1 | -14/+13 |
2014-01-07 | tag/TagPool: use gcc_packed instead of mpd_packed | Max Kellermann | 1 | -1/+1 |
2014-01-06 | util/Cast: new utility library | Max Kellermann | 1 | -1/+2 |
2013-12-19 | riff: recognize upper-case "ID3" chunk name | Michal Smucr | 1 | -1/+2 |
2013-12-13 | Tag: swap "base" and "add" in method Merge() | Max Kellermann | 1 | -2/+2 |
2013-12-04 | tag/ApeLoader: use new[]/delete[] instead of g_malloc()/g_free() | Max Kellermann | 1 | -5/+3 |
2013-12-04 | TagId3: make variables more local | Max Kellermann | 1 | -76/+41 |
2013-12-04 | TagId3: use std::string for partial string copy | Max Kellermann | 1 | -3/+4 |
2013-12-04 | TagId3: use free() instead of g_free() for libid3tag allocations | Max Kellermann | 1 | -3/+3 |
2013-12-04 | TagId3: use new[]/delete[] instead of g_malloc()/g_free() | Max Kellermann | 1 | -11/+6 |
2013-12-04 | TagId3: gcc_unlikely instead of G_UNLIKELY | Max Kellermann | 1 | -4/+2 |
2013-12-03 | Tag: destructor calls Clear() | Max Kellermann | 2 | -11/+3 |
2013-12-03 | Tag: use new[]/delete[] instead of g_new()/g_free() | Max Kellermann | 2 | -11/+4 |
2013-12-03 | Tag: remove method AddItem() | Max Kellermann | 2 | -61/+0 |
2013-12-03 | PaylistTag: use class TagBuilder | Max Kellermann | 4 | -39/+37 |
2013-12-03 | TagBuilder: add move operator | Max Kellermann | 2 | -0/+34 |
2013-12-03 | TagBuilder: reserve items in move constructor | Max Kellermann | 1 | -0/+1 |
2013-12-03 | TagBuilder: make conversion constructors "explicit" | Max Kellermann | 1 | -2/+2 |
2013-12-03 | TagBuilder: implement the assignment operator | Max Kellermann | 2 | -1/+19 |
2013-12-03 | Tag: move code from Merge() to TagBuilder::Complement() | Max Kellermann | 3 | -40/+29 |
2013-12-03 | TagBuilder: add Tag copy/move constructors | Max Kellermann | 2 | -0/+28 |
2013-12-03 | TagBuilder: add method HasType() | Max Kellermann | 2 | -0/+17 |
2013-12-02 | Tag: add methods RemoveAll(), RemoveType() | Max Kellermann | 2 | -0/+32 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 10 | -19/+11 |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 2 | -4/+4 |
2013-10-26 | ApeTag: support multiple values per name | Max Kellermann | 1 | -2/+7 |
2013-10-26 | ApeTag: move code to ForEachValue() | Max Kellermann | 1 | -16/+30 |
2013-10-26 | ApeTag: simplify the "recognized" flag | Max Kellermann | 1 | -4/+1 |
2013-10-26 | TagFile: use Path instead of const char * | Max Kellermann | 8 | -15/+25 |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 4 | -18/+18 |
2013-10-20 | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 5 | -14/+13 |
2013-10-20 | TagType: rename enum tag_type to TagType | Max Kellermann | 14 | -52/+52 |
2013-10-17 | *: use std::numeric_limits | Max Kellermann | 2 | -5/+4 |
2013-10-16 | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 3 | -9/+12 |
2013-10-15 | ApeTag: use std::string for temporary allocation | Max Kellermann | 1 | -4/+3 |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 6 | -6/+6 |
2013-10-02 | replay_gain_*.h: rename to *.hxx | Max Kellermann | 2 | -2/+2 |
2013-10-02 | Log: new logging library API | Max Kellermann | 3 | -19/+19 |
2013-09-28 | tag/{riff,aiff}: convert to C++ | Max Kellermann | 5 | -43/+26 |
2013-09-26 | TagType: reduce the enum size to 1 byte | Max Kellermann | 2 | -2/+13 |