aboutsummaryrefslogtreecommitdiff
path: root/src/tag_ape.c
Commit message (Expand)AuthorAge
* decoder/wavpack: support all APEv2 tagsMax Kellermann2012-09-25
* tag_ape: return false if no usable tag was foundMax Kellermann2012-07-29
* tag_{ape,id3}: remove the _load() functionsMax Kellermann2012-02-12
* tag_handler: handle arbitrary name/value pairsMax Kellermann2012-02-12
* decoder_plugin: scan tags with callback tableMax Kellermann2012-02-11
* tag_table: convert to a structMax Kellermann2012-02-11
* copyright year 2011Max Kellermann2011-01-29
* tag_ape: support multiple valuesMax Kellermann2010-11-24
* tag_ape: move code to ape.cMax Kellermann2010-11-18
* tag_ape: remove duplicate entries in the tag name tableMax Kellermann2010-05-31
* tag_ape: move code to tag_ape_name_parse()Max Kellermann2010-05-31
* tag_ape: move table lookup to tag_table.hMax Kellermann2010-05-30
* tag_ape: support album artist, MusicBrainz tagsMax Kellermann2010-05-30
* tag_{id3,ape}: explicitly open files in binary modeMax Kellermann2010-05-20
* Update copyright notices.Avuton Olrich2009-12-31
* include config.h in all sourcesMax Kellermann2009-11-12
* tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-13
* Merged release 0.15.2 from branch 'v0.15.x'Max Kellermann2009-08-15
|\
| * ape: added protection against large memory allocationsMax Kellermann2009-07-19
| * tag_ape: removed redundant length checkMax Kellermann2009-07-19
| * ape: check the tag size (fixes integer underflow)Max Kellermann2009-07-18
* | tag_ape: simplified the apeItems arrayMax Kellermann2009-07-19
* | tag_ape: moved code to tag_ape_import_item()Max Kellermann2009-07-19
* | tag_ape: converted apeItems and tagItems to global varsMax Kellermann2009-07-19
|/
* tag: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* all: Update copyright header.Avuton Olrich2009-03-13
* tag: moved APE code to tag_ape.cMax Kellermann2009-02-28