summaryrefslogtreecommitdiffstats
path: root/common/tags.c
Commit message (Collapse)AuthorAgeFilesLines
* tags: add copy functionwm42014-07-161-0/+13
|
* demux, stream: change metadata notificationwm42014-07-051-0/+6
| | | | | | | | | | | | (Again.) This time, we simply make it event-based, as it should be. This is done for both demuxer metadata and stream metadata. For some ogg-over-icy streams, 2 updates are reported on stream start. This is because libavformat reports an update right on start, while including the same info in the "static" metadata. I don't know if that's a bug or a feature.
* mp_tags: move generic mp_tags stuff into its own .c/.h files in common/Kevin Mitchell2014-04-131-0/+70
rename add_metadata to the more genera/descriptive mp_tags_copy_items_from_av_dictionary Signed-off-by: wm4 <wm4@nowhere>