summaryrefslogtreecommitdiff
path: root/src/tag_id3.c
AgeCommit message (Expand)Author
2012-04-23tag_id3: export tag_id3_load()Max Kellermann
2012-03-06use g_strerror() instead of strerror()Max Kellermann
2012-02-12tag_{ape,id3}: remove the _load() functionsMax Kellermann
2012-02-12tag_handler: handle arbitrary name/value pairsMax Kellermann
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann
2012-02-11tag_id3: use the tag_table library for TXXXMax Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-12-07tag_id3: support multiple valuesMax Kellermann
2010-05-20tag_{id3,ape}: explicitly open files in binary modeMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-12-14Merge branch 'v0.15.x'Max Kellermann
2009-11-30tag_id3: fix ID3v1 charset conversionsvitoos
2009-11-19Merged release 0.15.6 from branch 'v0.15.x'Max Kellermann
2009-11-15id3: allow 4 MB RIFF/AIFF tagsMax Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
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