aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Merge release 0.15.9 from branch 'v0.15.x'Max Kellermann2010-03-281-0/+9
|\
| * tag: added function tag_merge_replace()Max Kellermann2010-03-171-0/+9
* | Update copyright notices.Avuton Olrich2009-12-311-1/+1
* | tag: added function tag_name_parse()Max Kellermann2009-11-041-0/+16
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-12/+12
* | Implement ArtistSort tagBart Nagel2009-07-091-0/+1
* | tag: added tag "AlbumArtistSort"Max Kellermann2009-07-071-0/+1
|/
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* tag: added API documentationMax Kellermann2009-03-011-0/+65
* tag: no CamelCaseMax Kellermann2009-03-011-5/+5
* tag: moved APE code to tag_ape.cMax Kellermann2009-02-281-2/+0
* tag: make tag.num_items unsignedMax Kellermann2009-02-271-1/+1
* tag: no CamelCaseMax Kellermann2009-02-271-3/+3
* tag: make tag_equal() return boolMax Kellermann2009-02-271-1/+1
* tag: added support for MusicBrainz tagsMax Kellermann2009-01-241-0/+6
* tag: added tag_is_defined()Max Kellermann2009-01-151-0/+9
* tag: added tag_get_value()Max Kellermann2009-01-151-0/+7
* tag: added core support for the "album artist" tagMax Kellermann2009-01-131-0/+1
* tag: added function tag_merge()Max Kellermann2009-01-031-0/+9
* tag: added tag_is_empty()Max Kellermann2008-11-041-0/+10
* tag: added function tag_has_type()Max Kellermann2008-11-031-0/+7
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* tag_item: avoid wasting space when struct is unpackableEric Wong2008-10-131-1/+1
* don't include os_compat.hMax Kellermann2008-10-081-1/+4
* assume stdint.h and stddef.h are availableMax Kellermann2008-09-291-1/+0
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-1/+1
* tag: moved code to tag_print.cMax Kellermann2008-09-071-4/+0
* const pointersMax Kellermann2008-08-291-4/+4
* tag: try not to reallocate tag.items in every add() callMax Kellermann2008-08-291-1/+15
* tag: added a pool for tag itemsMax Kellermann2008-08-291-1/+2
* tag: converted tag_item.value to a char arrayMax Kellermann2008-08-291-2/+2
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-08-291-1/+1
* tag: moved code to tag_id3.cMax Kellermann2008-08-291-12/+0
* tag: converted tag_add_item() to an inline functionMax Kellermann2008-08-291-2/+5
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-14/+14
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-15/+15
* const pointersMax Kellermann2008-08-281-1/+1
* unsigned integers and size_tMax Kellermann2008-08-281-1/+2
* converted MpdTagItem.type to an enumMax Kellermann2008-08-261-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