aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_ape.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* tag_ape: support multiple valuesMax Kellermann2010-11-241-1/+15
* tag_ape: move code to ape.cMax Kellermann2010-11-181-93/+19
* tag_ape: remove duplicate entries in the tag name tableMax Kellermann2010-05-311-13/+5
* tag_ape: move code to tag_ape_name_parse()Max Kellermann2010-05-311-1/+7
* tag_ape: move table lookup to tag_table.hMax Kellermann2010-05-301-9/+9
* tag_ape: support album artist, MusicBrainz tagsMax Kellermann2010-05-301-1/+8
* tag_{id3,ape}: explicitly open files in binary modeMax Kellermann2010-05-201-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-7/+7
* Merged release 0.15.2 from branch 'v0.15.x'Max Kellermann2009-08-151-4/+8
|\
| * 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_ape: simplified the apeItems arrayMax Kellermann2009-07-191-22/+12
* | tag_ape: moved code to tag_ape_import_item()Max Kellermann2009-07-191-12/+22
* | tag_ape: converted apeItems and tagItems to global varsMax Kellermann2009-07-191-20/+20
|/
* 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