| Commit message (Expand) | Author | Files | Lines |
2015-08-24 | db/UniqueTags, tag/Set, ...: use typedef tag_mask_t | Max Kellermann | 2 | -10/+10 |
2015-08-24 | tag/Settings: move typedef tag_mask_t to Mask.hxx | Max Kellermann | 2 | -2/+28 |
2015-08-24 | tag/Settings: convert to C++ | Max Kellermann | 5 | -10/+6 |
2015-08-24 | tag/Settings: convert to bit mask | Max Kellermann | 3 | -9/+8 |
2015-08-24 | tag/Settings: add function IsTagEnabled() wrapping access to ignore_tag_items[] | Max Kellermann | 3 | -2/+21 |
2015-08-24 | Tag: include cleanup | Max Kellermann | 1 | -1/+0 |
2015-06-26 | config/Global: allow calling config_get_string() with one argument | Max Kellermann | 1 | -2/+1 |
2015-06-26 | TagId3: remove the "id3v1_encoding" setting | Max Kellermann | 1 | -47/+10 |
2015-03-17 | *: doxygen fixups | Max Kellermann | 2 | -2/+2 |
2015-03-05 | fs/Traits: add macro PATH_LITERAL() | Max Kellermann | 2 | -2/+2 |
2015-02-06 | TagBuilder: allow adding duplicate tag types in Complement() | Max Kellermann | 1 | -1/+10 |
2015-02-04 | tag/Rva2: convert pointers to references | Max Kellermann | 1 | -9/+9 |
2015-02-04 | tag/Rva2: rename struct rva2_data to CamelCase | Max Kellermann | 1 | -6/+6 |
2015-02-04 | tag/Rva2: make enum rva2_channel strictly-typed | Max Kellermann | 1 | -12/+12 |
2015-01-22 | tag/Format: add %iso8601% | Max Kellermann | 1 | -0/+27 |
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann | 2 | -2/+4 |
2015-01-14 | output/recorder: dynamic file name | Max Kellermann | 2 | -0/+138 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 41 | -41/+41 |
2014-12-26 | util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compare | Max Kellermann | 1 | -0/+9 |
2014-12-02 | TagId3: add "pure" attributes | Max Kellermann | 1 | -1/+4 |
2014-11-28 | Compiler.h: add macro CLANG_OR_GCC_VERSION() | Max Kellermann | 2 | -2/+2 |
2014-11-25 | ApeTag: drop support for non-standard tag "album artist" | Max Kellermann | 1 | -1/+0 |
2014-11-22 | configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIB | Max Kellermann | 1 | -1/+1 |
2014-11-08 | tag/Set: do AlbumArtist/Artist fallback only if AlbumArtist is not disabled | Max Kellermann | 1 | -0/+2 |
2014-11-02 | TagString: use g_strndup() for unterminated string | Max Kellermann | 1 | -1/+1 |
2014-10-10 | TagString: implement fix_utf8() without GLib | Max Kellermann | 1 | -22/+34 |
2014-10-10 | TagString: return WritableBuffer<char> | Max Kellermann | 3 | -24/+26 |
2014-10-10 | TagString: use strndup() for unterminated string | Max Kellermann | 1 | -1/+1 |
2014-10-10 | TagString: remove ISO-Latin-1 fallback | Max Kellermann | 1 | -14/+1 |
2014-09-29 | Tag: support "AlbumSort" | Max Kellermann | 3 | -0/+5 |
2014-09-27 | Add MusicBrainz' Release Track Id tag | Wieland Hoffmann | 3 | -0/+4 |
2014-09-24 | decoder/flac: move code to tag/MixRamp.cxx | Max Kellermann | 2 | -0/+19 |
2014-09-24 | decoder/mad: move code to tag/MixRamp.cxx | Max Kellermann | 2 | -0/+93 |
2014-09-24 | tag/ReplayGain: add VorbisComment parser | Max Kellermann | 2 | -0/+19 |
2014-09-24 | tag/ReplayGain: move code to template function | Max Kellermann | 1 | -8/+30 |
2014-09-24 | decoder/{vorbis,flac}: move duplicate code to tag/VorbisComment.cxx | Max Kellermann | 2 | -0/+75 |
2014-09-24 | tag/ApeReplayGain, decoder/mad: move duplicate code to tag/ReplayGain.cxx | Max Kellermann | 3 | -15/+80 |
2014-08-29 | TagHandler: pass SongTime to duration() | Max Kellermann | 2 | -6/+7 |
2014-08-29 | Tag: use SignedSongTime for the song duration | Max Kellermann | 5 | -34/+32 |
2014-07-30 | TagId3: fix printf string parameter | Max Kellermann | 1 | -1/+1 |
2014-07-14 | util/Cast: reimplement as template without macro | Max Kellermann | 1 | -2/+5 |
2014-07-12 | Tag: add class const_iterator and methods begin(), end() | Max Kellermann | 3 | -12/+65 |
2014-06-16 | TagPool: move code to tag_value_slot_p() | Max Kellermann | 1 | -9/+18 |
2014-06-16 | TagPool: convert macro to constexpr | Max Kellermann | 1 | -1/+1 |
2014-04-24 | db/Helpers: move code to tag/Set.cxx | Max Kellermann | 2 | -1/+130 |
2014-04-24 | db/Helpers: move TagSet to dedicated header | Max Kellermann | 1 | -0/+60 |
2014-04-24 | TagBuilder: add method AddEmptyItem() | Max Kellermann | 2 | -0/+17 |
2014-03-01 | TagId3: disable charset conversion without GLib | Max Kellermann | 1 | -0/+9 |
2014-02-17 | TagId3: use xstrdup() instead of g_strdup() | Max Kellermann | 1 | -3/+4 |
2014-02-17 | util/StringUtil: add function Strip() | Max Kellermann | 2 | -4/+4 |