aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/vorbis_comments.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/{flac,vorbis}: move tag table to XiphTags.cMax Kellermann2012-09-051-8/+2
| | | | Merge duplicate data.
* tag_handler: handle arbitrary name/value pairsMax Kellermann2012-02-121-0/+13
| | | | | The new method pair() receives an arbitrary name/value pair. Support for this is being added to a few decoder plugins.
* decoder_plugin: scan tags with callback tableMax Kellermann2012-02-111-12/+23
| | | | | Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.
* decoder/{vorbis,flac}: use the tag_table libraryMax Kellermann2012-02-111-10/+11
|
* decoder/vorbis: move code to vorbis_comment.cMax Kellermann2012-02-111-0/+131