| Commit message (Expand) | Author | Age | Files | Lines |
* | tag: added function tag_name_parse() | Max Kellermann | 2009-11-04 | 1 | -0/+16 |
* | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 2009-10-13 | 1 | -12/+12 |
* | Implement ArtistSort tag | Bart Nagel | 2009-07-09 | 1 | -0/+1 |
* | tag: added tag "AlbumArtistSort" | Max Kellermann | 2009-07-07 | 1 | -0/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | tag: added API documentation | Max Kellermann | 2009-03-01 | 1 | -0/+65 |
* | tag: no CamelCase | Max Kellermann | 2009-03-01 | 1 | -5/+5 |
* | tag: moved APE code to tag_ape.c | Max Kellermann | 2009-02-28 | 1 | -2/+0 |
* | tag: make tag.num_items unsigned | Max Kellermann | 2009-02-27 | 1 | -1/+1 |
* | tag: no CamelCase | Max Kellermann | 2009-02-27 | 1 | -3/+3 |
* | tag: make tag_equal() return bool | Max Kellermann | 2009-02-27 | 1 | -1/+1 |
* | tag: added support for MusicBrainz tags | Max Kellermann | 2009-01-24 | 1 | -0/+6 |
* | tag: added tag_is_defined() | Max Kellermann | 2009-01-15 | 1 | -0/+9 |
* | tag: added tag_get_value() | Max Kellermann | 2009-01-15 | 1 | -0/+7 |
* | tag: added core support for the "album artist" tag | Max Kellermann | 2009-01-13 | 1 | -0/+1 |
* | tag: added function tag_merge() | Max Kellermann | 2009-01-03 | 1 | -0/+9 |
* | tag: added tag_is_empty() | Max Kellermann | 2008-11-04 | 1 | -0/+10 |
* | tag: added function tag_has_type() | Max Kellermann | 2008-11-03 | 1 | -0/+7 |
* | added prefix to header macros | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | tag_item: avoid wasting space when struct is unpackable | Eric Wong | 2008-10-13 | 1 | -1/+1 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -1/+4 |
* | assume stdint.h and stddef.h are available | Max Kellermann | 2008-09-29 | 1 | -1/+0 |
* | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 2008-09-29 | 1 | -1/+1 |
* | tag: moved code to tag_print.c | Max Kellermann | 2008-09-07 | 1 | -4/+0 |
* | const pointers | Max Kellermann | 2008-08-29 | 1 | -4/+4 |
* | tag: try not to reallocate tag.items in every add() call | Max Kellermann | 2008-08-29 | 1 | -1/+15 |
* | tag: added a pool for tag items | Max Kellermann | 2008-08-29 | 1 | -1/+2 |
* | tag: converted tag_item.value to a char array | Max Kellermann | 2008-08-29 | 1 | -2/+2 |
* | tag: converted MpdTag.items to a pointer list | Max Kellermann | 2008-08-29 | 1 | -1/+1 |
* | tag: moved code to tag_id3.c | Max Kellermann | 2008-08-29 | 1 | -12/+0 |
* | tag: converted tag_add_item() to an inline function | Max Kellermann | 2008-08-29 | 1 | -2/+5 |
* | tag: renamed functions, no CamelCase | Max Kellermann | 2008-08-29 | 1 | -14/+14 |
* | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 2008-08-29 | 1 | -15/+15 |
* | const pointers | Max Kellermann | 2008-08-28 | 1 | -1/+1 |
* | unsigned integers and size_t | Max Kellermann | 2008-08-28 | 1 | -1/+2 |
* | converted MpdTagItem.type to an enum | Max Kellermann | 2008-08-26 | 1 | -16/+18 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -1/+1 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -3/+0 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Adding tagtypes command to list available tag types (takes metadata_to_use | J. Alexander Treuman | 2007-03-31 | 1 | -0/+2 |
* | Closing some parenthesis around shank's email address in copyright headers. | J. Alexander Treuman | 2007-02-18 | 1 | -1/+1 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -2/+2 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -1/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -9/+9 |
* | Remove hosted libid3tag & libmad | Avuton Olrich | 2006-07-16 | 1 | -4/+0 |
* | [CLEANUP] Remove unused code | Avuton Olrich | 2006-07-15 | 1 | -5/+0 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Added Disc # metadata item based on bug 571 (added id3v2 support) | Qball Cow | 2006-04-30 | 1 | -1/+2 |
* | add support for parsing ape tags in musepack files | Warren Dukes | 2005-03-07 | 1 | -0/+2 |