Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tag_handler: handle arbitrary name/value pairs | Max Kellermann | 2012-02-12 | 1 | -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 table | Max Kellermann | 2012-02-11 | 1 | -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 library | Max Kellermann | 2012-02-11 | 1 | -10/+11 |
| | |||||
* | decoder/vorbis: move code to vorbis_comment.c | Max Kellermann | 2012-02-11 | 1 | -0/+131 |