index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tag
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-26
util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compare
Max Kellermann
1
-0
/
+9
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
2014-02-17
TagString: disable UTF-8 validation if GLib is disabled
Max Kellermann
1
-3
/
+13
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
[next]