[FFmpeg-cvslog] avconv.c: fix calculation of input file duration in seek_to_start()

2017-11-11 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Mon Oct 30 12:25:26 2017 +0100| [22241208eb7d0168b2afc128af5a128a9ef0a89b] | committer: Diego Biurrun avconv.c: fix calculation of input file duration in seek_to_start() Fixes looping files without audio or when using stream_copy,

[FFmpeg-cvslog] dashenc: copy stream frame rate to output stream

2017-11-11 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Thu Oct 26 18:02:05 2017 +0200| [91760a934055ab06812885ab5ec1a97a8db6d217] | committer: Luca Barbato dashenc: copy stream frame rate to output stream Leads to setting of DefaultDuration in Matroska muxer based on frame rate i

[FFmpeg-cvslog] avconv: when using -loop option bail out if seek to start fails

2017-11-10 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Fri Jun 30 17:28:53 2017 +0200| [a58873b11198d04670b7f98f5a8a749d742db7c5] | committer: Anton Khirnov avconv: when using -loop option bail out if seek to start fails Fixes an infinite loop when a demuxer fails to seek to the

[FFmpeg-cvslog] ffmpeg.c: fix calculation of input file duration in seek_to_start()

2017-11-04 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Sun Oct 29 12:08:05 2017 +0100| [3ddb887c88483ce089b29a30d0d0aa574c8cdc66] | committer: Michael Niedermayer ffmpeg.c: fix calculation of input file duration in seek_to_start() Fixes looping files without audio or when using strea

[FFmpeg-cvslog] ffmpeg.c: fix code style in seek_to_start

2017-11-04 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Sun Oct 29 15:07:12 2017 +0100| [0ae1f6ddeb350d767a4860e1dcffea9cebe9917c] | committer: Michael Niedermayer ffmpeg.c: fix code style in seek_to_start Signed-off-by: Peter Große <pe...@friiks.de> Signed-off-by: Michael Niede

[FFmpeg-cvslog] dashenc: copy stream frame rate to output stream

2017-10-29 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Thu Oct 26 17:58:40 2017 +0200| [3c838e6442bbe1afb7bf82942471342bcea87a27] | committer: Michael Niedermayer dashenc: copy stream frame rate to output stream Leads to setting of DefaultDuration in Matroska muxer based on fram

[FFmpeg-cvslog] dashenc: set DASH related options for the subsequent matroska muxer when using webm

2017-10-29 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Sun Oct 29 16:10:36 2017 +0100| [44ede215b6623eb5e24bac013ea668366e2f258a] | committer: Michael Niedermayer dashenc: set DASH related options for the subsequent matroska muxer when using webm This patch is inspired by the

[FFmpeg-cvslog] dashenc: don't write header data before the first packet arrives

2017-10-29 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Thu Oct 26 17:58:37 2017 +0200| [1443859a8d0dcffdc01f969f7cde61769aaca31a] | committer: Michael Niedermayer dashenc: don't write header data before the first packet arrives Fixes: 1b8ef01f04ab ("dashenc: add webm support&q

[FFmpeg-cvslog] dashenc: allow AdaptationSets to have different average frame rates

2017-10-29 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Thu Oct 26 18:17:31 2017 +0200| [2911dabd51dc61f594e43904f27f3afd01f3f835] | committer: Michael Niedermayer dashenc: allow AdaptationSets to have different average frame rates Signed-off-by: Peter Große <pe...@friiks.de>

[FFmpeg-cvslog] dashenc: move UTCTiming element to the end of the manifest

2017-10-28 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Fri Oct 27 21:18:47 2017 +0200| [8edb9d457251c190f7ad9de764981f79eb113374] | committer: Michael Niedermayer dashenc: move UTCTiming element to the end of the manifest Required by comformance XSD [1]. [1] https://github.co

[FFmpeg-cvslog] dashenc: use av_dict_set_int instead of static function

2017-10-28 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Thu Oct 26 17:58:35 2017 +0200| [3606c114172ec0cb25660b4c2e146bed5b211ba3] | committer: Michael Niedermayer dashenc: use av_dict_set_int instead of static function Signed-off-by: Peter Große <pe...@friiks.de> Signed-off

[FFmpeg-cvslog] doc: add dash muxer

2017-09-26 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Sun Jan 29 15:26:33 2017 +0100| [c5c663541739cb813a2a5668ee8339b535b35d7d] | committer: Martin Storsjö doc: add dash muxer Signed-off-by: Peter Große <pe...@friiks.de> Signed-off-by: Martin Storsjö <mar...@mar

[FFmpeg-cvslog] dashenc: add webm support

2017-09-26 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Sun Jan 29 15:26:32 2017 +0100| [7295b7373862ee54903b33d6ef3335531dfa93ad] | committer: Martin Storsjö dashenc: add webm support Use webm muxer for VP8, VP9 and Opus codec, mp4 muxer otherwise. Signed-off-by: Peter Gro

[FFmpeg-cvslog] dashenc: use avio_dynbuf instead of packet_write callback

2017-09-26 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Sun Jan 29 15:26:31 2017 +0100| [01f1f017d831cf14617aaaeafcec3ae3a81efce7] | committer: Martin Storsjö dashenc: use avio_dynbuf instead of packet_write callback The dash_write function drops data, if no IOContext is initialized.

[FFmpeg-cvslog] dashenc: copy language and role metadata from streams assigned to sets

2017-09-26 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Sun Jan 29 15:26:30 2017 +0100| [dce2929efa8e82b0832a828f7e8cb81ff8c20a4e] | committer: Martin Storsjö dashenc: copy language and role metadata from streams assigned to sets Signed-off-by: Peter Große <pe...@friiks.de>

[FFmpeg-cvslog] dashenc: default to one AdaptationSet per stream

2017-09-26 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Sun Jan 29 15:26:29 2017 +0100| [ca9bc9de690258d4761a19b0df6e9c9113b80115] | committer: Martin Storsjö dashenc: default to one AdaptationSet per stream Previously all mapped streams of a media type (video, audio) where as

[FFmpeg-cvslog] dashenc: allow assigning all streams of a media type to an AdaptationSet

2017-09-26 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Sun Jan 29 15:26:28 2017 +0100| [efd2fc41b3f0749f9715d50b581f22bbaa8c5b99] | committer: Martin Storsjö dashenc: allow assigning all streams of a media type to an AdaptationSet Using the characters "v" or "a&quo

[FFmpeg-cvslog] dashenc: add support for assigning streams to AdaptationSets

2017-09-26 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Sun Jan 29 15:26:27 2017 +0100| [3d23a5f96ad72961c14ba3a0c2add8f2ab374b61] | committer: Martin Storsjö dashenc: add support for assigning streams to AdaptationSets Also makes sure all streams are assigned to exactly one Adaptat

[FFmpeg-cvslog] dashenc: calculate stream bitrate from first segment if not available

2017-09-26 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Mon Jan 30 13:49:44 2017 +0100| [9df9309d233f59d9706444a1e24ac24139f2640d] | committer: Martin Storsjö dashenc: calculate stream bitrate from first segment if not available Bandwidth information is required in the ma

[FFmpeg-cvslog] dashenc: separate segments based on current segment duration

2017-05-20 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Sun Jan 29 15:26:25 2017 +0100| [e519dcd937c7c98815ba9884867590e302272016] | committer: Martin Storsjö dashenc: separate segments based on current segment duration The current implementation creates new segments comparing pk

[FFmpeg-cvslog] dashenc: add option to provide UTC timing source

2017-05-20 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friiks.de> | Sun Jan 29 20:41:22 2017 +0100| [1920382aa9f21d7ed1a3c2214990da8d2b067a92] | committer: Martin Storsjö dashenc: add option to provide UTC timing source If set, adds a UTCTiming tag in the manifest. This is part of the recommend

[FFmpeg-cvslog] dashenc: add mandatory id to AdaptationSet and Period in manifest

2017-05-20 Thread Peter Große
ffmpeg | branch: master | Peter Große <pe...@friks.de> | Fri Jan 27 00:25:08 2017 +0100| [95f1004bdfdf2d26c330c1d4b7c4ac9352d60b18] | committer: Martin Storsjö dashenc: add mandatory id to AdaptationSet and Period in manifest Signed-off-by: Peter Große <pe...@friiks.de> Signed-of