aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-1/+1
2008-09-02const pointersMax Kellermann1-4/+4
2008-09-02tag: try not to reallocate tag.items in every add() callMax Kellermann1-1/+15
2008-09-02tag: added a pool for tag itemsMax Kellermann1-1/+2
2008-09-02tag: converted tag_item.value to a char arrayMax Kellermann1-2/+2
2008-09-02tag: converted MpdTag.items to a pointer listMax Kellermann1-1/+1
2008-09-02tag: moved code to tag_id3.cMax Kellermann1-12/+0
2008-09-02tag: converted tag_add_item() to an inline functionMax Kellermann1-2/+5
2008-09-02tag: renamed functions, no CamelCaseMax Kellermann1-14/+14
2008-09-02tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann1-15/+15
2008-08-31const pointersMax Kellermann1-1/+1
2008-08-31unsigned integers and size_tMax Kellermann1-1/+2
2008-08-30converted MpdTagItem.type to an enumMax Kellermann1-16/+18
2008-02-05fix -Wconst warningsMax Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+0
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/+2
2007-02-18Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman1-1/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-2/+2
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-9/+9
2006-07-16Remove hosted libid3tag & libmadAvuton Olrich1-4/+0
2006-07-15[CLEANUP] Remove unused codeAvuton Olrich1-5/+0
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-04-30Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow1-1/+2
2005-03-07add support for parsing ape tags in musepack filesWarren Dukes1-0/+2
2005-03-05added composer, performer, and comment metadata itemsWarren Dukes1-1/+4
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-7/+35
2004-06-06mechanism for updating metadata while decodingWarren Dukes1-1/+0
2004-06-06todo updateWarren Dukes1-0/+1
2004-06-01parsing mp3 id3v2 tags on the fly for streamsWarren Dukes1-0/+11
2004-06-01more efficient of updating of metadataWarren Dukes1-0/+2
2004-05-31icynames are now copied to title of streamsWarren Dukes1-0/+2
2004-05-31little cleanup of plugin stuffWarren Dukes1-23/+1
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-0/+4
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-03-21parse length from Aac files and ID3 tagsWarren Dukes1-0/+2
2004-03-18bunch of autotool cleanupsWarren Dukes1-1/+2
2004-03-17have AAC and MP4 typesWarren Dukes1-0/+1
2004-03-17fix a few snafoo's in configure.acWarren Dukes1-0/+4
2004-03-11move time back into MpdTagWarren Dukes1-0/+1
2004-03-10move time from tag info to song info.Warren Dukes1-1/+0