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