aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_id3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* tag_id3: support multiple valuesMax Kellermann2010-12-071-10/+36
* tag_{id3,ape}: explicitly open files in binary modeMax Kellermann2010-05-201-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* Merge branch 'v0.15.x'Max Kellermann2009-12-141-1/+1
|\
| * tag_id3: fix ID3v1 charset conversionsvitoos2009-11-301-1/+1
* | Merged release 0.15.6 from branch 'v0.15.x'Max Kellermann2009-11-191-1/+1
|\|
| * id3: allow 4 MB RIFF/AIFF tagsMax Kellermann2009-11-151-1/+1
* | include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-13/+13
* | tag_id3: moved id3_genre_name() call to tag_id3_import_text()Max Kellermann2009-08-041-6/+6
* | tag_id3: splitted function tag_id3_import_frame()Max Kellermann2009-08-041-119/+91
* | tag_id3: corrected parameter typesMax Kellermann2009-08-041-2/+3
* | tag_id3: converted tag_is_id3v1() to an inline functionMax Kellermann2009-08-041-1/+6
* | tag_id3: no CamelCaseMax Kellermann2009-08-041-57/+64
* | Implement ArtistSort tagBart Nagel2009-07-091-1/+7
* | tag_id3: revised "performer" tag supportMax Kellermann2009-07-071-4/+2
* | tag: added tag "AlbumArtistSort"Max Kellermann2009-07-071-1/+2
|/
* tag_id3: added support for the UFID frameMax Kellermann2009-05-061-0/+40
* 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