[FFmpeg-cvslog] lavf/dashenc: don't call flush_init_segment before avformat_write_header

2018-05-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Fri Apr 27 03:51:35 2018 +0300| [6f119dc32176e191c7fc796d4c4ca06c7be4ea71] | committer: Karthick Jeyapal lavf/dashenc: don't call flush_init_segment before avformat_write_header Fixes crash when muxing MKV-in-DASH > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] lavf/dashenc: require experimental mode to be enabled for WebM

2018-05-02 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Apr 27 03:51:36 2018 +0300| [48684d26057ad830f522fc94d073a26067b49e6f] | committer: Karthick Jeyapal lavf/dashenc: require experimental mode to be enabled for WebM It has not ever been working and has not been validated, Additionally, mention that th

[FFmpeg-cvslog] lavf/dashenc: pass standards compliance value to the internal context

2018-05-02 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Apr 27 03:51:37 2018 +0300| [bad42e9b40920f079b27e5bd4103d9293046b2ed] | committer: Karthick Jeyapal lavf/dashenc: pass standards compliance value to the internal context Enables one to test possibly nonstandard formats such as Opus or FLAC in ISOBMF

[FFmpeg-cvslog] avfilter/vf_convolution: rewrite so it doesn't use temp buffers

2018-05-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed May 2 19:23:41 2018 +0200| [ab1114a0f5b32d91e7f56dc1183087a33a96153c] | committer: Paul B Mahol avfilter/vf_convolution: rewrite so it doesn't use temp buffers Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avfilter/vf_overlay: add x86 SIMD

2018-05-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Apr 30 12:01:07 2018 +0200| [6d7c63588c81ba61b75701702b8680bd0063f36c] | committer: Paul B Mahol avfilter/vf_overlay: add x86 SIMD Specifically for yuv444, yuv422, yuv420 format when main stream has no alpha, and alpha is straight. Signed-off-by: P

[FFmpeg-cvslog] fftools/ffmpeg: properly initialize output stream field order

2018-05-02 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Thu Apr 26 14:23:02 2018 +0200| [a150b2e3a099fd539ecc6664050fd20617ce223c] | committer: Tobias Rapp fftools/ffmpeg: properly initialize output stream field order Fixes stream field order written by avformat_write_header when "top" option is specified on