aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-30remove clumsy strncpy useEric Wong1-3/+2
2006-07-30gcc signedness and sparse fixesEric Wong1-3/+3
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-3/+3
2006-07-20Add mpd-indent.shAvuton Olrich1-146/+198
2006-07-17some quick hacks to avoid signedness warnings with gcc4Warren Dukes1-5/+5
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-2/+2
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong1-1/+1
2006-07-15[CLEANUP] Remove unused codeAvuton Olrich1-17/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-06-21Add back the id3v1_encoding option. Now it really will convert id3v1 only.J. Alexander Treuman1-0/+14
2006-06-21Cleanup getId3Info.J. Alexander Treuman1-7/+4
2006-06-21Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell...J. Alexander Treuman1-12/+136
2006-04-30Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow1-1/+6
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-1/+1
2005-11-19remove C++ style commentsEric Wong1-2/+2
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow1-0/+1
2005-04-30fix bug 421: database read failed with newline in ID3-tagWarren Dukes1-1/+1
2005-03-11removed the id3v1_encoding config option, there's no way to guarantee that we...Warren Dukes1-16/+1
2005-03-07add support for parsing ape tags in musepack filesWarren Dukes1-0/+107
2005-03-05added composer, performer, and comment metadata itemsWarren Dukes1-1/+13
2004-11-11ok, dottemag's id3v1_encoding config parameter should now work.Warren Dukes1-1/+19
2004-11-10we can't store more than 255 tag items per tagWarren Dukes1-0/+3
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-91/+214
2004-10-28merge shank-rewrite-config changesWarren Dukes1-12/+0
2004-10-05apply dottemag's id3v1 encodings patchWarren Dukes1-0/+14
2004-08-12fix booboo in validateUtf8Warren Dukes1-4/+4
2004-08-11stripReturnChar() in validateUtf8tag()Warren Dukes1-5/+5
2004-06-07bug fix for metadata again, had an extra "!" in mpdTagsAreEqual()Warren Dukes1-1/+1
2004-06-06mechanism for updating metadata while decodingWarren Dukes1-1/+1
2004-06-06todo updateWarren Dukes1-0/+6
2004-06-02'\n' are badWarren Dukes1-0/+1
2004-06-01parsing mp3 id3v2 tags on the fly for streamsWarren Dukes1-23/+26
2004-06-01more efficient of updating of metadataWarren Dukes1-1/+23
2004-05-31icynames are now copied to title of streamsWarren Dukes1-5/+9
2004-05-31aac_pluginWarren Dukes1-18/+0
2004-05-31mp4_pluginWarren Dukes1-94/+0
2004-05-31audiofile_pluginWarren Dukes1-19/+0
2004-05-31little cleanup of plugin stuffWarren Dukes1-8/+8
2004-05-31flac_pluginWarren Dukes1-114/+0
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-84/+0
2004-05-21cleanup EINTR checking in tag.cWarren Dukes1-3/+2
2004-05-18add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes1-2/+1
2004-05-15fix a bug in update if unable to open mp4 file, would cause a segfaultWarren Dukes1-0/+1
2004-05-06mp4/aac now use InputStreamWarren Dukes1-11/+13
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes1-1/+0
2004-04-13block signals when writing db to ensure db isn't corruptedWarren Dukes1-0/+1
2004-04-13rename all ascii/utf8 stuff to latin1/utf8Warren Dukes1-1/+1
2004-04-13fix a small booboo and add some debugging stuffWarren Dukes1-0/+2