aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/ffmpeg_metadata.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/ffmpeg: always use AV_VERSION_INTJonathan Neuschäfer2012-02-151-1/+1
|
* Merge branch 'v0.16.x'Max Kellermann2012-02-131-1/+1
| | | | | | | | Conflicts: NEWS configure.ac src/decoder/ffmpeg_decoder_plugin.c test/read_tags.c
* tag_handler: handle arbitrary name/value pairsMax Kellermann2012-02-121-0/+20
| | | | | 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-8/+12
| | | | | 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-111-13/+9
|
* decoder/ffmpeg: move code to ffmpeg_metadata.cMax Kellermann2012-02-111-0/+65