Some bugfixes and improvements to the MPEG-DASH muxer. Most importantly it adds support for explicitly assigning streams to AdaptationSets and for muxing WebM.
TODO: FATE tests [1] http://standards.iso.org/ittf/PubliclyAvailableStandards/c065274_ISO_IEC_23009-1_2014.zip Anton Schubert (2): dashenc: fix ISO8601 UTC parsing dashenc: increase buffer time hint in the manifest Peter Große (10): dashenc: add mandatory id to AdaptationSet and Period in manifest dashenc: add option to provide UTC timing source dashenc: separate segments based on current segment duration dashenc: support for hinting stream bandwidth using metadata option dashenc: calculate stream bitrate from first segment if not available dashenc: add support for assigning streams to AdaptationSets dashenc: copy language and role metadata from streams assigned to sets dashenc: use avio_dynbuf instead of packet_write callback dashenc: add webm support doc: add dash muxer doc/muxers.texi | 53 +++++++ libavformat/dashenc.c | 407 +++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 373 insertions(+), 87 deletions(-) -- 2.10.2 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
