Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-02-15 | decoder/ffmpeg: always use AV_VERSION_INT | Jonathan Neuschäfer | 1 | -1/+1 | |
2012-02-12 | tag_handler: handle arbitrary name/value pairs | Max Kellermann | 1 | -0/+20 | |
The new method pair() receives an arbitrary name/value pair. Support for this is being added to a few decoder plugins. | |||||
2012-02-11 | decoder_plugin: scan tags with callback table | Max Kellermann | 1 | -8/+12 | |
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object. | |||||
2012-02-11 | decoder/ffmpeg: use the tag_table library | Max Kellermann | 1 | -13/+9 | |
2012-02-11 | decoder/ffmpeg: move code to ffmpeg_metadata.c | Max Kellermann | 1 | -0/+65 | |