[FFmpeg-devel] [PATCH 0/7] dashenc fixes

Peter Große pegro at friiks.de
Thu Oct 26 18:58:33 EEST 2017


Some DASH muxer fixes after commits from libav got merged.

Anton Schubert (2):
  dashenc: fix bitrate estimation with correct scaling
  dashenc: Don't output frameRates at both AS and Representation-level.
    Only output maxFrameRate at AS-level.

Peter Große (5):
  dashenc: use av_dict_set_int instead of static function
  dashenc: set DASH related options for the subsequent matroska muxer
    when using webm
  dashenc: don't write header data before the first packet arrives
  dashenc: allow AdaptaionSets to have different average frame rates
  dashenc: copy stream frame rate to output stream

 libavformat/dashenc.c | 42 ++++++++++++++++++++----------------------
 1 file changed, 20 insertions(+), 22 deletions(-)

-- 
2.13.6



More information about the ffmpeg-devel mailing list