aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_ape.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-30tag_ape: remove duplicate entries in the tag name tableMax Kellermann1-7/+5
2010-06-30tag_ape: move code to tag_ape_name_parse()Max Kellermann1-1/+7
2010-06-30tag_ape: move table lookup to tag_table.hMax Kellermann1-9/+9
2010-06-30tag_ape: support album artistMax Kellermann1-0/+1
2010-06-30tag_ape: simplified the apeItems arrayMax Kellermann1-22/+12
2010-06-30tag_ape: moved code to tag_ape_import_item()Max Kellermann1-12/+22
2010-06-30tag_ape: converted apeItems and tagItems to global varsMax Kellermann1-20/+20
2009-07-19ape: added protection against large memory allocationsMax Kellermann1-0/+3
2009-07-19tag_ape: removed redundant length checkMax Kellermann1-3/+4
2009-07-18ape: check the tag size (fixes integer underflow)Max Kellermann1-1/+1
2009-04-28tag: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-02-28tag: moved APE code to tag_ape.cMax Kellermann1-0/+145