[FFmpeg-cvslog] avfilter/libvmaf: small cleanup for style, whitespace, unused LIBVMAFContext struct members

2023-12-04 Thread Kyle Swanson
ffmpeg | branch: master | Kyle Swanson | Mon Nov 27 10:25:08 2023 -0800| [9f1dbca8207ff76378a66ab39378be991f792a37] | committer: Kyle Swanson avfilter/libvmaf: small cleanup for style, whitespace, unused LIBVMAFContext struct members Signed-off-by: Kyle Swanson > http://git.videolan.org/git

[FFmpeg-cvslog] fate: Add tests for QOA decoder

2023-12-04 Thread Cosmin Stejerean
ffmpeg | branch: master | Cosmin Stejerean | Sat Dec 2 20:51:10 2023 +| [634216dc4086522d124f992473cb58c933571d4e] | committer: Paul B Mahol fate: Add tests for QOA decoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=634216dc4086522d124f992473cb58c933571d4e --- tests/Mak

[FFmpeg-cvslog] avfilter/af_surround: refactor some code

2023-12-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 4 21:46:07 2023 +0100| [704ef556fe7a4eab5d9aa520a62622f8f29d4e2b] | committer: Paul B Mahol avfilter/af_surround: refactor some code > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=704ef556fe7a4eab5d9aa520a62622f8f29d4e2b --- libav

[FFmpeg-cvslog] avfilter/af_dialoguenhance: add double-floating point sample format support

2023-12-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 4 22:17:20 2023 +0100| [9e74c7ae87031450c2168e9cc1575d3d4f2a23a1] | committer: Paul B Mahol avfilter/af_dialoguenhance: add double-floating point sample format support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e74c7ae87031450c

[FFmpeg-cvslog] lavc/qsvdec: return 0 if more data is required

2023-12-04 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Mon Nov 27 14:01:50 2023 +0800| [e233f3e75fda8dd60a3dc5f55b7a4bd32b238b6a] | committer: Haihao Xiang lavc/qsvdec: return 0 if more data is required The type of qsv decoders is FF_CODEC_CB_TYPE_DECODE which must not return AVERROR(EAGAIN). commit 42b20c9

[FFmpeg-cvslog] lavu/hwcontext_vaapi: ignore nonexistent device in default DRM device selection

2023-12-04 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Tue Nov 28 13:38:09 2023 +0800| [d36d9994e4273371c457d37b0a161c887ae9f6b1] | committer: Haihao Xiang lavu/hwcontext_vaapi: ignore nonexistent device in default DRM device selection It is possible that renderD128 doesn't exist but renderD129 is available

[FFmpeg-cvslog] configure: don't warn deprecated symbols from libvpl

2023-12-04 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Mon Nov 27 16:11:52 2023 +0800| [5717fbbea262a028bcfa751e6c0e6798284dfade] | committer: Haihao Xiang configure: don't warn deprecated symbols from libvpl libvpl deprecated some symbols (e.g. MFX_EXTBUFF_VPP_DENOISE2 is used to replace MFX_EXTBUFF_VPP_DE

[FFmpeg-cvslog] lavc/qsvdec: reduce info message when more data is required

2023-12-04 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Mon Nov 27 14:01:51 2023 +0800| [fc73b372cd43e52d3aa0aefc6d76fd340bf753f1] | committer: Haihao Xiang lavc/qsvdec: reduce info message when more data is required demote the info to AV_LOG_VERBOSE Signed-off-by: Haihao Xiang > http://git.videolan.org/g

[FFmpeg-cvslog] lavu/hwcontext_qsv: use mfxImplDescription instead of mfxExtendedDeviceId on Linux

2023-12-04 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Mon Nov 27 13:37:22 2023 +0800| [05debdaa5fde6440b0575d7e2a1fd2e357b55f65] | committer: Haihao Xiang lavu/hwcontext_qsv: use mfxImplDescription instead of mfxExtendedDeviceId on Linux mfxExtendedDeviceId mightn't be supported in certain configurations

[FFmpeg-cvslog] lavfi/vf_vpp_qsv: set the default value of async_depth to 4

2023-12-04 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Fri Nov 24 15:00:55 2023 +0800| [35a555e2b98ecf79d217c421b912549b90d223b0] | committer: Haihao Xiang lavfi/vf_vpp_qsv: set the default value of async_depth to 4 Both qsv encoders and decoders use 4 as the default value of async_depth, let's use 4 as the