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