summaryrefslogtreecommitdiff
path: root/src/tag.h
AgeCommit message (Expand)Author
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong
2008-09-07tag: moved code to tag_print.cMax Kellermann
2008-08-29const pointersMax Kellermann
2008-08-29tag: try not to reallocate tag.items in every add() callMax Kellermann
2008-08-29tag: added a pool for tag itemsMax Kellermann
2008-08-29tag: converted tag_item.value to a char arrayMax Kellermann
2008-08-29tag: converted MpdTag.items to a pointer listMax Kellermann
2008-08-29tag: moved code to tag_id3.cMax Kellermann
2008-08-29tag: converted tag_add_item() to an inline functionMax Kellermann
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann
2008-08-28const pointersMax Kellermann
2008-08-28unsigned integers and size_tMax Kellermann
2008-08-26converted MpdTagItem.type to an enumMax Kellermann
2008-02-05fix -Wconst warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-04-05The massive copyright updateAvuton Olrich
2007-03-31Adding tagtypes command to list available tag types (takes metadata_to_useJ. Alexander Treuman
2007-02-18Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich
2006-07-30interface/connection malloc reductions from mpd-keEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-16Remove hosted libid3tag & libmadAvuton Olrich
2006-07-15[CLEANUP] Remove unused codeAvuton Olrich
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2006-04-30Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow
2005-03-07add support for parsing ape tags in musepack filesWarren Dukes
2005-03-05added composer, performer, and comment metadata itemsWarren Dukes
2004-11-10merge changes from metadata-rewrite branchWarren Dukes
2004-06-06mechanism for updating metadata while decodingWarren Dukes
2004-06-06todo updateWarren Dukes
2004-06-01parsing mp3 id3v2 tags on the fly for streamsWarren Dukes
2004-06-01more efficient of updating of metadataWarren Dukes
2004-05-31icynames are now copied to title of streamsWarren Dukes
2004-05-31little cleanup of plugin stuffWarren Dukes
2004-05-31mp3 and ogg plugin stuffWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-03-21parse length from Aac files and ID3 tagsWarren Dukes
2004-03-18bunch of autotool cleanupsWarren Dukes
2004-03-17have AAC and MP4 typesWarren Dukes
2004-03-17fix a few snafoo's in configure.acWarren Dukes
2004-03-11move time back into MpdTagWarren Dukes
2004-03-10move time from tag info to song info.Warren Dukes
2004-02-23import from SF CVSWarren Dukes