aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-06-30tag: added function tag_name_parse()Max Kellermann1-0/+16
2010-03-17tag: added function tag_merge_replace()Max Kellermann1-0/+9
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-04tag: added function tag_name_parse()Max Kellermann1-0/+16
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-12/+12
2009-07-09Implement ArtistSort tagBart Nagel1-0/+1
2009-07-07tag: added tag "AlbumArtistSort"Max Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-01tag: added API documentationMax Kellermann1-0/+65
2009-03-01tag: no CamelCaseMax Kellermann1-5/+5
2009-02-28tag: moved APE code to tag_ape.cMax Kellermann1-2/+0
2009-02-27tag: make tag.num_items unsignedMax Kellermann1-1/+1
2009-02-27tag: no CamelCaseMax Kellermann1-3/+3
2009-02-27tag: make tag_equal() return boolMax Kellermann1-1/+1
2009-01-24tag: added support for MusicBrainz tagsMax Kellermann1-0/+6
2009-01-15tag: added tag_is_defined()Max Kellermann1-0/+9
2009-01-15tag: added tag_get_value()Max Kellermann1-0/+7
2009-01-13tag: added core support for the "album artist" tagMax Kellermann1-0/+1
2009-01-03tag: added function tag_merge()Max Kellermann1-0/+9
2008-11-04tag: added tag_is_empty()Max Kellermann1-0/+10
2008-11-03tag: added function tag_has_type()Max Kellermann1-0/+7
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-13tag_item: avoid wasting space when struct is unpackableEric Wong1-1/+1
2008-10-08don't include os_compat.hMax Kellermann1-1/+4
2008-09-29assume stdint.h and stddef.h are availableMax Kellermann1-1/+0
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-1/+1
2008-09-07tag: moved code to tag_print.cMax Kellermann1-4/+0
2008-08-29const pointersMax Kellermann1-4/+4
2008-08-29tag: try not to reallocate tag.items in every add() callMax Kellermann1-1/+15
2008-08-29tag: added a pool for tag itemsMax Kellermann1-1/+2
2008-08-29tag: converted tag_item.value to a char arrayMax Kellermann1-2/+2
2008-08-29tag: converted MpdTag.items to a pointer listMax Kellermann1-1/+1
2008-08-29tag: moved code to tag_id3.cMax Kellermann1-12/+0
2008-08-29tag: converted tag_add_item() to an inline functionMax Kellermann1-2/+5
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann1-14/+14
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-15/+15
2008-08-28const pointersMax Kellermann1-1/+1
2008-08-28unsigned integers and size_tMax Kellermann1-1/+2
2008-08-26converted 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