aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/ffmpeg_metadata.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-15decoder/ffmpeg: always use AV_VERSION_INTJonathan Neuschäfer1-1/+1
2012-02-12tag_handler: handle arbitrary name/value pairsMax Kellermann1-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-11decoder_plugin: scan tags with callback tableMax Kellermann1-8/+12
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.
2012-02-11decoder/ffmpeg: use the tag_table libraryMax Kellermann1-13/+9
2012-02-11decoder/ffmpeg: move code to ffmpeg_metadata.cMax Kellermann1-0/+65