summaryrefslogtreecommitdiff
path: root/src/tag_id3.c
AgeCommit message (Expand)Author
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann
2009-08-04tag_id3: moved id3_genre_name() call to tag_id3_import_text()Max Kellermann
2009-08-04tag_id3: splitted function tag_id3_import_frame()Max Kellermann
2009-08-04tag_id3: corrected parameter typesMax Kellermann
2009-08-04tag_id3: converted tag_is_id3v1() to an inline functionMax Kellermann
2009-08-04tag_id3: no CamelCaseMax Kellermann
2009-07-09Implement ArtistSort tagBart Nagel
2009-07-07tag_id3: revised "performer" tag supportMax Kellermann
2009-07-07tag: added tag "AlbumArtistSort"Max Kellermann
2009-05-06tag_id3: added support for the UFID frameMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-02tag_id3: parse ID3 tags in AIFF filesMax Kellermann
2009-03-02tag_id3: parse ID3 tags in RIFF/WAV filesMax Kellermann
2009-01-24tag_id3: added MusicBrainz tag supportMax Kellermann
2009-01-24tag_id3: always allocate tag objectMax Kellermann
2009-01-17conf: replaced getConfigParamValue() with config_get_string()Max Kellermann
2009-01-14tag_id3: added support for the "album artist" tagDaniele Sluijters
2009-01-04path, tag: don't allocate GError for charset conversionMax Kellermann
2009-01-03tag_id3: use GLib instead of utils.hMax Kellermann
2008-12-29tag_id3: use GLib loggingMax Kellermann
2008-12-29tag_id3: strip leading and trailing whitespace from ID3 tagsThomas Jansen
2008-12-02replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen
2008-10-17Makefile.am: don't compile disabled sourcesMax Kellermann
2008-10-15path, tag_id3: use g_convert() instead of charConv.cMax Kellermann
2008-10-15tag_id3: fix indentationMax Kellermann
2008-08-29const pointersMax Kellermann
2008-08-29tag: moved code to tag_id3.cMax Kellermann