aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/vorbis_comments.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-09-05decoder/{flac,vorbis}: move tag table to XiphTags.cMax Kellermann1-8/+2
Merge duplicate data.
2012-02-12tag_handler: handle arbitrary name/value pairsMax Kellermann1-0/+13
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 Kellermann1-12/+23
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 Kellermann1-10/+11
2012-02-11decoder/vorbis: move code to vorbis_comment.cMax Kellermann1-0/+131