[FFmpeg-cvslog] doc/ffmpeg: Update the description about d3d11va

2023-12-06 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Tue Nov 28 12:42:26 2023 +0800| [e5f8b5313e2993fc53c74a4e58a3b630da7a703e] | committer: Haihao Xiang doc/ffmpeg: Update the description about d3d11va Signed-off-by: Haihao Xiang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5f8b5313e299

[FFmpeg-cvslog] lavu/hwcontext_d3d11va: Add option vendor_id

2023-12-06 Thread Artem Galin
ffmpeg | branch: master | Artem Galin | Tue Nov 28 12:42:25 2023 +0800| [a556be69a7d193677ddded735551ded834083bfe] | committer: Haihao Xiang lavu/hwcontext_d3d11va: Add option vendor_id User may choose the hardware via option vendor_id when multiple hardwares are available. Signed-off-by: Art

[FFmpeg-cvslog] lavu/hwcontext_qsv: Make sure hardware vendor is Intel for qsv on d3d11va

2023-12-06 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Tue Nov 28 12:42:27 2023 +0800| [f89cff96d080a238e3b7c7020db08c0f8ed796e4] | committer: Haihao Xiang lavu/hwcontext_qsv: Make sure hardware vendor is Intel for qsv on d3d11va When multiple hardwares are available, the default one might not be Intel Hard

[FFmpeg-cvslog] avfilter/bwdif: account for chroma sub-sampling in min size calculation

2023-12-06 Thread Cosmin Stejerean
ffmpeg | branch: master | Cosmin Stejerean | Wed Dec 6 18:39:32 2023 +0800| [737ede405b11a37fdd61d19cf25df296a0cb0b75] | committer: Philip Langdale avfilter/bwdif: account for chroma sub-sampling in min size calculation The current logic for detecting frames that are too small for the algorit

[FFmpeg-cvslog] fftools/ffprobe: support 2D arrays in print_list_fmt()

2023-12-06 Thread James Almer
ffmpeg | branch: release/5.1 | James Almer | Sun Nov 13 08:53:40 2022 -0300| [ae14d9c06bcddc5d4c14de02e049f489ddbf73a4] | committer: James Almer fftools/ffprobe: support 2D arrays in print_list_fmt() Should fix undefined behavior. Signed-off-by: James Almer (cherry picked from commit b119b3d

[FFmpeg-cvslog] lavc/ac3dsp: R-V V float_to_fixed24

2023-12-06 Thread sunyuechi
ffmpeg | branch: master | sunyuechi | Wed Nov 22 14:57:29 2023 +0800| [8bdb6630627a5c304e61f5b81be3af6da77c4a67] | committer: Rémi Denis-Courmont lavc/ac3dsp: R-V V float_to_fixed24 c910 float_to_fixed24_c: 2207.2 float_to_fixed24_rvv_f32: 696.2 Signed-off-by: Rémi Denis-Courmont >

[FFmpeg-cvslog] avfilter/asrc_flite: use streaming function

2023-12-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Dec 3 22:50:11 2023 +0100| [ebfd3912e98087528c08a44cb779a2f2152f5705] | committer: Paul B Mahol avfilter/asrc_flite: use streaming function Fix continuous accumulation of audio samples for big txt inputs. > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avfilter/asrc_flite: switch to activate

2023-12-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Dec 3 21:38:08 2023 +0100| [d793af982ec2b7aebaffa6394e0009eb03428f1e] | committer: Paul B Mahol avfilter/asrc_flite: switch to activate Allows to set EOF timestamp. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d793af982ec2b7aebaffa63

[FFmpeg-cvslog] fftools/ffmpeg_filter: track input/output index in {Input,Output}FilterPriv

2023-12-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Nov 3 15:24:36 2023 +0100| [1d536e028372218681d57100c546adfc805c3faa] | committer: Anton Khirnov fftools/ffmpeg_filter: track input/output index in {Input,Output}FilterPriv Will be useful in following commits. > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] fftools/ffmpeg: make sure FrameData is writable when we modify it

2023-12-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Nov 13 09:35:44 2023 +0100| [99d2fa38ad62d27ea754489e1b13c487970f47d6] | committer: Anton Khirnov fftools/ffmpeg: make sure FrameData is writable when we modify it Also, add a function that returns const FrameData* for cases that only read from it.

[FFmpeg-cvslog] lavfi/buffersink: avoid leaking peeked_frame on uninit

2023-12-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Nov 23 16:31:53 2023 +0100| [c6483f1c2ac46d13ba1f2b547291b492a546f75a] | committer: Anton Khirnov lavfi/buffersink: avoid leaking peeked_frame on uninit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c6483f1c2ac46d13ba1f2b547291b492a54