Let's hope that the third time is a charm.

Andrew Stone (10):
  Add AVFormatContext.event_flags for signaling to the user when events
    have happened in the stream.
  AVOption: add support for dictionary types.
  http: export icecast metadata as an option with name "metadata".
  http: enable icy metadata by default.
  Set protocol-level metadata in AVFormatContext any time a packet is
    read.
  Expose metadata found in onCuePoint events in .flv files.
  flvdec: update AVFormatContext.event_flags with METADATA_UPDATED
    whenever     metadata changes.
  nutdec: update AVFormatContext.event_flags with METADATA_UPDATED
    whenever     metadata changes.
  ogg: update AVFormatContext.event_flags with METADATA_UPDATED whenever
        metadata changes.
  mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever
        metadata changes.

 Changelog                    |  1 +
 doc/APIchanges               |  8 +++++
 doc/protocols.texi           |  2 +-
 libavformat/avformat.h       |  9 +++++
 libavformat/flvdec.c         | 83 +++++++++++++++++++++++---------------------
 libavformat/http.c           | 33 +++++++++++++++++-
 libavformat/mov.c            |  6 ++++
 libavformat/nutdec.c         |  4 ++-
 libavformat/oggparsevorbis.c |  4 ++-
 libavformat/utils.c          | 11 ++++++
 libavformat/version.h        |  2 +-
 libavutil/opt.c              | 54 ++++++++++++++++++++++++++--
 libavutil/opt.h              | 31 +++++++++++------
 libavutil/version.h          |  2 +-
 14 files changed, 191 insertions(+), 59 deletions(-)

--
2.0.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to