[FFmpeg-cvslog] avfilter/avf_showcwt: add frame slide mode

2022-11-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Nov 30 18:03:00 2022 +0100| [7d20635aeb4e6dc51549424d1999e44c86b38e11] | committer: Paul B Mahol avfilter/avf_showcwt: add frame slide mode > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7d20635aeb4e6dc51549424d1999e44c86b38e11 --- doc

[FFmpeg-cvslog] avfilter/avf_showcwt: add some small optimizations

2022-11-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Nov 30 16:36:30 2022 +0100| [bcb5ef667d202a55d903d075bfafe4ced93b7c96] | committer: Paul B Mahol avfilter/avf_showcwt: add some small optimizations > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bcb5ef667d202a55d903d075bfafe4ced93b7c96 -

[FFmpeg-cvslog] avfilter/avf_showcwt: add yet another mode variant

2022-11-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Nov 30 19:55:17 2022 +0100| [569b1a24cd8f06683396d1fbef236b22b1592138] | committer: Paul B Mahol avfilter/avf_showcwt: add yet another mode variant > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=569b1a24cd8f06683396d1fbef236b22b1592138 -

[FFmpeg-cvslog] avfilter/af_astats: do not give output for 0 samples

2022-11-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Nov 30 21:18:20 2022 +0100| [14e6ca17e1a8dd267ec276d9354bd2b6a7b2e04e] | committer: Paul B Mahol avfilter/af_astats: do not give output for 0 samples > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=14e6ca17e1a8dd267ec276d9354bd2b6a7b2e04e

[FFmpeg-cvslog] avcodec/smcenc: fix encoding of width not multiple of 4

2022-11-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Nov 30 22:55:43 2022 +0100| [6a7c70fd8b6a5b26801ec4a3dc26c015786824d7] | committer: Paul B Mahol avcodec/smcenc: fix encoding of width not multiple of 4 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a7c70fd8b6a5b26801ec4a3dc26c01578682

[FFmpeg-cvslog] avcodec/cfhdenc: readjust packet allocation

2022-11-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Dec 1 00:39:05 2022 +0100| [f52963b48e14e4c1e1762a71b9f0bf257d5e78d1] | committer: Paul B Mahol avcodec/cfhdenc: readjust packet allocation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f52963b48e14e4c1e1762a71b9f0bf257d5e78d1 --- li

[FFmpeg-cvslog] lavc/qsvdec: update HDR side data on output AVFrame

2022-11-30 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Mon Nov 21 10:31:24 2022 +0800| [71cded6aa3c8b572e575f3d88b5c9d9094fa735d] | committer: Haihao Xiang lavc/qsvdec: update HDR side data on output AVFrame The SDK may provides HDR metadata for HDR streams via mfxExtBuffer attached on output mfxFrameSurfac

[FFmpeg-cvslog] lavc/qsvenc_h264: don't support P010 format

2022-11-30 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Mon Nov 28 10:48:34 2022 +0800| [7cfc3c0d260a97740b4c2833e846d939440bdd58] | committer: Haihao Xiang lavc/qsvenc_h264: don't support P010 format The SDK will return error if feeding h264_qsv encoder p010 input. $ ffmpeg -f lavfi -i testsrc -vf "format=

[FFmpeg-cvslog] libavcodec/qsvenc.c: Enable MFX_GOP_STRICT when adpative gop is disabled

2022-11-30 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Thu Nov 24 10:47:29 2022 +0800| [47fff1eda155c30fc77cae74f40e71d4203c5043] | committer: Haihao Xiang libavcodec/qsvenc.c: Enable MFX_GOP_STRICT when adpative gop is disabled adaptive_i and adaptive_b cannot work with MFX_GOP_STRICT, so only enable MFX_GO

[FFmpeg-cvslog] lavfi/qsvvpp: avoid overriding the returned value

2022-11-30 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Mon Nov 28 12:43:19 2022 +0800| [51bad2e6a73f8edd09139107b6fc43b4ed200162] | committer: Haihao Xiang lavfi/qsvvpp: avoid overriding the returned value It means more than one output is ready when MFXVideoVPP_RunFrameVPPAsync() returns MFX_ERR_MORE_SURFAC

[FFmpeg-cvslog] lavfi/qsvvpp: provide a default framerate if needed

2022-11-30 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Mon Nov 28 12:43:20 2022 +0800| [7a856588dc591854892f69c2d1429473a3ed3f5b] | committer: Haihao Xiang lavfi/qsvvpp: provide a default framerate if needed VPP in the SDK requires the frame rate to be set to a valid value, otherwise init will fail, so alwa

[FFmpeg-cvslog] lavfi/qsvvpp: change the output frame's width and height

2022-11-30 Thread Chen , Wenbin
ffmpeg | branch: master | Chen,Wenbin | Mon Nov 28 12:43:18 2022 +0800| [50575e24bef05ccc1e42f382a9f96896d49e9457] | committer: Haihao Xiang lavfi/qsvvpp: change the output frame's width and height Make sure the size of the output frame always matches the agreed upon image size. Signed-off-by

[FFmpeg-cvslog] lavfi/vf_vpp_qsv: scale_mode can be applied to color conversion

2022-11-30 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Mon Nov 28 12:43:21 2022 +0800| [0ae459176b2bec76c548247c684f0c93b1d2fd69] | committer: Haihao Xiang lavfi/vf_vpp_qsv: scale_mode can be applied to color conversion Reviewed-by: Soft Works Signed-off-by: Haihao Xiang > http://git.videolan.org/gitweb.