aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* labels should be on the left most column, no tabbingWarren Dukes2006-08-091-1/+1
* rewrite getId3Tag so we can get rid of this silly ID3_TAG_BUFLEN crapJ. Alexander Treuman2006-08-071-28/+21
* Indent some #defines in tag.c for better readabilityJ. Alexander Treuman2006-08-071-8/+8
* Reformatting initCommands and fillBufferJ. Alexander Treuman2006-08-071-2/+1
* Our id3 tag buffer should be an array of bytes, not an array of pointers to b...J. Alexander Treuman2006-08-031-4/+4
* Undoing more indent sillinessJ. Alexander Treuman2006-08-031-8/+4
* remove clumsy strncpy useEric Wong2006-07-301-3/+2
* gcc signedness and sparse fixesEric Wong2006-07-301-3/+3
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-3/+3
* Add mpd-indent.shAvuton Olrich2006-07-201-146/+198
* some quick hacks to avoid signedness warnings with gcc4Warren Dukes2006-07-171-5/+5
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-2/+2
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-151-1/+1
* [CLEANUP] Remove unused codeAvuton Olrich2006-07-151-17/+1
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Add back the id3v1_encoding option. Now it really will convert id3v1 only.J. Alexander Treuman2006-06-211-0/+14
* Cleanup getId3Info.J. Alexander Treuman2006-06-211-7/+4
* Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell...J. Alexander Treuman2006-06-211-12/+136
* Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow2006-04-301-1/+6
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-1/+1
* remove C++ style commentsEric Wong2005-11-191-2/+2
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-081-0/+1
* fix bug 421: database read failed with newline in ID3-tagWarren Dukes2005-04-301-1/+1
* removed the id3v1_encoding config option, there's no way to guarantee that we...Warren Dukes2005-03-111-16/+1
* add support for parsing ape tags in musepack filesWarren Dukes2005-03-071-0/+107
* added composer, performer, and comment metadata itemsWarren Dukes2005-03-051-1/+13
* ok, dottemag's id3v1_encoding config parameter should now work.Warren Dukes2004-11-111-1/+19
* we can't store more than 255 tag items per tagWarren Dukes2004-11-101-0/+3
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-91/+214
* merge shank-rewrite-config changesWarren Dukes2004-10-281-12/+0
* apply dottemag's id3v1 encodings patchWarren Dukes2004-10-051-0/+14
* fix booboo in validateUtf8Warren Dukes2004-08-121-4/+4
* stripReturnChar() in validateUtf8tag()Warren Dukes2004-08-111-5/+5
* bug fix for metadata again, had an extra "!" in mpdTagsAreEqual()Warren Dukes2004-06-071-1/+1
* mechanism for updating metadata while decodingWarren Dukes2004-06-061-1/+1
* todo updateWarren Dukes2004-06-061-0/+6
* '\n' are badWarren Dukes2004-06-021-0/+1
* parsing mp3 id3v2 tags on the fly for streamsWarren Dukes2004-06-011-23/+26
* more efficient of updating of metadataWarren Dukes2004-06-011-1/+23
* icynames are now copied to title of streamsWarren Dukes2004-05-311-5/+9
* aac_pluginWarren Dukes2004-05-311-18/+0
* mp4_pluginWarren Dukes2004-05-311-94/+0
* audiofile_pluginWarren Dukes2004-05-311-19/+0
* little cleanup of plugin stuffWarren Dukes2004-05-311-8/+8
* flac_pluginWarren Dukes2004-05-311-114/+0
* mp3 and ogg plugin stuffWarren Dukes2004-05-311-84/+0
* cleanup EINTR checking in tag.cWarren Dukes2004-05-211-3/+2
* add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes2004-05-181-2/+1
* fix a bug in update if unable to open mp4 file, would cause a segfaultWarren Dukes2004-05-151-0/+1