aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_id3.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-30tag_id3: fix ID3v1 charset conversionsvitoos1-1/+1
2009-11-15id3: allow 4 MB RIFF/AIFF tagsMax Kellermann1-1/+1
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
2008-08-29const pointersMax Kellermann1-1/+1
2008-08-29tag: moved code to tag_id3.cMax Kellermann1-374/+5
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann1-24/+24
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-22/+23
2008-08-28const pointersMax Kellermann1-2/+2
2008-08-28unsigned integers and size_tMax Kellermann1-4/+3
2008-08-26converted MpdTagItem.type to an enumMax Kellermann1-3/+5
2008-04-12clean up CPP includesMax Kellermann1-4/+0
2008-04-12yet more unsigned integersMax Kellermann1-2/+1
2008-04-12whitespace cleanupMax Kellermann1-67/+67
2008-03-26use size_tMax Kellermann1-4/+4
2008-03-26eliminated duplicate initializationMax Kellermann1-5/+5
2008-02-05fix -Wconst warningsMax Kellermann1-3/+4
2008-01-26fixed -Wshadow warningsMax Kellermann1-14/+14
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-7/+1
2007-12-28Merge branches/ew r7104Eric Wong1-1/+2
2007-11-21When parsing id3_frames take in account that there are different framesQball Cow1-40/+137
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-2/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-03-31Adding tagtypes command to list available tag types (takes metadata_to_useJ. Alexander Treuman1-0/+10
2007-03-20Doing those previous SONG_* commits properly. Thanks to normalperson forJ. Alexander Treuman1-1/+1
2007-03-20Use SONG_TIME instead of literal "Time: " for consistency with db code.J. Alexander Treuman1-1/+2
2007-03-09fix bug #1458Warren Dukes1-2/+1
2007-02-23Make mpd fetch the Original artist/performer tag from mp3'sQball Cow1-0/+4
2007-02-18Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman1-1/+1
2006-11-26Check that the APE tag length is valid before allocating a buffer for it.J. Alexander Treuman1-0/+2
2006-09-11tag.c: remove unnecessary #includesEric Wong1-7/+0
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-7/+7
2006-08-18Cast isostr to char * to fix yet another warningJ. Alexander Treuman1-1/+1
2006-08-18Change type of isostr to fix warningJ. Alexander Treuman1-1/+1
2006-08-15Avoid an unnecessary encoding conversion when converting id3v1 tags. Also ma...J. Alexander Treuman1-22/+17
2006-08-15tag.c: fix segfault on failed id3v1 character conversionEric Wong1-0/+10