[FFmpeg-cvslog] libavcodec/qsvenc_hevc: encode RGB format rawvideo

2022-02-21 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Fri Feb 18 13:50:12 2022 +0800| [9da19c290960e976d9da42b5ee92f887a74dc8a5] | committer: Haihao Xiang libavcodec/qsvenc_hevc: encode RGB format rawvideo Add support for hevc_qsv to input RGB format frame. It will transform frame to yuv inside MediaSDK ins

[FFmpeg-cvslog] libavcodec/qsvdec: use the parameter from decodeHeader to configure surface

2022-02-21 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Fri Feb 11 10:37:36 2022 +0800| [b1c26ce9fe4da93e4ca4108a32f478ded7cfd428] | committer: Haihao Xiang libavcodec/qsvdec: use the parameter from decodeHeader to configure surface MSDK recognizes both yuv420p10 and yuv420p9 as MFX_FOURCC_P010, but parameter

[FFmpeg-cvslog] lavu/vulkan: avoid using strlen as a loop condition

2022-02-21 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Feb 22 06:29:42 2022 +0100| [9e2deba9a9a715eb5deca7fd8282df88ecdd5059] | committer: Lynne lavu/vulkan: avoid using strlen as a loop condition Whatever. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e2deba9a9a715eb5deca7fd8282df88ecdd5059 ---

[FFmpeg-cvslog] avfilter/vf_gblur_vulkan: add sizeV option

2022-02-21 Thread Wu Jianhua
ffmpeg | branch: master | Wu Jianhua | Mon Jan 10 15:53:22 2022 +0800| [82ef4c708e64b7e41df1dd6e0440f5ac0d385c95] | committer: Lynne avfilter/vf_gblur_vulkan: add sizeV option This commit added a sizeV option, integrated some identical operations to a separate function, and updated the CGS for

[FFmpeg-cvslog] avfilter/scale_vulkan: use RET for checking return value

2022-02-21 Thread Wu Jianhua
ffmpeg | branch: master | Wu Jianhua | Mon Jan 17 18:00:02 2022 +0800| [50ca36f84580d1e4493472c820290c11d003c540] | committer: Lynne avfilter/scale_vulkan: use RET for checking return value Signed-off-by: Wu Jianhua > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50ca36f84580d1e4

[FFmpeg-cvslog] avfilter/vf_blend_vulkan: add multiply blend mode

2022-02-21 Thread Wu Jianhua
ffmpeg | branch: master | Wu Jianhua | Wed Jan 12 12:41:33 2022 +0800| [8f470133f6304aae11c3c93053dd5982507ec0e8] | committer: Lynne avfilter/vf_blend_vulkan: add multiply blend mode Use the commands below to test: (href: https://trac.ffmpeg.org/wiki/Blend) I. make an image for test ffmpeg -f

[FFmpeg-cvslog] avfilter/vf_dblur: add float formats support

2022-02-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Feb 21 09:37:13 2022 +0100| [0aa714244235f55cb31755cbda3714971082ff7d] | committer: Paul B Mahol avfilter/vf_dblur: add float formats support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0aa714244235f55cb31755cbda3714971082ff7d --- l

[FFmpeg-cvslog] avfilter/vf_lagfun: add float formats support

2022-02-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Feb 21 09:11:17 2022 +0100| [6a9cb5a7ba984139dad24078060e04861fcc246d] | committer: Paul B Mahol avfilter/vf_lagfun: add float formats support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a9cb5a7ba984139dad24078060e04861fcc246d ---

[FFmpeg-cvslog] avcodec/mips: Fix checkheaders

2022-02-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 8 23:19:11 2021 +0200| [58492ce443a5a1f80b56fe1cd7ffa6cf449f4da9] | committer: Andreas Rheinhardt avcodec/mips: Fix checkheaders mips has several headers that are only meant for inclusion in another non-arch specific file; they do not eve

[FFmpeg-cvslog] avcodec/aarch64/idct: Add missing stddef

2022-02-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 8 19:03:49 2021 +0200| [52e911369553e1d2e8c4978172a5a302b91c8202] | committer: Andreas Rheinhardt avcodec/aarch64/idct: Add missing stddef Fixes checkheaders on aarch64. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avcodec/cabac_functions: Add missing headers

2022-02-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 8 08:13:11 2021 +0200| [dd2c871aa304ccbc5d2c8be319597d85505ddf89] | committer: Andreas Rheinhardt avcodec/cabac_functions: Add missing headers Fixes make checkheaders on PPC, for which no arch-specific header exists that indirectly includ

[FFmpeg-cvslog] avdevice/decklink_(common_c|dec|enc).h: Fix checkheaders

2022-02-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 6 08:02:34 2021 +0200| [760b4709ab241d71a53ff42a01d12c33f6507d05] | committer: Andreas Rheinhardt avdevice/decklink_(common_c|dec|enc).h: Fix checkheaders Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avutil/x86/emms: Don't unnecessarily include lavu/cpu.h

2022-02-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jul 30 16:41:30 2021 +0200| [6c694074e1d1de12ecc4f4c05cb7431425a86b60] | committer: Andreas Rheinhardt avutil/x86/emms: Don't unnecessarily include lavu/cpu.h Only include it if it is needed, namely if __MMX__ is undefined. X86 is currently t