aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/ffmpeg_metadata.c
Commit message (Collapse)AuthorAge
* decoder/ffmpeg: always use AV_VERSION_INTJonathan Neuschäfer2012-02-15
|
* Merge branch 'v0.16.x'Max Kellermann2012-02-13
| | | | | | | | Conflicts: NEWS configure.ac src/decoder/ffmpeg_decoder_plugin.c test/read_tags.c
* tag_handler: handle arbitrary name/value pairsMax Kellermann2012-02-12
| | | | | 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-11
| | | | | Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.
* decoder/ffmpeg: use the tag_table libraryMax Kellermann2012-02-11
|
* decoder/ffmpeg: move code to ffmpeg_metadata.cMax Kellermann2012-02-11