summaryrefslogtreecommitdiff
path: root/src/decoder/vorbis_comments.c
AgeCommit message (Collapse)Author
2012-09-05decoder/{flac,vorbis}: move tag table to XiphTags.cMax Kellermann
Merge duplicate data.
2012-02-12tag_handler: handle arbitrary name/value pairsMax Kellermann
The new method pair() receives an arbitrary name/value pair. Support for this is being added to a few decoder plugins.
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.
2012-02-11decoder/{vorbis,flac}: use the tag_table libraryMax Kellermann
2012-02-11decoder/vorbis: move code to vorbis_comment.cMax Kellermann