index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tag
/
Id3Scan.cxx
Age
Commit message (
Expand
)
Author
2020-01-18
tag/Id3Scan: remove exception handler, let caller catch
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-08-12
tag/Id3Scan: support embedded pictures (the "APIC" tag)
Max Kellermann
2019-06-06
tag/Id3Scan: eliminate a string copy in UFID importer
Max Kellermann
2019-06-06
tag/Handler: pass StringView to OnTag() and OnPair()
Max Kellermann
2019-05-21
tag/Type: add TAG_GROUPING
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-22
decoder/mad: convert `Tag**` parameter to just `Tag*`
Max Kellermann
2018-10-22
Merge branch 'master' of git://github.com/skidoo23/MPD
Max Kellermann
2018-10-19
tag/Id3Scan: make struct id3_tag pointers `const`
Max Kellermann
2018-10-17
tag: new tag Label
skidoo23
2018-07-05
tag/Handler: convert to class with virtual methods
Max Kellermann
2017-12-20
tag/Id3Scan: return std::unique_ptr<Tag>
Max Kellermann
2017-12-20
tag/Builder: CommitNew() returns std::unique_ptr<Tag>
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
2017-07-31
Merge branch 'v0.20.x'
Max Kellermann
2017-07-05
util/StringUtil: move strip functions to StringStrip.cxx
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-04-21
Add support for the OriginalDate tag
Bart Nagel
2017-02-08
tag/Tag*: rename several source files
Max Kellermann