index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tag.h
Age
Commit message (
Expand
)
Author
2013-07-30
tag: convert to C++
Max Kellermann
2013-07-30
tag: move enum tag_type to TagType.h
Max Kellermann
2013-01-07
tag: convert to C++
Max Kellermann
2013-01-07
decoder_api.h, ...: add "extern C"
Max Kellermann
2012-02-12
tag: add attribute "has_playlist"
Max Kellermann
2011-09-13
gcc.h: change "mpd_" prefix to "gcc_"
Max Kellermann
2011-01-29
copyright year 2011
Max Kellermann
2010-03-28
Merge release 0.15.9 from branch 'v0.15.x'
Max Kellermann
2010-03-17
tag: added function tag_merge_replace()
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-11-04
tag: added function tag_name_parse()
Max Kellermann
2009-10-13
tag: removed the "_ITEM_" suffix from the enum names
Max Kellermann
2009-07-09
Implement ArtistSort tag
Bart Nagel
2009-07-07
tag: added tag "AlbumArtistSort"
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-01
tag: added API documentation
Max Kellermann
2009-03-01
tag: no CamelCase
Max Kellermann
2009-02-28
tag: moved APE code to tag_ape.c
Max Kellermann
2009-02-27
tag: make tag.num_items unsigned
Max Kellermann
2009-02-27
tag: no CamelCase
Max Kellermann
2009-02-27
tag: make tag_equal() return bool
Max Kellermann
2009-01-24
tag: added support for MusicBrainz tags
Max Kellermann
2009-01-15
tag: added tag_is_defined()
Max Kellermann
2009-01-15
tag: added tag_get_value()
Max Kellermann
2009-01-13
tag: added core support for the "album artist" tag
Max Kellermann
2009-01-03
tag: added function tag_merge()
Max Kellermann
2008-11-04
tag: added tag_is_empty()
Max Kellermann
2008-11-03
tag: added function tag_has_type()
Max Kellermann
2008-10-31
added prefix to header macros
Max Kellermann
2008-10-13
tag_item: avoid wasting space when struct is unpackable
Eric Wong
2008-10-08
don't include os_compat.h
Max Kellermann
2008-09-29
assume stdint.h and stddef.h are available
Max Kellermann
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
2008-09-07
tag: moved code to tag_print.c
Max Kellermann
2008-08-29
const pointers
Max Kellermann
2008-08-29
tag: try not to reallocate tag.items in every add() call
Max Kellermann
2008-08-29
tag: added a pool for tag items
Max Kellermann
2008-08-29
tag: converted tag_item.value to a char array
Max Kellermann
2008-08-29
tag: converted MpdTag.items to a pointer list
Max Kellermann
2008-08-29
tag: moved code to tag_id3.c
Max Kellermann
2008-08-29
tag: converted tag_add_item() to an inline function
Max Kellermann
2008-08-29
tag: renamed functions, no CamelCase
Max Kellermann
2008-08-29
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
2008-08-28
const pointers
Max Kellermann
2008-08-28
unsigned integers and size_t
Max Kellermann
2008-08-26
converted MpdTagItem.type to an enum
Max Kellermann
2008-02-05
fix -Wconst warnings
Max Kellermann
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2007-04-05
The massive copyright update
Avuton Olrich
2007-03-31
Adding tagtypes command to list available tag types (takes metadata_to_use
J. Alexander Treuman
[next]