[FFmpeg-cvslog] libavfilter/dnn: add batch mode for async execution

2021-01-14 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Thu Jan 7 11:14:10 2021 +0800| [64ea15f05075d58cbd76bdcd5bac9d3b47d891ee] | committer: Guo, Yejun libavfilter/dnn: add batch mode for async execution the default number of batch_size is 1 Signed-off-by: Xie, Lin Signed-off-by: Wu Zhiwen Signed-off-by:

[FFmpeg-cvslog] avcodec/libvpxenc: add a way to set VP9E_SET_SVC_REF_FRAME_CONFIG

2021-01-14 Thread Wonkap Jang
ffmpeg | branch: master | Wonkap Jang | Fri Jan 8 15:33:29 2021 -0800| [57dae5723f2e06a531d7db8e961f84ed5d5f07de] | committer: James Zern avcodec/libvpxenc: add a way to set VP9E_SET_SVC_REF_FRAME_CONFIG In order to fine-control referencing schemes in VP9 encoding, there is a need to use VP9E

[FFmpeg-cvslog] avfilter/vf_w3fdif: add support for >8 depth gray formats

2021-01-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 14 19:09:44 2021 +0100| [aaeee01eabe1604df223ba8be3e8acb5276b7918] | committer: Paul B Mahol avfilter/vf_w3fdif: add support for >8 depth gray formats > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aaeee01eabe1604df223ba8be3e8acb5276

[FFmpeg-cvslog] avformat/dhav: Fix incorrect non-DHAV chunk skipping logic

2021-01-14 Thread Idan Freiberg
ffmpeg | branch: master | Idan Freiberg | Wed Jan 13 14:34:54 2021 +0200| [a6912e5b88463b7b39cc3ee4f9338f57ef7ff7e6] | committer: Paul B Mahol avformat/dhav: Fix incorrect non-DHAV chunk skipping logic DAV files may contain a variable length padding in between chunks filled with 0xff bytes. Th