aboutsummaryrefslogtreecommitdiffstats
path: root/src/IcyMetaDataParser.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-04IcyMetaDataParser: use new[]/delete[] instead of g_malloc()/g_free()Max Kellermann1-3/+3
2013-12-03IcyMetaDataParser: use class TagBuilderMax Kellermann1-5/+7
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-3/+5
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-07-30tag: convert to C++Max Kellermann1-11/+9
2013-01-10icy_metadata: convert to C++Max Kellermann1-51/+42
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-4/+5
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
2009-02-17input_file, input_curl, icy_metadata: added GLib log domainsMax Kellermann1-0/+3
Define G_LOG_DOMAIN.
2009-01-03input_curl: enabled Icy-Metadata supportMax Kellermann1-2/+4
2009-01-03added library for parsing icy-metadataMax Kellermann1-0/+175
The icy_metadata will be used by the curl input_stream implementation.