summaryrefslogtreecommitdiff
path: root/src/tag.h
AgeCommit message (Expand)Author
2013-07-30tag: convert to C++Max Kellermann
2013-07-30tag: move enum tag_type to TagType.hMax Kellermann
2013-01-07tag: convert to C++Max Kellermann
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann
2012-02-12tag: add attribute "has_playlist"Max Kellermann
2011-09-13gcc.h: change "mpd_" prefix to "gcc_"Max Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-03-28Merge release 0.15.9 from branch 'v0.15.x'Max Kellermann
2010-03-17tag: added function tag_merge_replace()Max Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-11-04tag: added function tag_name_parse()Max Kellermann
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann
2009-07-09Implement ArtistSort tagBart Nagel
2009-07-07tag: added tag "AlbumArtistSort"Max Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-01tag: added API documentationMax Kellermann
2009-03-01tag: no CamelCaseMax Kellermann
2009-02-28tag: moved APE code to tag_ape.cMax Kellermann
2009-02-27tag: make tag.num_items unsignedMax Kellermann
2009-02-27tag: no CamelCaseMax Kellermann
2009-02-27tag: make tag_equal() return boolMax Kellermann
2009-01-24tag: added support for MusicBrainz tagsMax Kellermann
2009-01-15tag: added tag_is_defined()Max Kellermann
2009-01-15tag: added tag_get_value()Max Kellermann
2009-01-13tag: added core support for the "album artist" tagMax Kellermann
2009-01-03tag: added function tag_merge()Max Kellermann
2008-11-04tag: added tag_is_empty()Max Kellermann
2008-11-03tag: added function tag_has_type()Max Kellermann
2008-10-31added prefix to header macrosMax Kellermann
2008-10-13tag_item: avoid wasting space when struct is unpackableEric Wong
2008-10-08don't include os_compat.hMax Kellermann
2008-09-29assume stdint.h and stddef.h are availableMax Kellermann
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