aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-1/+1
* const pointersMax Kellermann2008-09-021-4/+4
* tag: try not to reallocate tag.items in every add() callMax Kellermann2008-09-021-1/+15
* tag: added a pool for tag itemsMax Kellermann2008-09-021-1/+2
* tag: converted tag_item.value to a char arrayMax Kellermann2008-09-021-2/+2
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-09-021-1/+1
* tag: moved code to tag_id3.cMax Kellermann2008-09-021-12/+0
* tag: converted tag_add_item() to an inline functionMax Kellermann2008-09-021-2/+5
* tag: renamed functions, no CamelCaseMax Kellermann2008-09-021-14/+14
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-15/+15
* const pointersMax Kellermann2008-08-311-1/+1
* unsigned integers and size_tMax Kellermann2008-08-311-1/+2
* converted MpdTagItem.type to an enumMax Kellermann2008-08-301-16/+18
* fix -Wconst warningsMax Kellermann2008-02-051-1/+1
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-3/+0
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Adding tagtypes command to list available tag types (takes metadata_to_useJ. Alexander Treuman2007-03-311-0/+2
* Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman2007-02-181-1/+1
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-2/+2
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-9/+9
* Remove hosted libid3tag & libmadAvuton Olrich2006-07-161-4/+0
* [CLEANUP] Remove unused codeAvuton Olrich2006-07-151-5/+0
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow2006-04-301-1/+2
* add support for parsing ape tags in musepack filesWarren Dukes2005-03-071-0/+2
* added composer, performer, and comment metadata itemsWarren Dukes2005-03-051-1/+4
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-7/+35
* mechanism for updating metadata while decodingWarren Dukes2004-06-061-1/+0
* todo updateWarren Dukes2004-06-061-0/+1
* parsing mp3 id3v2 tags on the fly for streamsWarren Dukes2004-06-011-0/+11
* more efficient of updating of metadataWarren Dukes2004-06-011-0/+2
* icynames are now copied to title of streamsWarren Dukes2004-05-311-0/+2
* little cleanup of plugin stuffWarren Dukes2004-05-311-23/+1
* mp3 and ogg plugin stuffWarren Dukes2004-05-311-0/+4
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* parse length from Aac files and ID3 tagsWarren Dukes2004-03-211-0/+2
* bunch of autotool cleanupsWarren Dukes2004-03-181-1/+2
* have AAC and MP4 typesWarren Dukes2004-03-171-0/+1
* fix a few snafoo's in configure.acWarren Dukes2004-03-171-0/+4
* move time back into MpdTagWarren Dukes2004-03-111-0/+1
* move time from tag info to song info.Warren Dukes2004-03-101-1/+0
* import from SF CVSWarren Dukes2004-02-231-0/+56