aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagId3.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-02Log: new logging library APIMax Kellermann1-7/+9
2013-09-28tag/{riff,aiff}: convert to C++Max Kellermann1-5/+2
2013-09-26TagHandler: use a TagBuilder internallyMax Kellermann1-10/+6
2013-09-05conf.h: remove obsolete headerMax Kellermann1-2/+1
2013-09-04Tag*: move libtag.a sources to src/tag/Max Kellermann1-0/+0
2013-09-04util/Error: new error passing libraryMax Kellermann1-11/+7
2013-07-30tag: convert to C++Max Kellermann1-5/+6
2013-07-29tag_table: convert to C++Max Kellermann1-1/+1
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-28tag_id3: convert to C++Max Kellermann1-60/+61
2012-10-27Add tag support for DSD (DSDIFF & DSF) decodersJurgen Kramer1-1/+1
2012-10-04PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()Max Kellermann1-1/+2
2012-04-23tag_id3: export tag_id3_load()Max Kellermann1-17/+29
2012-03-06use g_strerror() instead of strerror()Max Kellermann1-1/+1
2012-02-12tag_{ape,id3}: remove the _load() functionsMax Kellermann1-28/+0
2012-02-12tag_handler: handle arbitrary name/value pairsMax Kellermann1-8/+11
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann1-39/+97
2012-02-11tag_id3: use the tag_table library for TXXXMax Kellermann1-15/+10
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-07tag_id3: support multiple valuesMax Kellermann1-10/+36
2010-05-20tag_{id3,ape}: explicitly open files in binary modeMax Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-30tag_id3: fix ID3v1 charset conversionsvitoos1-1/+1
2009-11-15id3: allow 4 MB RIFF/AIFF tagsMax Kellermann1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-13/+13
2009-08-04tag_id3: moved id3_genre_name() call to tag_id3_import_text()Max Kellermann1-6/+6
2009-08-04tag_id3: splitted function tag_id3_import_frame()Max Kellermann1-119/+91
2009-08-04tag_id3: corrected parameter typesMax Kellermann1-2/+3
2009-08-04tag_id3: converted tag_is_id3v1() to an inline functionMax Kellermann1-1/+6
2009-08-04tag_id3: no CamelCaseMax Kellermann1-57/+64
2009-07-09Implement ArtistSort tagBart Nagel1-1/+7
2009-07-07tag_id3: revised "performer" tag supportMax Kellermann1-4/+2
2009-07-07tag: added tag "AlbumArtistSort"Max Kellermann1-1/+2
2009-05-06tag_id3: added support for the UFID frameMax Kellermann1-0/+40
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-02tag_id3: parse ID3 tags in AIFF filesMax Kellermann1-3/+6
2009-03-02tag_id3: parse ID3 tags in RIFF/WAV filesMax Kellermann1-0/+32
2009-01-24tag_id3: added MusicBrainz tag supportMax Kellermann1-0/+79
2009-01-24tag_id3: always allocate tag objectMax Kellermann1-30/+27
2009-01-17conf: replaced getConfigParamValue() with config_get_string()Max Kellermann1-2/+2
2009-01-14tag_id3: added support for the "album artist" tagDaniele Sluijters1-0/+12
2009-01-04path, tag: don't allocate GError for charset conversionMax Kellermann1-4/+1
2009-01-03tag_id3: use GLib instead of utils.hMax Kellermann1-9/+12
2008-12-29tag_id3: use GLib loggingMax Kellermann1-12/+19
2008-12-29tag_id3: strip leading and trailing whitespace from ID3 tagsThomas Jansen1-2/+6
2008-12-02replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen1-2/+2
2008-10-17Makefile.am: don't compile disabled sourcesMax Kellermann1-21/+1
2008-10-15path, tag_id3: use g_convert() instead of charConv.cMax Kellermann1-5/+10
2008-10-15tag_id3: fix indentationMax Kellermann1-28/+28