aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_table.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tag_id3: use the tag_table library for TXXXMax Kellermann2012-02-111-0/+16
|
* tag_table: convert to a structMax Kellermann2012-02-111-5/+11
| | | | | The struct is smaller because it is sparse. Its traversal is also more efficient.
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* tag_ape: move table lookup to tag_table.hMax Kellermann2010-05-301-0/+43
Allow code sharing.