aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_id3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* tag_id3: parse ID3 tags in AIFF filesMax Kellermann2009-03-021-3/+6
* tag_id3: parse ID3 tags in RIFF/WAV filesMax Kellermann2009-03-021-0/+32
* tag_id3: added MusicBrainz tag supportMax Kellermann2009-01-241-0/+79
* tag_id3: always allocate tag objectMax Kellermann2009-01-241-30/+27
* conf: replaced getConfigParamValue() with config_get_string()Max Kellermann2009-01-171-2/+2
* tag_id3: added support for the "album artist" tagDaniele Sluijters2009-01-141-0/+12
* path, tag: don't allocate GError for charset conversionMax Kellermann2009-01-041-4/+1
* tag_id3: use GLib instead of utils.hMax Kellermann2009-01-031-9/+12
* tag_id3: use GLib loggingMax Kellermann2008-12-291-12/+19
* tag_id3: strip leading and trailing whitespace from ID3 tagsThomas Jansen2008-12-291-2/+6
* replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen2008-12-021-2/+2
* Makefile.am: don't compile disabled sourcesMax Kellermann2008-10-171-21/+1
* path, tag_id3: use g_convert() instead of charConv.cMax Kellermann2008-10-151-5/+10
* tag_id3: fix indentationMax Kellermann2008-10-151-28/+28
* const pointersMax Kellermann2008-08-291-1/+1
* tag: moved code to tag_id3.cMax Kellermann2008-08-291-0/+367