aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
Commit message (Expand)AuthorAge
* tag: convert to C++Max Kellermann2013-01-07
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-07
* tag: add attribute "has_playlist"Max Kellermann2012-02-12
* gcc.h: change "mpd_" prefix to "gcc_"Max Kellermann2011-09-13
* copyright year 2011Max Kellermann2011-01-29
* Merge release 0.15.9 from branch 'v0.15.x'Max Kellermann2010-03-28
|\
| * tag: added function tag_merge_replace()Max Kellermann2010-03-17
* | Update copyright notices.Avuton Olrich2009-12-31
* | tag: added function tag_name_parse()Max Kellermann2009-11-04
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-13
* | Implement ArtistSort tagBart Nagel2009-07-09
* | tag: added tag "AlbumArtistSort"Max Kellermann2009-07-07
|/
* all: Update copyright header.Avuton Olrich2009-03-13
* tag: added API documentationMax Kellermann2009-03-01
* tag: no CamelCaseMax Kellermann2009-03-01
* tag: moved APE code to tag_ape.cMax Kellermann2009-02-28
* tag: make tag.num_items unsignedMax Kellermann2009-02-27
* tag: no CamelCaseMax Kellermann2009-02-27
* tag: make tag_equal() return boolMax Kellermann2009-02-27
* tag: added support for MusicBrainz tagsMax Kellermann2009-01-24
* tag: added tag_is_defined()Max Kellermann2009-01-15
* tag: added tag_get_value()Max Kellermann2009-01-15
* tag: added core support for the "album artist" tagMax Kellermann2009-01-13
* tag: added function tag_merge()Max Kellermann2009-01-03
* tag: added tag_is_empty()Max Kellermann2008-11-04
* tag: added function tag_has_type()Max Kellermann2008-11-03
* added prefix to header macrosMax Kellermann2008-10-31
* tag_item: avoid wasting space when struct is unpackableEric Wong2008-10-13
* don't include os_compat.hMax Kellermann2008-10-08
* assume stdint.h and stddef.h are availableMax Kellermann2008-09-29
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-29
* tag: moved code to tag_print.cMax Kellermann2008-09-07
* const pointersMax Kellermann2008-08-29
* tag: try not to reallocate tag.items in every add() callMax Kellermann2008-08-29
* tag: added a pool for tag itemsMax Kellermann2008-08-29
* tag: converted tag_item.value to a char arrayMax Kellermann2008-08-29
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-08-29
* tag: moved code to tag_id3.cMax Kellermann2008-08-29
* tag: converted tag_add_item() to an inline functionMax Kellermann2008-08-29
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-29
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-29
* const pointersMax Kellermann2008-08-28
* unsigned integers and size_tMax Kellermann2008-08-28
* converted MpdTagItem.type to an enumMax Kellermann2008-08-26
* fix -Wconst warningsMax Kellermann2008-02-05
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* The massive copyright updateAvuton Olrich2007-04-05
* Adding tagtypes command to list available tag types (takes metadata_to_useJ. Alexander Treuman2007-03-31
* Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman2007-02-18
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20